#include "ansidecl.h"#include <safe-ctype.h>#include <stdio.h>

Go to the source code of this file.
Defines | |
| #define | bl _sch_isblank |
| #define | cn _sch_iscntrl |
| #define | di _sch_isdigit |
| #define | is _sch_isidst |
| #define | lo _sch_islower |
| #define | nv _sch_isnvsp |
| #define | pn _sch_ispunct |
| #define | pr _sch_isprint |
| #define | sp _sch_isspace |
| #define | up _sch_isupper |
| #define | vs _sch_isvsp |
| #define | xd _sch_isxdigit |
| #define | L (const unsigned short) (lo|is |pr) |
| #define | XL (const unsigned short) (lo|is|xd|pr) |
| #define | U (const unsigned short) (up|is |pr) |
| #define | XU (const unsigned short) (up|is|xd|pr) |
| #define | D (const unsigned short) (di |xd|pr) |
| #define | P (const unsigned short) (pn |pr) |
| #define | _ (const unsigned short) (pn|is |pr) |
| #define | C (const unsigned short) ( cn) |
| #define | Z (const unsigned short) (nv |cn) |
| #define | M (const unsigned short) (nv|sp |cn) |
| #define | V (const unsigned short) (vs|sp |cn) |
| #define | T (const unsigned short) (nv|sp|bl|cn) |
| #define | S (const unsigned short) (nv|sp|bl|pr) |
| #define _ (const unsigned short) (pn|is |pr) |
Definition at line 61 of file safe-ctype.c.
| #define bl _sch_isblank |
Definition at line 127 of file safe-ctype.c.
Referenced by BB_Unique_Source(), Calculate_Control_Dependences(), check_dbra_loop(), check_final_value(), Check_Region_Recur(), Classify_BB(), IF_CONVERTOR::Classify_BB(), CNTL_DEP::CNTL_DEP(), copy_loop_body(), Count_Loop_Interation(), REGIONAL_CFG::Duplicate(), emit_prefetch_instructions(), Enumerate_Paths(), expand_complex_operations_1(), final_giv_value(), Find_Immediate_Dominator(), Find_Immediate_Postdominator(), find_splittable_regs(), find_subweb_2(), Fixup_Arcs(), REGIONAL_CFG::Fixup_Arcs(), GCM_Fill_Branch_Delay_Slots(), HB_Form_HB_List(), HB_Predecessor_Count(), ia64_expand_vcondu_v2si(), livethrough_conflicts_bb(), loop_bivs_check(), loop_bivs_find(), loop_bivs_init_find(), loop_givs_check(), loop_iterations(), loop_ivs_dump(), IF_CONVERTOR::Merge_Area(), Merge_Blocks(), IF_CONVERTOR::Merge_Blocks(), Order_And_Classify_Blocks(), poplevel_named_label_1(), Print_BB(), Print_BB_Header(), IF_CONVERTOR::Prob_Of_Area(), Process_Successors(), record_biv(), record_giv(), record_initial(), Reset_Freq_Data_For_BB(), start_function(), start_preparsed_function(), strength_reduce(), Tail_Duplicate(), Unduplicated_Preds(), unroll_loop(), update_giv_derive(), and verify_flow_graph().
| #define C (const unsigned short) ( cn) |
Definition at line 63 of file safe-ctype.c.
| #define cn _sch_iscntrl |
Definition at line 128 of file safe-ctype.c.
Referenced by fei_constant(), ffebad_finish(), ffebad_here(), ffewhere_set_from_track(), CLIST_NODE::Find_Next(), and CLIST_NODE::Len().
| #define D (const unsigned short) (di |xd|pr) |
Definition at line 59 of file safe-ctype.c.
| #define di _sch_isdigit |
Definition at line 129 of file safe-ctype.c.
Referenced by _dwarf_internal_printlines(), c_dump_tree(), complex_sqrt(), connect_traces(), cp_dump_tree(), d_demangle(), is_ctor_or_dtor(), Lego_Fix_Local_Rec(), m32c_split_move(), and main().
| #define is _sch_isidst |
Definition at line 130 of file safe-ctype.c.
Referenced by _bfd_coff_link_input_bfd(), _bfd_strip_section_from_output(), elfNN_ia64_modify_segment_map(), ffelex_append_to_token_(), lang_do_version_exports_section(), linux_finish_dynamic_link(), parse_args(), process_command(), and size_input_section().
| #define L (const unsigned short) (lo|is |pr) |
Definition at line 55 of file safe-ctype.c.
| #define lo _sch_islower |
Definition at line 131 of file safe-ctype.c.
Referenced by _bfd_ecoff_bfd_final_link(), _bfd_elf_eh_frame_section_offset(), _bfd_mips_elf_final_link(), _Unwind_IteratePhdrCallback(), alpha_ecoff_get_relocated_section_contents(), alpha_expand_prologue(), alpha_output_mi_thunk_osf(), arm_reload_in_hi(), arm_reload_out_hi(), binary_search_mixed_encoding_fdes(), binary_search_single_encoding_fdes(), binary_search_unencoded_fdes(), build_enumerator(), build_range_check(), c_q_add(), c_q_sub(), c_qtenscale(), CACHE_REGION::CACHE_REGION(), DEPV_COMPUTE::Compute(), DEPV_COMPUTE::Copy_Call_To_Work(), create_simple_focus_bits(), DEFUN(), elf_link_sort_relocs(), elfNN_ia64_choose_gp(), emit_case_bit_tests(), error_if_numeric_overflow(), expand_absneg_bit(), expand_builtin_signbit(), expand_copysign_absneg(), expand_copysign_bit(), ffewhere_track(), ffewhere_track_kill(), find_fde_for_dso(), fold_builtin_bitop(), fold_builtin_int_roundingfn(), fold_builtin_lround(), fold_div_compare(), function_arg(), gen_ffssi2(), ia64_expand_load_address(), CACHE_REGION::Intersect_Region(), ix86_build_signbit_mask(), ix86_expand_branch(), legitimate_reload_constant_p(), lookup_field_1(), lookup_fnfields_1(), lower_bit_field_id(), lower_bound_in_type(), m68hc11_expand_compare_and_branch(), native_interpret_int(), one_utf16_to_utf8(), one_utf8_to_utf16(), opd_entry_value(), DaVinci::Parse_Event(), pj_output_rval(), ppc64_elf_get_synthetic_symtab(), CACHE_REGION::Region_Size(), sign_bit_p(), simplify_immed_subreg(), store_constructor(), try_combine(), ucn_valid_in_identifier(), upper_bound_in_type(), and WN_get_const_val().
| #define M (const unsigned short) (nv|sp |cn) |
Definition at line 65 of file safe-ctype.c.
| #define nv _sch_isnvsp |
| #define P (const unsigned short) (pn |pr) |
Definition at line 60 of file safe-ctype.c.
| #define pn _sch_ispunct |
Definition at line 133 of file safe-ctype.c.
Referenced by Are_Equal_Dims(), Array_Shapes_Match_At_Formal(), Can_Map_Projected_Region(), elf_link_add_object_symbols(), PROJECTED_REGION::Fill_Out(), PROJECTED_REGION::Has_Important_Messy_Bounds(), PROJECTED_REGION::Has_Messy_Bounds(), PROJECTED_REGION::IPA_LNO_Print(), IPA_LNO_Read_Projected_Node(), PROJECTED_REGION::LNO_Simplify(), Map_Projected_Region(), Min_Max_Fill_Region(), CG_BROWSER::Print_Projected_Array(), PROJECTED_REGION::PROJECTED_REGION(), Projected_Region_From_St(), Projected_Region_To_Memory(), set_flag_name(), set_option_name(), PROJECTED_REGION::Simplify(), WB_BROWSER::Summary_Projected_Node(), and CG_BROWSER::Summary_Projected_Node().
| #define pr _sch_isprint |
Definition at line 134 of file safe-ctype.c.
Referenced by __attribute__(), _bfd_stab_section_find_nearest_line(), _fmtnum(), _ibmerr(), Add_PregTNs_To_BB(), aout_link_reloc_link_order(), cwh_preg_temp_save(), cwh_stmt_return_altentry(), Dump_preg_list(), Expand_F10_Div_By_Const(), Expand_F4_Div_By_Const(), Expand_F8_Div_By_Const(), Formal_Dim_Count(), IPA_LNO_Read_Projected_Region(), link_handler(), main(), ARRAY_SUMMARY_OUTPUT::Map_summary_info(), Process_Array_Formals(), Projected_Region_From_St(), REGION_BOUND::Propagate_boundary_up(), Region_To_Memory(), OPT_STAB::REGION_verify_bound(), WB_BROWSER::Summary_Projected_Region(), CG_BROWSER::Summary_Projected_Region(), TN_LIST_From_PREG_LIST(), Translate_Array(), update_phi_components(), and update_region().
Definition at line 68 of file safe-ctype.c.
| #define sp _sch_isspace |
Definition at line 49 of file safe-ctype.c.
Definition at line 67 of file safe-ctype.c.
| #define U (const unsigned short) (up|is |pr) |
Definition at line 57 of file safe-ctype.c.
| #define up _sch_isupper |
Definition at line 136 of file safe-ctype.c.
Referenced by CACHE_REGION::CACHE_REGION(), DEPV_COMPUTE::Compute(), DEPV_COMPUTE::Copy_Call_To_Work(), create_overlap_variables_for(), decApplyRound(), decDivideOp(), decGetDigits(), decGetInt(), decNumberFromString(), decSetCoeff(), decSetOverflow(), decShiftToLeast(), decToString(), decTrim(), Find_Average(), find_used_portions(), Gen_Post_Incr_Memop(), get_or_create_used_part_for(), iv_number_of_iterations(), lookup_decl_in_outer_ctx(), maybe_lookup_decl_in_outer_ctx(), merge_usages(), ra_build_realloc(), read_2s(), read_2u(), read_4s(), read_4u(), read_8s(), read_8u(), read_pointer(), DO_LOOP_INFO::Set_Est_Num_Iterations(), ultra_cmove_results_ready_p(), ultra_fpmode_conflict_exists(), ultra_rescan_pipeline_state(), ultrasparc_sched_reorder(), ultrasparc_variable_issue(), and write_unit().
Definition at line 66 of file safe-ctype.c.
| #define vs _sch_isvsp |
| #define xd _sch_isxdigit |
| #define XL (const unsigned short) (lo|is|xd|pr) |
Definition at line 56 of file safe-ctype.c.
| #define XU (const unsigned short) (up|is|xd|pr) |
Definition at line 144 of file safe-ctype.c.
| #define Z (const unsigned short) (nv |cn) |
Definition at line 64 of file safe-ctype.c.
1.5.6