#include <ctype.h>#include "whirl2f_common.h"#include "PUinfo.h"
Go to the source code of this file.
Functions | |
| const char * | WHIRL2F_make_valid_name (const char *name, BOOL allow_dot) |
| void | WHIRL2F_Append_Comment (TOKEN_BUFFER tokens, const char *cmt, UINT prefix_lines, UINT suffix_lines) |
| void | WHIRL2F_Parenthesize (TOKEN_BUFFER tokens) |
| void WHIRL2F_Append_Comment | ( | TOKEN_BUFFER | tokens, | |
| const char * | cmt, | |||
| UINT | prefix_lines, | |||
| UINT | suffix_lines | |||
| ) |
Definition at line 120 of file whirl2f_common.cxx.
References Append_F77_Comment_Newline(), Append_Token_String(), FALSE, NULL, and TRUE.
Referenced by WN2F_Append_Block_Data(), WN2F_comment(), WN2F_do_loop(), WN2F_do_while(), WN2F_Exit_PU_Block(), and WN2F_translate_purple_main().

| const char* WHIRL2F_make_valid_name | ( | const char * | name, | |
| BOOL | allow_dot | |||
| ) |
Definition at line 58 of file whirl2f_common.cxx.
References Get_Name_Buf_Slot(), NULL, and strcpy.
Referenced by Unparse_Target_FTN::Make_Valid_Name(), ST2F_use_var(), and TY2F_Fld_Name().

| void WHIRL2F_Parenthesize | ( | TOKEN_BUFFER | tokens | ) |
Definition at line 150 of file whirl2f_common.cxx.
References Append_Token_Special(), and Prepend_Token_Special().
Referenced by WN2F_Translate_DoLoop_Bound().

1.7.1