
Go to the source code of this file.
| #define BLANK_COMMON_NAME "//" |
Definition at line 95 of file target.m.
Referenced by parse_common_stmt().
| #define BLANK_COMMON_NAME_LEN 2 |
Definition at line 96 of file target.m.
Referenced by parse_common_stmt().
| #define FALSE_VALUE 0 |
Definition at line 253 of file target.m.
Referenced by convert_const(), copy_sbtree(), eoshift_intrinsic(), eq_opr_handler(), f90_character_compare(), folder_driver(), index_intrinsic(), lt_opr_handler(), print_defines(), and short_circuit_high_level_if().
| #define ISSUE_EXPR_SIZE_EXCEEDED_MSG | ( | LINE, | ||
| COLUMN, | ||||
| ERR_LVL | ||||
| ) |
PRINTMSG(LINE, 615, ERR_LVL, COLUMN, \ MAX_STORAGE_SIZE_IN_WORDS);
Definition at line 298 of file target.m.
Referenced by stor_bit_size_of().
| #define ISSUE_STORAGE_SIZE_EXCEEDED_MSG | ( | ATTR_IDX, | ||
| ERR_LVL | ||||
| ) |
PRINTMSG(AT_DEF_LINE(ATTR_IDX), 614, ERR_LVL, \ AT_DEF_COLUMN(ATTR_IDX), \ AT_OBJ_NAME_PTR(ATTR_IDX), \ MAX_STORAGE_SIZE_IN_WORDS);
Definition at line 292 of file target.m.
Referenced by array_dim_resolution(), and stor_bit_size_of().
| #define LARGEST_INTEGER_TYPE Integer_8 |
Definition at line 213 of file target.m.
Referenced by cval_to_f_int(), and size_offset_binary_calc().
| #define LEX_STRTOL strtol |
Definition at line 163 of file target.m.
Referenced by convert_const().
| #define MAKE_EXTERNAL_NAME | ( | ATTR_IDX, | ||
| NAME_IDX, | ||||
| NAME_LEN | ||||
| ) |
ATP_EXT_NAME_IDX(ATTR_IDX) = NAME_IDX; \ ATP_EXT_NAME_LEN(ATTR_IDX) = NAME_LEN;
Definition at line 317 of file target.m.
Referenced by chg_data_obj_to_pgm_unit(), complete_intrinsic_definition(), final_attr_semantics(), implicit_use_semantics(), parse_call_stmt(), parse_deref(), parse_entry_stmt(), parse_inline_always_never(), parse_module_stmt(), parse_nosideeffects_dir(), parse_sgi_dir_inline(), parse_star_directives(), parse_use_stmt(), parse_vfunction_dir(), start_new_prog_unit(), and start_new_subpgm().
| #define MAX_FILE_NAME_SIZE 256 |
Definition at line 153 of file target.m.
Referenced by fixed_classify_line(), free_classify_line(), init_PDGCS(), init_src_input(), open_include_file(), parse_cc_line(), and put_c_str_in_cn().
| #define MAX_PATH_NAME_SIZE 256 |
Definition at line 154 of file target.m.
Referenced by get_dynamic_predef_str(), and open_include_file().
| #define MAX_STORAGE_SIZE_IN_WORDS 8388608 |
Definition at line 275 of file target.m.
Referenced by stor_bit_size_of().
| #define SA_INTEGER_DEFAULT_TYPE INTEGER_DEFAULT_TYPE |
Definition at line 228 of file target.m.
Referenced by allocate_stmt_semantics(), analyse_loops(), array_dim_resolution(), assign_stmt_semantics(), attr_semantics(), char_len_resolution(), check_type_for_size_address(), create_runtime_array_constructor(), create_tmp_asg(), final_arg_work(), flatten_function_call(), gen_bd_entry(), gen_dv_access_low_bound(), gen_forall_tmp(), gen_forall_tmp_bd_entry(), gen_runtime_bounds(), optimize_reshape(), outer_imp_do_count(), pe_array_dim_resolution(), subscript_opr_handler(), and test_size_stmts().
| #define TARGET_32BIT_DOUBLE_WORD_STORAGE_TYPE | ( | type_idx | ) |
((TYP_LINEAR(type_idx) == Real_8) || \ (TYP_LINEAR(type_idx) == Real_16) || \ (TYP_LINEAR(type_idx) == Complex_8) || \ (TYP_LINEAR(type_idx) == Complex_16) || \ (TYP_LINEAR(type_idx) == Integer_8) || \ (TYP_LINEAR(type_idx) == Logical_8))
Definition at line 240 of file target.m.
Referenced by attr_semantics(), and cri_ptr_type().
| #define TARGET_MAX_HALF_WORD_STORAGE_TYPE | ( | type_idx | ) |
((TYP_LINEAR(type_idx) == Real_4) || \ (TYP_LINEAR(type_idx) == Integer_1) || \ (TYP_LINEAR(type_idx) == Integer_2) || \ (TYP_LINEAR(type_idx) == Integer_4) || \ (TYP_LINEAR(type_idx) == Logical_1) || \ (TYP_LINEAR(type_idx) == Logical_2) || \ (TYP_LINEAR(type_idx) == Logical_4))
Definition at line 231 of file target.m.
Referenced by attr_semantics(), cri_ptr_type(), and gen_auto_length().
| #define TRUE_VALUE 1 |
Definition at line 252 of file target.m.
Referenced by convert_const(), eq_opr_handler(), f90_character_compare(), folder_driver(), insert_argchck_calls(), lt_opr_handler(), print_defines(), and short_circuit_high_level_if().
| #define UNIQUE_PROC_CONNECTOR "_in_" |
Definition at line 107 of file target.m.
Referenced by make_in_parent_string().
| #define UNNAMED_PROGRAM_NAME "$MAIN" |
Definition at line 93 of file target.m.
Referenced by cif_fake_a_unit(), cif_unit_rec(), init_parse_prog_unit(), and init_sytb().
| #define UNNAMED_PROGRAM_NAME_LEN 5 |
Definition at line 94 of file target.m.
Referenced by init_parse_prog_unit(), and init_sytb().
1.7.1