Functions

whirl2c_common.cxx File Reference

#include <ctype.h>
#include "whirl2c_common.h"
#include "PUinfo.h"
Include dependency graph for whirl2c_common.cxx:

Go to the source code of this file.

Functions

void WHIRL2C_parenthesize (TOKEN_BUFFER tokens)
const char * WHIRL2C_make_valid_c_name (const char *name)

Function Documentation

const char* WHIRL2C_make_valid_c_name ( const char *  name  ) 

Definition at line 68 of file whirl2c_common.cxx.

References Get_Name_Buf_Slot(), NULL, and strcpy.

Referenced by Unparse_Target_C::Make_Valid_Name(), ST2C_Define_A_Common_Block(), and ST2C_Get_Common_Block_Name().

Here is the call graph for this function:

void WHIRL2C_parenthesize ( TOKEN_BUFFER  tokens  )