Classes | Defines | Typedefs | Functions

format.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  msg_entry
struct  fmt_entry

Defines

#define NULL   0
#define FALSE   0
#define TRUE   1
#define PARSER_LEVEL   3
#define FIRST_DATA_ED   1
#define A_ED   1
#define B_ED   2
#define D_ED   3
#define E_ED   4
#define EN_ED   5
#define ES_ED   6
#define F_ED   7
#define G_ED   8
#define I_ED   9
#define L_ED   10
#define O_ED   11
#define R_ED   12
#define Z_ED   13
#define Q_ED   14
#define LAST_DATA_ED   14
#define FIRST_CNTL_ED   20
#define SLASH_ED   20
#define P_ED   21
#define STRING_ED   22
#define BN_ED   23
#define BZ_ED   24
#define COLON_ED   25
#define S_ED   26
#define SP_ED   27
#define SS_ED   28
#define TL_ED   29
#define TR_ED   30
#define T_ED   31
#define DOLLAR_ED   32
#define LAST_CNTL_ED   32
#define FIRST_OP   40
#define REPEAT_OP   40
#define ENDREP_OP   41
#define REVERT_OP   42
#define LAST_OP   42
#define END_OF_MESSAGES   0
#define FIRST_WARNING_MESSAGE   1
#define TRAILING_CHARS   1
#define FIRST_NON_ANSI_MESSAGE   10
#define ANSI_EMPTY_PAREN_MSG   10
#define ANSI_COMMA_REQ   11
#define COMMA_NON_ANSI   12
#define REP_SLASH_NON_ANSI   13
#define NON_ANSI_EDIT_DESCRIPTOR   14
#define MINUS_X_NON_ANSI   15
#define E_WITH_D_NON_ANSI   16
#define H_IS_OBSOLETE_IN_F90   17
#define NON_ANSI_NULL_DESCRIPTOR   18
#define ZERO_WIDTH_NON_ANSI   19
#define MISSING_WIDTH_NON_ANSI   20
#define LAST_NON_ANSI_MESSAGE   20
#define FIRST_FATAL_MESSAGE   30
#define EXPECTING_LEFT_PAREN   30
#define EXPECTING_RIGHT_PAREN   31
#define EXPECTING_INTEGER   32
#define EXPECTING_PERIOD   33
#define EXPECTING_P_OR_X   34
#define INVALID_REP_COUNT   35
#define ZERO_REP_COUNT   36
#define FIELD_WIDTH_ZERO   37
#define FIELD_TOO_LARGE   38
#define ZERO_OR_NO_HOLLERITH_CNT   39
#define UNKNOWN_EDIT_DESCRIPTOR   40
#define NONTERMINATED_LITERAL   41
#define UNABLE_TO_MALLOC_MEMORY   42
#define DW_IS_NON_ANSI   E_WITH_D_NON_ANSI
#define FALL   ~00
#define F77   001
#define F90   002
#define F95   004
#define LIB_CALL   0
#define COMPILER_CALL_ANSI   1
#define COMPILER_CALL_NO_ANSI   2
#define COMPILER_CALL_ANSI_77   3
#define COMPILER_CALL_ANSI_90   4
#define COMPILER_CALL_ANSI_95   5
#define MAX_CALL_FLAG   5
#define MAX_EXPONENT   077
#define MAX_FIELD_WIDTH   077777777
#define MAX_DECIMAL_FIELD   077777777
#define MAX_REP_COUNT   017777777777
#define FMT_ENTRY_BYTE_SIZE   sizeof(fmt_type)
#define FMT_ENTRY_WORD_SIZE   (sizeof(fmt_type)/sizeof(long))

Typedefs

typedef struct msg_entry msg_type
typedef struct fmt_entry fmt_type
typedef void _Error_function (const int _Msg_num, const int _Error_offset, const int _Edit_desc_offset)

Functions

fmt_type_parsfmt (_Error_function **_Msg_rtn, char *_Format_str, long int _Routine_caller, long int *_Fmt_str_len, msg_type *_Lib_err_msg)
fmt_type_fmt_parse (_Error_function **_Msg_rtn, char *_Format_str, long int _Routine_caller, long int *_Fmt_str_len, msg_type *_Lib_err_msg)

Define Documentation

#define A_ED   1

Definition at line 62 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), process_arl(), and process_paren_group().

#define ANSI_COMMA_REQ   11

Definition at line 142 of file format.h.

Referenced by process_p(), and process_paren_group().

#define ANSI_EMPTY_PAREN_MSG   10

Definition at line 141 of file format.h.

Referenced by emit_format_msg(), and process_paren_group().

#define B_ED   2

Definition at line 63 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define BN_ED   23

Definition at line 82 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define BZ_ED   24

Definition at line 83 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define COLON_ED   25

Definition at line 84 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define COMMA_NON_ANSI   12

Definition at line 143 of file format.h.

Referenced by process_paren_group().

#define COMPILER_CALL_ANSI   1

Definition at line 183 of file format.h.

Referenced by fmterr().

#define COMPILER_CALL_ANSI_77   3

Definition at line 185 of file format.h.

Referenced by fmterr().

#define COMPILER_CALL_ANSI_90   4

Definition at line 186 of file format.h.

Referenced by fmterr().

#define COMPILER_CALL_ANSI_95   5

Definition at line 187 of file format.h.

Referenced by fmterr(), and pre_parse_format().

#define COMPILER_CALL_NO_ANSI   2

Definition at line 184 of file format.h.

Referenced by fmterr(), and pre_parse_format().

#define D_ED   3

Definition at line 64 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wf_setup(), _wrfmt(), process_defg(), and process_paren_group().

#define DOLLAR_ED   32

Definition at line 91 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define DW_IS_NON_ANSI   E_WITH_D_NON_ANSI

Definition at line 171 of file format.h.

#define E_ED   4

Definition at line 65 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), and _wrfmt().

#define E_WITH_D_NON_ANSI   16

Definition at line 147 of file format.h.

Referenced by emit_format_msg(), and process_defg().

#define EN_ED   5

Definition at line 66 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define END_OF_MESSAGES   0

Definition at line 136 of file format.h.

#define ENDREP_OP   41

Definition at line 96 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), and _wrfmt().

#define ES_ED   6

Definition at line 67 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define EXPECTING_INTEGER   32
#define EXPECTING_LEFT_PAREN   30

Definition at line 155 of file format.h.

Referenced by _fmt_parse().

#define EXPECTING_P_OR_X   34

Definition at line 159 of file format.h.

Referenced by process_minus(), and process_paren_group().

#define EXPECTING_PERIOD   33

Definition at line 158 of file format.h.

Referenced by process_defg().

#define EXPECTING_RIGHT_PAREN   31

Definition at line 156 of file format.h.

Referenced by emit_format_msg(), and process_paren_group().

#define F77   001

Definition at line 176 of file format.h.

Referenced by process_bioz(), process_defg(), and process_paren_group().

#define F90   002

Definition at line 177 of file format.h.

Referenced by process_bioz(), process_defg(), and process_paren_group().

#define F95   004

Definition at line 178 of file format.h.

Referenced by process_paren_group().

#define F_ED   7

Definition at line 68 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), process_defg(), and process_paren_group().

#define FALL   ~00
#define FALSE   0

Definition at line 44 of file format.h.

Referenced by __all(), __any(), __count(), ANL_PRAGMA_CONSTRUCT::_Get_Max_Construct_Srcpos(), SORTED_MAP< KEY, RANGE >::_sort(), ANL_LOOP_CONSTRUCT::_Write_Loop_Directive(), ANL_PRAGMA_CONSTRUCT::_Write_Pragma_Directives(), ANL_REGION_CONSTRUCT::_Write_Region_Directive(), abs_intrinsic(), Add_Pragma_To_MP_Regions(), WB_BROWSER::Address_Walk(), adjust_char_value_len(), adjustl_intrinsic(), aimag_intrinsic(), aint_intrinsic(), all_intrinsic(), alloc_res(), Allocate_Object(), allocated_intrinsic(), and_opr_handler(), anint_intrinsic(), Anl_Init(), Anl_Static_Analysis(), Append_F77_Indented_Newline(), Append_Indented_Newline(), Append_MP_Schedtype(), Append_Pragma_Clauses(), arith_if_stmt_semantics(), array_bounds_resolution(), array_dim_resolution(), array_element_to_scalar(), asg_opnd_to_tmp(), assign_offset(), assign_offsets_for_equiv_groups(), Assign_ST_To_Named_Section(), assign_storage_blk(), assignment_stmt_semantics(), associated_intrinsic(), atan2_intrinsic(), attr_link_resolution(), attr_semantics(), backspace_stmt_semantics(), BE_symtab_initialize_be_scopes(), bound_resolution(), bounds_cdir_handler(), BS_Choose(), BS_Choose_Next(), BS_ContainsP(), BS_EmptyP(), BS_EqualP(), BS_Intersection_Choose(), BS_Intersection_Choose_Next(), btest_intrinsic(), buffer_stmt_semantics(), LOOPINFO::Build_linex(), build_loop_tbl(), Calc_Actual_Area(), calculate_iteration_count(), call_list_semantics(), call_stmt_semantics(), cancel_in_relop(), cast_to_cg_default(), cast_to_type_idx(), cast_typeless_constant(), ceiling_intrinsic(), chain_thru_sn_ntries(), char_bounds_resolution(), char_intrinsic(), char_len_resolution(), character_to_character(), PROMPF_INFO::Check(), Check_Actual_Stack_Size(), check_and_allocate_common_storage(), check_multiple_entry_func(), check_stat_variable(), check_target_and_value(), Check_Trip_Counts(), Choose_Stack_Model(), cif_send_sytb(), cif_stmt_type_rec(), ck_lbl_construct_name(), W2CF_TRANSLATOR::ClauseList_To_String(), close_stmt_semantics(), cmplx_intrinsic(), compare_and_swap_intrinsic(), concat_opr_handler(), Configure(), Configure_Source(), conjg_intrinsic(), const_init_semantics(), Construct_Fld_Path(), convert_to_do_var_type(), copy_and_replace_tmps(), copy_from_gl_subtree(), IPO_SYMTAB::Copy_INITO(), IPO_SYMTAB::Copy_Local_Tables(), create_alloc_descriptor(), create_argchck_descriptor(), create_array_constructor_asg(), create_bd_ntry_for_const(), create_constructor_constant(), create_dv_type_code(), create_format_tmp(), create_interp_stmts(), create_io_call_descriptor(), Create_Local_Block(), create_loop_stmts(), create_namelist_descriptor(), Create_New_Section(), create_runtime_array_constructor(), create_scalar_type_tbl(), create_strct_tbl(), create_struct_argchck_tbl(), create_struct_constructor_asg(), create_tmp_asg(), create_tmp_DV_asg(), create_tmp_from_stmt_func(), cshift_intrinsic(), csmg_intrinsic(), cvmgp_intrinsic(), cvrt_exp_to_pdg(), cvrt_opr_handler(), cvrt_to_pdg(), cwh_addr_address_ST(), cwh_addr_f90_pointer_reference(), cwh_addr_f90_pointer_reference_ls(), cwh_addr_iload(), cwh_addr_istore(), cwh_addr_lda(), cwh_addr_load_WN(), cwh_addr_mload(), cwh_addr_mstore(), cwh_addr_pstore(), cwh_addr_pstore_WN(), cwh_addr_store_ST(), cwh_addr_store_WN(), cwh_auxst_dump(), cwh_auxst_find_dummy(), cwh_auxst_find_entry(), cwh_auxst_get_list(), cwh_auxst_read_flag(), cwh_auxst_set_tylist(), cwh_block_add_to_enclosing_regions(), cwh_create_str_st(), cwh_directive_add_pragma_to_loop(), cwh_directive_barrier_insert(), cwh_directive_fill_align(), cwh_directive_work_dist(), cwh_do_tranformational(), cwh_doacross(), cwh_dope_from_expression(), cwh_dope_initialize(), cwh_dst_dope_bounds(), cwh_dst_has_dope(), cwh_dst_member(), cwh_dst_mk_common(), cwh_dst_mk_const(), cwh_dst_mk_dope_bound(), cwh_dst_mk_formal(), cwh_dst_mk_func(), cwh_dst_mk_MAIN(), cwh_dst_mk_subroutine_type(), cwh_dst_mk_variable(), cwh_dst_struct_type(), cwh_expr_compare_bitwise(), cwh_inline_allocate(), cwh_intrin_ieee_intrin_call_helper(), cwh_intrin_ieee_intrin_helper(), cwh_intrin_sync_intrin(), cwh_intrin_wrap_value_parm(), cwh_io_ioitem(), cwh_io_no_desc(), cwh_io_null_address(), cwh_io_scalar_type(), cwh_io_unmark(), cwh_parallel(), cwh_reorder(), cwh_stab_altentry_temp(), cwh_stab_distrib_pragmas(), cwh_stab_mk_fn_0args(), cwh_stab_to_list_of_equivs(), cwh_stmt_call_helper(), cwh_stmt_init_pu(), cwh_types_copyin_pragma(), cwh_types_fld_dummy(), cwh_types_is_character_function(), cwh_types_mk_array_TY(), cwh_types_mk_basic_TY(), data_stmt_semantics(), dbg_tokens(), deallocate_local_allocatables(), decl_semantics(), default_init_semantics(), defined_bin_opr_handler(), defined_un_opr_handler(), determine_lb_ub(), determine_stmt_type(), determine_tmp_size(), dim_intrinsic(), DIRECTED_GRAPH16< EDGE_TYPE, VERTEX_TYPE >::DIRECTED_GRAPH16(), directive_stmt_semantics(), do_loop_expr_semantics(), do_single_asg(), do_stmt_semantics(), Do_WOPT_and_CG_with_Regions(), doall_cmic_semantics(), doparallel_cmic_semantics(), dope_vector_setup(), dot_product_intrinsic(), dprod_intrinsic(), DRA_EC_Array_Portion_Parms(), DRA_Info_Matches_Encoding(), DRA_Insert_Pragmas(), DRA_Processing(), draw_whirl_tree(), dshiftl_intrinsic(), dsm_numthreads_intrinsic(), DST_enter_cloned_childs(), DST_enter_cloned_subroutine(), DST_put_array_type(), DST_put_class_type(), DST_put_const_attribute(), DST_put_enumeration_type(), DST_put_formal_parameter(), DST_put_inlined_subroutine(), DST_put_string_type(), DST_put_structure_type(), DST_put_subprogram(), DST_put_subrange_type(), DST_put_subroutine_type(), DST_put_typedef(), DST_put_union_type(), DST_put_variable(), DST_set_assoc_idx(), dump_at_ntry(), dump_eq_ntry(), dV_view_whirl(), else_stmt_semantics(), Em_Add_New_Rel(), Em_Dwarf_Symbolic_Relocs_To_Elf(), Em_Targ_Emit_Const(), Emit_To_PUinfo_Pragmas(), encode_decode_stmt_semantics(), end_blk_mp_semantics(), end_blockdata(), end_critical_section_blk(), end_do_blk(), end_do_parallel_blk(), end_function(), end_function_semantics(), end_guard_blk(), end_if_blk(), end_internal_proc(), end_labeled_do(), end_module(), end_module_proc(), end_open_mp_critical_blk(), end_open_mp_do_blk(), end_open_mp_master_blk(), end_open_mp_ordered_blk(), end_open_mp_parallel_blk(), end_open_mp_parallel_do_blk(), end_open_mp_parallel_sections_blk(), end_open_mp_parallel_workshare_blk(), end_open_mp_section_blk(), end_open_mp_sections_blk(), end_open_mp_single_blk(), end_open_mp_workshare_blk(), end_parallel_blk(), end_parallel_case_blk(), end_pdo_blk(), end_program_unit(), end_psection_blk(), end_region_blk(), end_select_blk(), end_SGI_parallel_blk(), end_single_process_blk(), end_subroutine(), end_task_do_blk(), end_type_blk(), endfile_stmt_semantics(), eoshift_intrinsic(), eq_opr_handler(), expand_imp_do(), expand_io_list(), exponent_intrinsic(), expr_sem(), expr_semantics(), f90_character_compare(), F90_Is_Char_Intrinsic(), F90_Is_Transformational(), F90_Size_Walk(), fcd_intrinsic(), fei_abs(), fei_add_use_path(), fei_allocate(), fei_arg_addr(), fei_assert(), fei_atomic_open_mp(), fei_blocking_size(), fei_bneg(), fei_close(), fei_control_list(), fei_copy_in(), fei_critical_open_mp(), fei_criticalsection(), fei_descriptor(), fei_doall(), fei_doforever(), fei_doloop(), fei_doparallel(), fei_dowhile(), fei_dv_deref(), fei_dynamic(), fei_endmaster_open_mp(), fei_endparallel(), fei_endparallel_open_mp(), fei_endparallel_region(), fei_endparallelsections_open_mp(), fei_endparallelworkshare_open_mp(), fei_endpdo(), fei_endpsection(), fei_endsingleprocess(), fei_entry_pt(), fei_fcd(), fei_fission(), fei_fpclass(), fei_fuse(), fei_gen_func_entry(), fei_guard(), fei_if(), fei_inquire(), fei_interface(), fei_isnan(), fei_label_def_named(), fei_malloc(), fei_master_open_mp(), fei_name(), fei_namelist(), fei_non_conform_store(), fei_omp_set_lock(), fei_omp_test_lock(), fei_open(), fei_ordered_open_mp(), fei_page_place(), fei_par_case(), fei_parallel_region(), fei_parallelsections_open_mp(), fei_parallelworkshare_open_mp(), fei_pattern_con(), fei_pdo(), fei_prefetch(), fei_prefetch_manual(), fei_prefetch_ref(), fei_prefetch_ref_disable(), fei_proc_def(), fei_proc_imp(), fei_proc_interface(), fei_psection(), fei_purple_conditional(), fei_sections_open_mp(), fei_seg(), fei_single_open_mp(), fei_singleprocess(), fei_test_interupt(), fei_unroll(), fei_where(), fei_workshare_open_mp(), fei_xxx_openad(), fetch_and_add_intrinsic(), fill_in_struct_argchck_const(), final_arg_work(), final_attr_semantics(), final_decl_semantics(), final_equivalence_semantics(), BINARY_TREE< BINARY_NODE >::Find(), find_attr_in_il(), find_attr_in_ir(), find_attrs_used_in_bound(), find_prog_unit_tbl(), Find_Slink_For_ST(), finish_cdir_id(), fixed_get_stmt(), flatten_function_call(), floor_intrinsic(), flush_cc_line(), fold_aggragate_expression(), folder_driver(), forall_semantics(), Formal_Sym(), fraction_intrinsic(), free_get_stmt(), free_intrinsic(), gen_alloc_header_const(), gen_allocatable_ptr_ptee(), gen_arg_type_descriptor(), gen_array_element_init(), gen_assumed_shape_copy(), gen_attr_and_IR_for_lbl(), gen_bd_entry(), gen_bounds_check_call(), gen_branch_around_ir(), gen_call_type_descriptor(), gen_common_dv_init(), gen_conform_check_call(), gen_copyin_bounds_stmt(), gen_dbg_write_stmt(), gen_debug_lbl_stmt(), gen_Dv_Set_stmt(), gen_dv_whole_def(), gen_dv_whole_def_init(), gen_end_prologue_debug_label(), gen_forall_branch_around(), gen_forall_tmp(), gen_forall_tmp_bd_entry(), gen_if_ir(), gen_if_stmt(), gen_init_stmt(), gen_initialized_tmp(), gen_internal_call_stmt(), gen_internal_dope_vector(), gen_loop_end_ir(), gen_present_ir(), gen_ptr_chk_call(), gen_rbounds_check_call(), gen_sbounds_check_call(), gen_sf_dv_whole_def(), gen_single_automatic_allocate(), gen_split_alloc(), gen_static_dv_whole_def(), gen_temp_init(), gen_tmp_equal_max_zero(), gen_user_code_start_opr(), get_basic_type(), get_ieee_status_intrinsic(), Get_INITV_Size(), Get_Input_Parameter_Location(), get_next_array_expr_element(), get_nxt_line(), get_operand_digit(), get_operand_letter(), get_operand_quote(), Get_Parameter_Location(), W2CF_TRANSLATOR::Get_Pointer_To(), get_TY_string(), get_type_desc(), getpos_intrinsic(), global_name_semantics(), goto_stmt_semantics(), host_associated_attr_semantics(), iand_intrinsic(), ibits_intrinsic(), ibset_intrinsic(), ichar_intrinsic(), Identical_Token_Lists(), ieee_finite_intrinsic(), ieee_real_intrinsic(), ilen_intrinsic(), imp_do_metamorphed(), increment_subscript(), index_intrinsic(), INIT2F_Get_Array_Segment(), INIT2F_Implied_DoLoop(), INIT2F_translate(), init_directive(), init_parse_prog_unit(), init_whole_array(), MHD::Initialize(), Initialize_Targ_Info(), INITV2C_struct_fill(), INITV2C_symoff(), INITV2C_translate(), INITV_repeat1(), INITV_repeat2(), INITVKIND_translate(), INITVKIND_ty(), inquire_stmt_semantics(), insert_argchck_calls(), insert_init_stmt_for_tmp(), insert_sh_after_entries(), int_intrinsic(), interpret_adjustl_intrinsic(), interpret_data_imp_do(), interpret_implied_do(), interpret_ref(), interpret_repeat_intrinsic(), interpret_reshape_intrinsic(), interpret_shape_intrinsic(), interpret_size_intrinsic(), interpret_transfer_intrinsic(), interpret_trim_intrinsic(), interpret_ubound_intrinsic(), interpret_unary_intrinsic_opr(), Unparse_Target_C::Intrinsic_Name(), io_ctl_list_semantics(), io_list_semantics(), IPA_WN_Move_Maps_PU(), IPL_EX_Set_Expr_Index(), IPL_EXS_Outer_Fold(), IPL_EXS_Useless(), ir_b2a(), IR_Srcpos_Filename(), is_add_ok(), is_directory(), Is_Exp_Linexable(), is_f90_pointer(), is_floating_equal(), is_normal(), is_numeric_equal(), is_ok_to_reassociate(), is_sub_ok(), Is_Valid_Opcode_Parts(), WN_Verifier::Is_WHIRL_tree(), ishft_intrinsic(), ishftc_intrinsic(), kludge_input_conversion(), lbound_intrinsic(), leadz_intrinsic(), len_trim_intrinsic(), length_intrinsic(), lg_opr_handler(), lge_intrinsic(), linearize_list_for_equiv(), LNO_Configure(), logical_intrinsic(), LINEX::Loop_coeff_terms_equal(), loop_end_processing(), loop_thru_sn_ntries(), LowerUPC_Init_Consistency(), lt_opr_handler(), main(), Make_Const(), make_identity(), make_logical_array_tmp(), Make_Pointer_Type(), malloc_intrinsic(), mask_intrinsic(), PROJECTED_REGION::Matching_Segment_Stride(), matmul_intrinsic(), max_intrinsic(), mclr_intrinsic(), MEM_Initialize(), MEM_POOL_FREE(), MEM_POOL_Pop_P(), MEM_POOL_Push_Freeze_P(), MEM_POOL_Push_P(), MEM_STAT_In_List(), MemCtr_Add_Common(), MemCtr_Add_Global(), MemCtr_Add_Local(), MemCtr_Init(), memory_barrier_intrinsic(), merge_equivalence_groups2(), merge_parameter(), mergee_intrinsic(), MFMC_Max_flow_arc_flow(), minus_opr_handler(), minval_intrinsic(), mld_intrinsic(), mldmx_intrinsic(), mmx_intrinsic(), mod_intrinsic(), modulo_intrinsic(), mp_directive_semantics(), Mtype_to_Ukind(), mul_intrinsic(), mult_opr_handler(), mvbits_intrinsic(), my_pe_intrinsic(), namelist_static_dv_whole_def(), nearest_intrinsic(), new_block(), New_DRA(), IPO_SYMTAB::New_Symtab(), nex_data(), nint_intrinsic(), not_intrinsic(), not_opr_handler(), ntr_abnormal_ieee_const(), ntr_array_in_bd_tbl(), ntr_bnds_tmp_list(), ntr_const_tbl(), ntr_int_const_tbl(), ntr_ref_in_global_tbl(), null_intrinsic(), nullify_stmt_semantics(), num_images_intrinsic(), numarg_intrinsic(), omp_get_max_threads_intrinsic(), omp_set_lock_intrinsic(), open_mp_directive_semantics(), open_stmt_semantics(), optimize_reshape(), outmoded_if_stmt_semantics(), output_mod_info_file(), pack_intrinsic(), parallel_cmic_semantics(), parse_array_spec(), parse_assert_directive(), parse_assignment_stmt(), parse_block_stmt(), parse_call_stmt(), parse_case_stmt(), parse_cc_add_opnd(), parse_cc_line(), parse_cc_mult_opnd(), parse_cc_operand(), parse_cpnt_dcl_stmt(), parse_data_stmt(), parse_define_str(), parse_dir_directives(), parse_directive_stmt(), parse_dollar_directives(), parse_else_stmt(), parse_end_stmt(), parse_entry_stmt(), parse_forall(), parse_function_stmt(), parse_id_directive(), parse_if_stmt(), parse_kind_selector(), parse_mic_directives(), parse_module_stmt(), parse_namelist_stmt(), parse_only_spec(), parse_open_mp_clauses(), parse_open_mp_directives(), parse_operand(), parse_par_directives(), parse_pe_array_spec(), parse_prefix_spec(), parse_prog_unit(), parse_program_stmt(), parse_star_directives(), parse_stop_pause_stmt(), parse_subroutine_stmt(), parse_type_dcl_stmt(), parse_type_spec(), parse_typed_function_stmt(), parse_use_stmt(), parse_where_stmt(), PDGCS_initialize(), pe_array_dim_resolution(), Phase_Init(), plus_opr_handler(), OPTIONS_STACK::Pop_Current_Options(), Post_Process_Backend(), power_opr_handler(), pp_get_stmt(), pre_parse_format(), Prepend_F77_Indented_Newline(), Prepend_Indented_Newline(), Preprocess_PU(), FB_FREQ::Print(), LINEX::Print(), print_at(), print_at_by_name(), print_buffered_messages(), print_Dv_Whole_Def_Opr(), print_fp(), print_hn(), print_hn_tbl(), print_ln(), print_ln_by_name(), print_ln_tbl(), print_lnr(), print_mp_dir_opr(), print_open_mp_dir_opr(), print_scp(), print_scp_tbl(), print_sh_tbl(), print_sn_list(), print_stmt_semantics(), PRINTMSG(), process_all_initialized_cpnts(), process_cpnt_inits(), process_deferred_io_list(), Process_Fill_Align_Pragmas(), OPTIONS_STACK::Process_Pragma_Options(), Process_Trace_Option(), PROJECTED_KERNEL::Project(), Projected_Region_From_Access_Array(), Projected_Region_From_St(), PROMPF_INFO::PROMPF_INFO(), PROMPF_INFO::Prompf_Info_Traverse(), WN_Verifier::Proper_Block_Structure(), Ptr_as_String(), ptr_assign_from_ptr(), push_data_value(), Put_Pragma_Start_With_Caveats(), put_string_in_tmp(), Query_Skiplist(), random_seed_intrinsic(), ranf_intrinsic(), ranget_intrinsic(), read_in_module_tbl(), Read_Local_Info(), read_stmt_semantics(), readsm_intrinsic(), real_intrinsic(), remote_write_barrier_intrinsic(), repeat_intrinsic(), reshape_intrinsic(), RESHAPE::Reshapeable_Passed_Section(), PROMPF_INFO::Restore(), return_stmt_semantics(), rewind_stmt_semantics(), Rewrite_Pragmas_On_Structs(), Rewrite_Structs_In_MPRegion(), rrspacing_intrinsic(), rtc_intrinsic(), save_array_syntax_subscripts(), scalar_dope_to_scalar(), scale_intrinsic(), scan_cc_line(), Select_Best_Fld_Path(), select_stmt_semantics(), selected_int_kind_intrinsic(), selected_real_kind_intrinsic(), send_attr_ntry(), send_derived_type(), send_dummy_procedure(), send_procedure(), Set_addr_saved_stmt(), Set_Error_Descriptor(), set_exponent_intrinsic(), set_ieee_exception_intrinsic(), PROJECTED_NODE::Set_linex_le(), PROJECTED_NODE::Set_linexs(), Set_ST_formal_preg_num(), set_stride_for_first_dim(), Set_Tcon_Value(), set_up_logical_constant(), set_up_which_entry_tmp(), shape_intrinsic(), shift_intrinsic(), short_circuit_branch(), short_circuit_high_level_if(), sign_intrinsic(), Signal_Cleanup(), simp_add_sub(), simp_band(), simp_bior(), simp_bxor(), simp_land(), SIMPNODE_SimplifyExp1(), sin_intrinsic(), size_offset_binary_calc(), size_offset_logical_calc(), size_offset_min_max_calc(), sizeof_intrinsic(), spacing_intrinsic(), spread_intrinsic(), FB_FREQ::Sprintf(), srch_ar_file_for_module_tbl(), srch_for_calls(), ST2C_decl_error(), ST2C_func_header(), ST2C_use_error(), ST2F_decl_const(), ST2F_decl_error(), ST2F_decl_var(), ST2F_use_error(), ST_auxst_data_info(), ST_is_const_and_has_initv(), ST_is_const_initialized_scalar(), ST_size(), Stab_Assignment_Compatible_Types(), Stab_Compare_Types(), Stab_Identical_Types(), Stab_Is_Element_Type_Of_Array(), Stab_Lock_Tmpvar(), start_new_prog_unit(), start_new_subpgm(), WN_Verifier::STID_check_st_class(), stmt_expansion_control_start(), stmt_func_call_opr_handler(), stmt_level_semantics(), stop_pause_stmt_semantics(), stor_bit_size_of(), storage_blk_resolution(), WB_BROWSER::Summary(), WB_BROWSER::Summary_Single(), WB_BROWSER::Summary_Size(), synchronize_intrinsic(), Targ_Conv(), Targ_Power(), Targ_WhirlOp(), TCON2F_translate(), TCON_For_Initv(), Terminate(), test_ieee_interrupt_intrinsic(), test_size_stmts(), TI_ASM_Get_Bundle_Reloc_Value(), TI_ASM_Pack_Inst(), TI_ASM_Set_Bundle_Reloc_Value(), TI_BUNDLE_Is_Empty(), TI_BUNDLE_Is_Full(), TI_BUNDLE_Reserve_Stop_Bit(), TI_BUNDLE_Unreserve_Stop_Bit(), TI_Initialize(), TI_RES_RES_Equal(), TI_RES_RES_Resources_Equivalent(), tiny_intrinsic(), tmp_il_resolution(), tmp_ir_resolution(), Trace_Command_Line_Group(), SEGMENTED_ARRAY< T, block_size >::Transfer(), RELATED_SEGMENTED_ARRAY< T, block_size >::Transfer(), transfer_intrinsic(), transform_char_sequence_ref(), transform_cri_ch_ptr(), translate_distant_dv_ref(), translate_distant_ref1(), translate_distant_ref2(), translate_dv_component(), transpose_intrinsic(), Tree_Equiv(), trim_intrinsic(), TY2C_get_field_info(), TY2C_invalid(), TY2C_Prepend_Alignment_Type(), TY2C_prepend_FLD_list(), TY2F_Append_ARB(), TY2F_array(), TY2F_Dump_Fld_Path(), TY2F_Equivalence_FldList(), TY2F_Fld_Name(), TY2F_invalid(), TY2F_List_Common_Flds(), TY2F_pointer(), TY2F_scalar(), TY2F_Translate_Common(), TY2F_Translate_EquivCommon_PtrFld(), TY2F_Translate_Structure(), U64_LOWER_expr(), ubound_intrinsic(), unit_intrinsic(), unpack_intrinsic(), update_fld_type(), uplus_opr_handler(), use_stmt_semantics(), validate_char_len(), verify_interface(), WB_BROWSER::Vertices(), W2C_Fini(), W2C_Init(), W2CF_Identical_Symkinds(), W2CF_Symtab_Nameof_Fld(), W2CF_Symtab_Nameof_Preg(), W2CF_Symtab_Nameof_Ty(), W2F_Fini(), W2F_Init(), W2F_Outfile_Fini(), W2F_Outfile_Translate_Pu(), W2F_Pop_PU(), W2F_Push_PU(), wait_send_semantics(), where_stmt_semantics(), Whirl2C_Emit(), WHIRL2F_Append_Comment(), Whirl2F_Emit(), Whirl2Src_Emit(), Whirl2Src_Init(), Whirl2Src_Translate_Iload_Str(), Whirl2Src_Translate_Istore_Str(), WN2C_Append_Assignment(), WN2C_Append_Preg(), WN2C_Append_Value_Reference(), WN2C_array(), WN2C_based_lvalue(), WN2C_binaryop(), WN2C_block(), WN2C_cvt(), WN2C_cvtl(), WN2C_Function_Call_Lhs(), WN2C_Function_Return_Value(), WN2C_if(), WN2C_iload(), WN2C_iloadx(), WN2C_intrinsic_op(), WN2C_lda(), WN2C_ldid(), WN2C_parm(), WN2C_tas(), WN2C_Translate_Arithmetic_Operand(), WN2C_unaryop(), WN2F_array(), WN2F_array_bounds(), WN2F_ashr(), WN2F_binaryop(), WN2F_casegoto(), WN2F_complex(), WN2F_Expr_Plus_Literal(), WN2F_Get_DoLoop_Bound(), WN2F_Get_DoLoop_StepSize(), WN2F_iloadx(), WN2F_imagpart(), WN2F_interface_blk(), WN2F_io_control(), WN2F_io_format(), WN2F_io_item(), WN2F_io_list(), WN2F_io_unit(), WN2F_ios_cr(), WN2F_istorex(), WN2F_Load_Return_Reg(), WN2F_Offset_Memref(), WN2F_Offset_Symref(), WN2F_realpart(), WN2F_return(), WN2F_select(), WN2F_Translate_DoLoop_Bound(), WN2F_triplet(), WN2F_unaryop(), WN2F_unsupported(), WN_CopyMap(), WN_Equiv(), WN_Expr_Can_Be_Speculative(), WN_Floatconst(), WN_Int_Type_Conversion(), WN_intrinsic_return_ty(), WN_Inverse(), WN_LdaString(), wn_loop_reverse_compare(), WN_MAP_get_map_id(), WN_object_size(), WN_Upper_Bound_Standardize(), WN_UVConst(), WN_Verifier::WN_Verifier(), ANL_PRAGMA_CONSTRUCT::Write(), write_memory_barrier_intrinsic(), write_output(), write_separator(), write_stmt_semantics(), and write_token().

#define FIELD_TOO_LARGE   38
#define FIELD_WIDTH_ZERO   37

Definition at line 162 of file format.h.

Referenced by nonzero_integer(), process_arl(), process_bioz(), process_defg(), and process_minus().

#define FIRST_CNTL_ED   20

Definition at line 78 of file format.h.

#define FIRST_DATA_ED   1

Definition at line 61 of file format.h.

Referenced by _rdfmt(), and _wrfmt().

#define FIRST_FATAL_MESSAGE   30

Definition at line 154 of file format.h.

Referenced by fmterr().

#define FIRST_NON_ANSI_MESSAGE   10

Definition at line 140 of file format.h.

Referenced by fmterr().

#define FIRST_OP   40

Definition at line 94 of file format.h.

#define FIRST_WARNING_MESSAGE   1

Definition at line 137 of file format.h.

#define FMT_ENTRY_BYTE_SIZE   sizeof(fmt_type)

Definition at line 228 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), process_char_string(), and process_paren_group().

#define FMT_ENTRY_WORD_SIZE   (sizeof(fmt_type)/sizeof(long))

Definition at line 235 of file format.h.

#define G_ED   8

Definition at line 69 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define H_IS_OBSOLETE_IN_F90   17

Definition at line 148 of file format.h.

Referenced by emit_format_msg(), and process_paren_group().

#define I_ED   9

Definition at line 70 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define INVALID_REP_COUNT   35

Definition at line 160 of file format.h.

Referenced by emit_format_msg(), and process_paren_group().

#define L_ED   10

Definition at line 71 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define LAST_CNTL_ED   32

Definition at line 92 of file format.h.

#define LAST_DATA_ED   14

Definition at line 76 of file format.h.

Referenced by _rdfmt(), and _wrfmt().

#define LAST_NON_ANSI_MESSAGE   20

Definition at line 152 of file format.h.

#define LAST_OP   42

Definition at line 98 of file format.h.

Referenced by _rdfmt(), and _wrfmt().

#define LIB_CALL   0

Definition at line 182 of file format.h.

Referenced by _fmt_parse(), _parse(), fmterr(), process_paren_group(), and recover().

#define MAX_CALL_FLAG   5

Definition at line 188 of file format.h.

Referenced by _fmt_parse().

#define MAX_DECIMAL_FIELD   077777777

Definition at line 192 of file format.h.

Referenced by process_bioz(), and process_defg().

#define MAX_EXPONENT   077

Definition at line 190 of file format.h.

Referenced by process_defg().

#define MAX_FIELD_WIDTH   077777777
#define MAX_REP_COUNT   017777777777

Definition at line 193 of file format.h.

Referenced by process_minus(), and process_paren_group().

#define MINUS_X_NON_ANSI   15

Definition at line 146 of file format.h.

Referenced by emit_format_msg(), and process_minus().

#define MISSING_WIDTH_NON_ANSI   20

Definition at line 151 of file format.h.

Referenced by emit_format_msg(), process_arl(), process_bioz(), and process_defg().

#define NON_ANSI_EDIT_DESCRIPTOR   14

Definition at line 145 of file format.h.

Referenced by emit_format_msg(), and process_paren_group().

#define NON_ANSI_NULL_DESCRIPTOR   18

Definition at line 149 of file format.h.

Referenced by emit_format_msg(), and process_paren_group().

#define NONTERMINATED_LITERAL   41

Definition at line 166 of file format.h.

Referenced by process_char_string(), and process_paren_group().

#define NULL   0

Definition at line 40 of file format.h.

#define O_ED   11

Definition at line 72 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define P_ED   21

Definition at line 80 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define PARSER_LEVEL   3

Definition at line 57 of file format.h.

Referenced by _parse(), and setup_format().

#define Q_ED   14

Definition at line 75 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), and _wrfmt().

#define R_ED   12

Definition at line 73 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define REP_SLASH_NON_ANSI   13

Definition at line 144 of file format.h.

Referenced by emit_format_msg(), and process_paren_group().

#define REPEAT_OP   40

Definition at line 95 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define REVERT_OP   42

Definition at line 97 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), and _wrfmt().

#define S_ED   26

Definition at line 85 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define SLASH_ED   20

Definition at line 79 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define SP_ED   27

Definition at line 86 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define SS_ED   28

Definition at line 87 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define STRING_ED   22

Definition at line 81 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), and _wrfmt().

#define T_ED   31

Definition at line 90 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define TL_ED   29

Definition at line 88 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define TR_ED   30

Definition at line 89 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define TRAILING_CHARS   1

Definition at line 138 of file format.h.

Referenced by _fmt_parse(), and emit_format_msg().

#define TRUE   1

Definition at line 48 of file format.h.

Referenced by ANL_PRAGMA_CONSTRUCT::_Write_Pragma_Directives(), Add_Pragma_To_MP_Regions(), WB_BROWSER::Address_Walk(), adjust_char_value_len(), Adjusted_Alignment(), Adjusted_Type_Size(), adjustl_intrinsic(), align_bit_length(), SEGMENTED_ARRAY< T, block_size >::Allocate(), RELATED_SEGMENTED_ARRAY< T, block_size >::Allocate(), Allocate_All_Formals(), Allocate_Entry_Formal(), and_opr_handler(), ANL_PRAGMA_CONSTRUCT::ANL_PRAGMA_CONSTRUCT(), Append_F77_Indented_Continuation(), Append_Pragma_Clauses(), array_construct_semantics(), array_dim_resolution(), array_element_to_scalar(), asg_opnd_to_tmp(), assign_offset(), assign_stmt_semantics(), assign_storage_blk(), assignment_stmt_semantics(), attr_link_resolution(), attr_semantics(), backspace_stmt_semantics(), Bind_Stack_Frame(), bit_size_intrinsic(), bits_and_bytes_to_words(), bound_resolution(), build_loop_tbl(), PROMPF_INFO::Cache_Tile(), PROMPF_INFO::Cache_Winddown(), Calc_Actual_Area(), call_list_semantics(), Can_Do_Fast_Multiply(), cancel_in_relop(), cast_to_type_idx(), cc_get_stmt(), change_section_to_do(), char_bounds_resolution(), char_len_resolution(), character_to_character(), check_and_allocate_common_storage(), check_multiple_entry_func(), check_stat_variable(), Check_Trip_Counts(), cif_send_sytb(), cif_stmt_type_rec(), ck_lbl_construct_name(), close_stmt_semantics(), collapse_interface_blk(), Collect_Goodies(), PROJECTED_REGION::Compare(), compare_derived_types(), concat_opr_handler(), Configure(), Configure_Source(), const_init_semantics(), Construct_Fld_Path(), convert_const(), copy_and_replace_tmps(), copy_sbtree(), create_alloc_descriptor(), create_argchck_descriptor(), create_array_constructor_asg(), create_constructor_constant(), create_format_tmp(), create_imp_do_loops(), create_interp_stmts(), create_io_call_descriptor(), create_kwd_text(), create_loop_stmts(), create_namelist_descriptor(), create_runtime_array_constructor(), create_runtime_struct_constructor(), create_scalar_type_tbl(), create_strct_tbl(), create_struct_argchck_tbl(), create_struct_constructor_asg(), create_tmp_asg(), create_tmp_DV_asg(), create_tmp_from_stmt_func(), cvrt_exp_to_pdg(), cvrt_proc_to_pdg(), cvrt_sytb_to_pdg(), cvrt_to_pdg(), cwh_addr_f90_pointer_reference(), cwh_addr_pstid(), cwh_addr_stid(), cwh_addr_substr_util(), cwh_auxst_add_item(), cwh_auxst_add_list(), cwh_auxst_alloc_proc_entry(), cwh_auxst_distr_preg(), cwh_auxst_find_dummy(), cwh_auxst_next_element(), cwh_auxst_set_flag(), cwh_auxst_srcpos_addr(), cwh_auxst_srcpos_val(), cwh_directive_barrier_insert(), cwh_dst_array_type(), cwh_dst_dope_type(), cwh_dst_has_dope(), cwh_dst_member(), cwh_dst_mk_dope_bound(), cwh_dst_mk_func(), cwh_dst_mk_MAIN(), cwh_intrin_sync_intrin(), cwh_intrin_wrap_ref_parm(), cwh_io_analyse_arr(), cwh_io_analyse_expr(), cwh_io_analyse_io_item(), cwh_io_null_address(), cwh_mp_region(), cwh_stab_mk_fn_0args(), cwh_stmt_call_helper(), cwh_types_array_util(), cwh_types_ch_parm_TY(), cwh_types_copyin_pragma(), cwh_types_dim_struct_TY(), cwh_types_dim_TY(), cwh_types_dope_TY(), cwh_types_mk_basic_TY(), cwh_types_mk_character_TY(), cwh_types_mk_dope_invariant_TY(), cwh_types_mk_element(), cwh_types_mk_f90_pointer_ty(), cwh_types_mk_logical_TY(), cwh_types_mk_misaligned_TY(), cwh_types_mk_namelist_item_TY(), cwh_types_mk_namelist_TY(), cwh_types_mk_result_temp_TY(), cwh_types_mk_struct(), cwh_types_mk_unique_pointer_TY(), data_stmt_semantics(), deallocate_local_allocatables(), decl_semantics(), Declare_Func_N_Arg(), Declare_Function(), default_init_semantics(), defined_bin_opr_handler(), defined_un_opr_handler(), determine_lb_ub(), digits_intrinsic(), directive_stmt_semantics(), PROMPF_INFO::Distribution(), do_loop_expr_semantics(), do_single_asg(), do_stmt_semantics(), Do_WOPT_and_CG_with_Regions(), PROMPF_INFO::Doacross_Inner_Tile(), PROMPF_INFO::Doacross_Outer_Tile(), PROMPF_INFO::Doacross_Sync(), PROMPF_INFO::Donest_Middle_Tile(), PROMPF_INFO::Donest_Outer_Tile(), dope_vector_setup(), DRA_Clone_Initialize(), DRA_Collect_Commons(), DRA_EC_Array_Portion_Parms(), DRA_EC_Declare_Types(), DRA_Initialize(), DRA_Mangle_Entry(), PROMPF_INFO::Dsm_Io(), PROMPF_INFO::Dsm_Local(), PROMPF_INFO::Dsm_Tile(), DST_enter_inlined_subroutine(), DST_put_array_type(), DST_put_common_inclusion(), DST_put_const_type(), DST_put_constant(), DST_put_entry_point(), DST_put_formal_parameter(), DST_put_inheritance(), DST_put_member(), DST_put_pointer_type(), DST_put_reference_type(), DST_put_subprogram(), DST_put_subroutine_type(), DST_put_template_type_param(), DST_put_typedef(), DST_put_variable(), DST_put_volatile_type(), dump_hn_ntry(), dump_ln_ntry(), dump_scp_ntry(), dump_wn(), else_stmt_semantics(), Em_Add_New_Composite_Rela(), Em_Add_New_Rela(), encode_decode_stmt_semantics(), end_blk_mp_semantics(), end_blockdata(), end_do_blk(), end_forall_blk(), end_function(), end_function_semantics(), end_if_blk(), end_interface_blk(), end_interface_body(), end_internal_proc(), end_module(), end_module_proc(), end_program_unit(), end_select_blk(), end_subroutine(), end_task_do_blk(), end_type_blk(), end_where_blk(), endfile_stmt_semantics(), ID_MAP< NODE_TYPE, KEY_TYPE >::Enlarge(), eoshift_intrinsic(), epsilon_intrinsic(), eq_opr_handler(), Exp_To_Linex_Array(), expand_imp_do(), expand_io_list(), PROMPF_INFO::F90_Array_Stmt(), F90_Is_Char_Intrinsic(), F90_Is_Transformational(), F90_Size_Walk(), fdump_tree(), fdump_wn(), fdump_wn_no_st(), fei_allocate(), fei_atomic_open_mp(), fei_concat(), fei_control_list(), fei_copyin_bound(), fei_critical_open_mp(), fei_descriptor(), fei_do_open_mp(), fei_endcritical_open_mp(), fei_endcriticalsection(), fei_enddo_open_mp(), fei_endguard(), fei_endmaster_open_mp(), fei_endordered_open_mp(), fei_endparallel_open_mp(), fei_endparallelsections_open_mp(), fei_endparallelworkshare_open_mp(), fei_endsections_open_mp(), fei_endworkshare_open_mp(), fei_isfinite(), fei_isunordered(), fei_logb(), fei_next_func_idx(), fei_object(), fei_omp_unset_lock(), fei_ordered_open_mp(), fei_paralleldo_open_mp(), fei_parallelsections_open_mp(), fei_parallelworkshare_open_mp(), fei_proc_def(), fei_proc_imp(), fei_proc_interface(), fei_remainder(), fei_return(), fei_scalb(), fei_section_open_mp(), fei_seg(), fei_set_dv_hdr_fld(), fei_test_estat(), fei_user_code_start(), Fill_Align_Symbol(), final_arg_work(), final_attr_semantics(), final_decl_semantics(), final_equivalence_semantics(), Finalize_Stack_Frame(), find_attr_in_il(), find_attr_in_ir(), find_attrs_used_in_bound(), find_ciitem_idx(), find_host_associated_attrs_in_il(), find_host_associated_attrs_in_ir(), WB_BROWSER::Find_Symbols(), finish_cdir_id(), PROMPF_INFO::Fission(), fixed_classify_line(), fixed_get_keyword(), fixed_get_stmt(), flatten_function_call(), fold_aggragate_expression(), fold_all_subscripts(), folder_driver(), forall_semantics(), free_get_keyword(), free_get_stmt(), PROMPF_INFO::Gather_Scatter(), gen_allocatable_ptr_ptee(), gen_arg_type_descriptor(), gen_array_element_init(), gen_assumed_shape_copy(), gen_bd_entry(), gen_bounds_check_call(), gen_branch_around_ir(), gen_call_type_descriptor(), gen_common_dv_init(), gen_conform_check_call(), gen_copyin_bounds_stmt(), gen_dbg_write_stmt(), gen_debug_lbl_stmt(), gen_dv_def_loops(), gen_Dv_Set_stmt(), gen_dv_whole_def(), gen_dv_whole_def_init(), gen_end_prologue_debug_label(), gen_forall_branch_around(), gen_forall_tmp(), gen_forall_tmp_bd_entry(), gen_if_ir(), gen_if_stmt(), gen_init_stmt(), gen_initialized_tmp(), gen_internal_call_stmt(), gen_internal_dope_vector(), gen_ir(), gen_loop_end_ir(), gen_present_ir(), gen_ptr_chk_call(), gen_rbounds_check_call(), gen_sbounds_check_call(), gen_sf_dv_whole_def(), gen_single_automatic_allocate(), gen_split_alloc(), gen_static_dv_whole_def(), gen_static_integer_array_tmp(), gen_temp_init(), gen_tmp_equal_max_zero(), gen_user_code_start_opr(), PROMPF_INFO::General_Version(), generic_spec_semantics(), get_basic_type(), get_debug_directive(), get_directive(), get_format_str(), get_label(), get_micro_directive(), get_open_mp_directive(), get_openad_directive(), get_operand_dot(), get_operand_letter(), get_operator_dot(), Get_Output_Parameter_Location(), get_punctuator(), Get_Section_ST(), get_sgi_directive(), get_stmt_tmp(), goto_stmt_semantics(), PROJECTED_REGION::Has_Important_Messy_Bounds(), PROJECTED_REGION::Has_Messy_Bounds(), PROMPF_INFO::Hoist_Messy_Bounds(), host_associated_attr_semantics(), huge_intrinsic(), il_is_symbolic_constant(), increment_subscript(), index_intrinsic(), Init_Controls_Tbl(), init_parse_prog_unit(), init_whole_array(), Initialize_Stack_Frame(), Initialize_Symbol_Tables(), INITV2C_symoff(), PROMPF_INFO::Inner_Fission(), PROMPF_INFO::Inner_Shackle(), inquire_stmt_semantics(), insert_argchck_calls(), insert_init_stmt_for_tmp(), insert_sh_after_entries(), PROMPF_INFO::Interleaved_Winddown(), interpret_data_imp_do(), interpret_implied_do(), interpret_ref(), interpret_reshape_intrinsic(), interpret_transfer_intrinsic(), io_ctl_list_semantics(), io_list_semantics(), IPL_EXS_Eliminate_Expr_Identities(), ir_b2a(), is_add_ok(), is_directory(), is_normal(), is_ok_to_reassociate(), is_sub_ok(), iss_blk_stk_err(), kind_intrinsic(), lbound_intrinsic(), len_intrinsic(), lg_opr_handler(), LNO_Configure(), LNO_Processing(), loc_intrinsic(), loop_end_processing(), lower_ptr_asg(), lt_opr_handler(), main(), Make_F90_Pointer_Type(), maxexponent_intrinsic(), PROJECTED_REGION::May_Union(), MEM_Initialize(), MEM_POOL_Alloc_P(), MEM_POOL_Pop_Unfreeze_P(), MEM_POOL_Push_P(), MEM_POOL_Realloc_P(), MEM_STAT_In_List(), MemCtr_Add_Common(), MemCtr_Add_Global(), MemCtr_Add_Local(), MemCtr_Init(), merge_access(), merge_allocatable(), merge_automatic(), merge_co_array(), merge_data(), merge_dimension(), merge_external(), Merge_Fixed_Stack_Frame(), merge_intent(), merge_intrinsic(), merge_optional(), merge_parameter(), merge_pointer(), merge_save(), merge_target(), merge_type(), merge_volatile(), minexponent_intrinsic(), minus_opr_handler(), PROMPF_INFO::Mp_Tile(), PROMPF_INFO::Mp_Version(), mult_opr_handler(), namelist_resolution(), new_block(), nex_data(), ANL_PRAGMA_CONSTRUCT::Next_Stmt(), not_opr_handler(), not_visible_semantics(), ntr_bnds_sh_tmp_list(), ntr_io_string_constant(), null_intrinsic(), nullify_stmt_semantics(), PROMPF_INFO::OMPL_Fetchop_Atomic(), open_include_file(), open_stmt_semantics(), optimize_reshape(), PROMPF_INFO::Outer_Shackle(), outmoded_if_stmt_semantics(), output_mod_info_file(), PROMPF_INFO::Parallel_Region(), parse_assert_directive(), parse_assignment_stmt(), parse_auxiliary_dir(), parse_buffer_stmt(), parse_cache_align_name_list(), parse_cache_bypass_dir(), parse_cache_noalloc(), parse_call_stmt(), parse_case_stmt(), parse_cc_line(), parse_cc_operand(), parse_common_dirs(), parse_common_stmt(), parse_copy_assumed_shape_dir(), parse_cpnt_dcl_stmt(), parse_data_stmt(), parse_deref(), parse_derived_type_stmt(), parse_dir_var_list(), parse_distribution_dir(), parse_do_stmt(), parse_dollar_directives(), parse_dummy_args(), parse_else_stmt(), parse_end_stmt(), parse_endfile_stmt(), parse_entry_stmt(), parse_equivalence_stmt(), parse_expr(), parse_fill_align_symbol(), parse_function_stmt(), parse_goto_stmt(), parse_id_directive(), parse_if_stmt(), parse_ignore_tkr(), parse_implicit_stmt(), parse_inline_always_never(), parse_int_or_star_list(), parse_intent_stmt(), parse_interface_stmt(), parse_io_control_list(), parse_io_list(), parse_kind_selector(), parse_length_selector(), parse_level_1(), parse_mic_directives(), parse_module_stmt(), parse_name_dir(), parse_namelist_stmt(), parse_nosideeffects_dir(), parse_only_spec(), parse_open_mp_directives(), parse_openad_directives(), parse_par_directives(), parse_permutation_mic(), parse_pointer_stmt(), parse_prefix_spec(), parse_prog_unit(), parse_redistribute_dir(), parse_reference_list(), parse_sgi_dir_inline(), parse_slash_common_dirs(), parse_star_directives(), parse_stmt_func_stmt(), parse_stop_pause_stmt(), parse_subroutine_stmt(), parse_symmetric_dir(), parse_type_dcl_stmt(), parse_type_spec(), parse_typed_function_stmt(), parse_use_stmt(), parse_var_common_list(), parse_var_name_list(), parse_vfunction_dir(), parse_where_stmt(), PDGCS_initialize(), pe_array_dim_resolution(), Phase_Fini(), Phase_Init(), plus_opr_handler(), POINTS_TO::POINTS_TO(), pop_and_err_blk_stk(), Post_LNO_Processing(), PROMPF_INFO::Post_Peel(), power_opr_handler(), pp_get_stmt(), PROMPF_INFO::Pre_Peel(), precision_intrinsic(), PROMPF_INFO::Prefetch_Version(), PROMPF_INFO::Preopt_Create(), Prepend_F77_Indented_Continuation(), preprocess_only_driver(), present_intrinsic(), print_all_text(), print_at_all(), print_at_by_name(), print_compressed_sytb(), print_fp_tbl(), print_mem_usage_report(), print_scp_tbl(), print_sh(), print_sh_tbl(), print_stmt_semantics(), print_sytb(), PRINTMSG(), process_all_initialized_cpnts(), Process_Command_Line(), Process_Command_Line_Group(), process_cpnt_inits(), process_deferred_io_list(), Projected_Region_From_St(), Prompf_Emit_Whirl_to_Source(), PROMPF_INFO::Prompf_Info_Traverse(), ptr_assign_from_ptr(), OPTIONS_STACK::Push_Current_Options(), push_data_value(), put_c_str_in_cn(), put_char_const_in_tbl(), put_format_in_tbl(), put_string_in_tmp(), Query_Skiplist(), radix_intrinsic(), random_seed_intrinsic(), range_intrinsic(), ranget_intrinsic(), ANL_FILE_MNGR::Read_Ptr(), read_stmt_semantics(), Recompute_addr_saved_stmt(), References_Some_Label(), PROMPF_INFO::Register_Shutdown(), PROMPF_INFO::Register_SStrip(), PROMPF_INFO::Register_Startup(), PROMPF_INFO::Register_Winddown(), Rename_INITV_Labels(), reshape_intrinsic(), resolve_ext_opr(), resolve_used_modules(), Restore_Cmd_Line_Ctrls(), Restore_Routine_Top_Ctrls(), return_stmt_semantics(), rewind_stmt_semantics(), save_array_syntax_subscripts(), Save_Routine_Top_Ctrls(), scalar_dope_to_scalar(), scan_cc_line(), WB_BROWSER::Sdebug(), PROMPF_INFO::Se_Cache_Tile(), PROMPF_INFO::Se_Tile(), section_semantics(), Select_Best_Fld_Path(), select_stmt_semantics(), send_darg_list(), send_derived_type(), send_mod_file_name(), send_namelist_group(), send_procedure(), set_at_actual_arg(), set_function_rslt(), PROJECTED_NODE::Set_linex_eq(), PROJECTED_NODE::Set_linex_le(), PROJECTED_NODE::Set_linexs(), set_sb_first_attr_idx(), Set_ST_auxst_data_info(), set_up_bd_tmps(), set_up_which_entry_tmp(), sgi_cmd_line(), shape_intrinsic(), short_circuit_branch(), short_circuit_high_level_if(), Signal_Cleanup(), POINTS_TO::Similar(), simp_add_sub(), simp_lior(), PROMPF_INFO::Single_Process(), size_intrinsic(), size_offset_binary_calc(), srch_for_calls(), ST2F_decl_var(), Stab_Assign_Compatible_Pointer_Quals(), Stab_Assignment_Compatible_Types(), Stab_Compare_Types(), Stab_Is_Element_Type_Of_Array(), Stab_Lock_Tmpvar(), start_new_prog_unit(), start_new_scp(), start_new_subpgm(), stmt_expansion_control_start(), stmt_func_call_opr_handler(), stmt_has_double_colon(), stmt_is_DO_stmt(), stmt_level_semantics(), stop_pause_stmt_semantics(), storage_blk_resolution(), struct_construct_opr_handler(), subscript_opr_handler(), substring_opr_handler(), WB_BROWSER::Summary(), WB_BROWSER::Symbol(), Targ_WhirlOp(), Terminate(), test_size_stmts(), TI_ASM_Unpack_Inst(), TI_BUNDLE_Has_Property(), TI_BUNDLE_Reserve_Stop_Bit(), TI_BUNDLE_Stop_Bit_Available(), Trace_Command_Line_Group(), Trace_Option_Group(), Trace_Option_Groups(), transfer_intrinsic(), transform_cri_ch_ptr(), translate_distant_dv_ref(), translate_distant_ref1(), translate_dv_component(), TY2C_get_field_info(), TY2C_prepend_FLD_list(), TY2F_array(), TY2F_Declare_Common_Flds(), TY2F_Equivalence_FldList(), TY2F_List_Common_Flds(), TY2F_Purple_Assumed_Sized_Array(), TY2F_Translate_EquivCommon_PtrFld(), TY_To_Sptr_Idx(), ubound_intrinsic(), uplus_opr_handler(), use_stmt_semantics(), validate_char_len(), Verify_addr_saved_expr(), PROMPF_INFO::Vintr_Fission(), vv_subscript_semantics(), W2C_Pop_PU(), W2C_Push_PU(), W2CF_Get_Basename(), W2CF_Symtab_Unique_Name(), W2F_Outfile_Translate_Pu(), where_stmt_semantics(), WHIRL2F_Append_Comment(), WN2C_address_add(), WN2C_Append_Assignment(), WN2C_based_lvalue(), WN2C_block(), WN2C_ldid(), WN2C_Load_From_PregIdx(), WN2C_Load_Return_Reg(), WN2C_lvalue_st(), WN2C_mstore(), WN2C_Prepend_Value_Reference(), WN2C_region(), WN2C_Store_Return_Reg(), WN2C_translate_file_scope_defs(), WN2F_array(), WN2F_array_bounds(), WN2F_arrsection(), WN2F_arrsection_bounds(), WN2F_ashr(), WN2F_eval(), WN2F_Funcall_Op(), WN2F_Get_DoLoop_Bound(), WN2F_Infix_Op(), WN2F_ios_backspace(), WN2F_ios_close(), WN2F_ios_delete(), WN2F_ios_endfile(), WN2F_ios_find(), WN2F_ios_inquire(), WN2F_ios_open(), WN2F_ios_rewind(), WN2F_ios_unlock(), WN2F_istore(), WN2F_Offset_Symref(), WN2F_pragma_list_nowait(), WN2F_prefetch(), WN2F_process_pragma(), WN2F_pstore(), WN_Create(), WN_Create_Shared_Load(), WN_Create_Shared_Store(), WN_Equiv(), WN_has_side_effects(), WN_Inverse(), WN_LOOP_TripCount(), WN_Mem_Pop(), WN_Mem_Push(), WN_TREE_fdump_tree(), ANL_REGION_CONSTRUCT::Write(), ANL_PRAGMA_CONSTRUCT::Write(), write_stmt_semantics(), and ID_MAP< NODE_TYPE, KEY_TYPE >::~ID_MAP().

#define UNABLE_TO_MALLOC_MEMORY   42

Definition at line 167 of file format.h.

Referenced by _fmt_parse().

#define UNKNOWN_EDIT_DESCRIPTOR   40

Definition at line 165 of file format.h.

Referenced by process_paren_group().

#define Z_ED   13

Definition at line 74 of file format.h.

Referenced by _dumppfmt(), _rdfmt(), _wrfmt(), and process_paren_group().

#define ZERO_OR_NO_HOLLERITH_CNT   39

Definition at line 164 of file format.h.

Referenced by process_paren_group().

#define ZERO_REP_COUNT   36

Definition at line 161 of file format.h.

Referenced by process_paren_group().

#define ZERO_WIDTH_NON_ANSI   19

Definition at line 150 of file format.h.

Referenced by emit_format_msg(), process_arl(), process_bioz(), and process_defg().


Typedef Documentation

typedef void _Error_function(const int _Msg_num, const int _Error_offset, const int _Edit_desc_offset)

Definition at line 239 of file format.h.

typedef struct fmt_entry fmt_type

Definition at line 226 of file format.h.

typedef struct msg_entry msg_type

Definition at line 203 of file format.h.


Function Documentation

fmt_type* _fmt_parse ( _Error_function **  _Msg_rtn,
char *  _Format_str,
long int  _Routine_caller,
long int *  _Fmt_str_len,
msg_type _Lib_err_msg 
)
fmt_type* _parsfmt ( _Error_function **  _Msg_rtn,
char *  _Format_str,
long int  _Routine_caller,
long int *  _Fmt_str_len,
msg_type _Lib_err_msg 
)