osprey-gcc/gcc/system.h File Reference

#include <stdarg.h>
#include <stdio.h>
#include <safe-ctype.h>
#include <sys/types.h>
#include <errno.h>
#include "hwint.h"
#include "filenames.h"
#include "libiberty.h"

Include dependency graph for system.h:

Go to the source code of this file.

Defines

#define va_copy(d, s)   ((d) = (s))
#define NULL   0
#define fopen(PATH, MODE)   fopen_unlocked(PATH,MODE)
#define fdopen(FILDES, MODE)   fdopen_unlocked(FILDES,MODE)
#define freopen(PATH, MODE, STREAM)   freopen_unlocked(PATH,MODE,STREAM)
#define __NO_STRING_INLINES
#define SUCCESS_EXIT_CODE   0
#define FATAL_EXIT_CODE   1
#define IN_RANGE(VALUE, LOWER, UPPER)   ((unsigned HOST_WIDE_INT)((VALUE) - (LOWER)) <= ((UPPER) - (LOWER)))
#define INTTYPE_SIGNED(t)   (! ((t) 0 < (t) -1))
#define INTTYPE_MINIMUM(t)
#define INTTYPE_MAXIMUM(t)   ((t) (~ (t) 0 - INTTYPE_MINIMUM (t)))
#define UCHAR_MAX   INTTYPE_MAXIMUM (unsigned char)
#define SEEK_SET   0
#define SEEK_CUR   1
#define SEEK_END   2
#define F_OK   0
#define X_OK   1
#define W_OK   2
#define R_OK   4
#define O_RDONLY   0
#define O_WRONLY   1
#define MIN(X, Y)   ((X) < (Y) ? (X) : (Y))
#define MAX(X, Y)   ((X) > (Y) ? (X) : (Y))
#define CEIL(x, y)   (((x) + (y) - 1) / (y))
#define WIFSIGNALED(S)   (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f)
#define WTERMSIG(S)   ((S) & 0x7f)
#define WIFEXITED(S)   (((S) & 0xff) == 0)
#define WEXITSTATUS(S)   (((S) & 0xff00) >> 8)
#define WSTOPSIG   WEXITSTATUS
#define WCOREDUMP(S)   ((S) & WCOREFLG)
#define WCOREFLG   0200
#define HAVE_DESIGNATED_INITIALIZERS   ((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L))
#define S_ISREG(m)   (((m) & S_IFMT) == S_IFREG)
#define S_ISDIR(m)   (((m) & S_IFMT) == S_IFDIR)
#define S_ISCHR(m)   (((m) & S_IFMT) == S_IFCHR)
#define S_ISBLK(m)   (((m) & S_IFMT) == S_IFBLK)
#define S_ISSOCK(m)   0
#define S_ISFIFO(m)   0
#define STDIN_FILENO   0
#define STDOUT_FILENO   1
#define STDERR_FILENO   2
#define HOST_PTR_PRINTF   "%x"
#define PATH_SEPARATOR   ':'
#define DIR_SEPARATOR   '/'
#define HOST_BIT_BUCKET   "/dev/null"
#define ENUM_BITFIELD(TYPE)   unsigned int
#define offsetof(TYPE, MEMBER)   ((size_t) &((TYPE *) 0)->MEMBER)
#define __FUNCTION__   "?"
#define __builtin_expect(a, b)   (a)
#define abort()   fancy_abort (__FILE__, __LINE__, __FUNCTION__)
#define gcc_assert(EXPR)   ((void)(0 && (EXPR)))
#define gcc_unreachable()   (fancy_abort (__FILE__, __LINE__, __FUNCTION__))
#define bool   unsigned char
#define true   1
#define false   0
#define TRUE   true
#define FALSE   false
#define BOOL_BITFIELD   unsigned int
#define really_call_malloc   malloc
#define really_call_calloc   calloc
#define really_call_realloc   realloc

Functions/Subroutines

const char * strsignal (int)
void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN


Define Documentation

#define __builtin_expect ( a,
b   )     (a)

Definition at line 577 of file system.h.

#define __FUNCTION__   "?"

Definition at line 569 of file system.h.

#define __NO_STRING_INLINES

Definition at line 196 of file system.h.

#define abort ( void   )     fancy_abort (__FILE__, __LINE__, __FUNCTION__)

Definition at line 583 of file system.h.

#define bool   unsigned char

Definition at line 619 of file system.h.

#define BOOL_BITFIELD   unsigned int

Definition at line 631 of file system.h.

Referenced by GTY().

#define CEIL ( x,
 )     (((x) + (y) - 1) / (y))

Definition at line 326 of file system.h.

#define DIR_SEPARATOR   '/'

Definition at line 537 of file system.h.

#define ENUM_BITFIELD ( TYPE   )     unsigned int

Definition at line 559 of file system.h.

#define F_OK   0

Definition at line 304 of file system.h.

#define FALSE   false

Definition at line 626 of file system.h.

#define false   0

Definition at line 621 of file system.h.

#define FATAL_EXIT_CODE   1

Definition at line 230 of file system.h.

#define fdopen ( FILDES,
MODE   )     fdopen_unlocked(FILDES,MODE)

Definition at line 55 of file system.h.

#define fopen ( PATH,
MODE   )     fopen_unlocked(PATH,MODE)

Definition at line 54 of file system.h.

#define freopen ( PATH,
MODE,
STREAM   )     freopen_unlocked(PATH,MODE,STREAM)

Definition at line 56 of file system.h.

#define gcc_assert ( EXPR   )     ((void)(0 && (EXPR)))

Definition at line 591 of file system.h.

Referenced by __deregister_frame_info_bases(), _Unwind_GetGR(), _Unwind_SetGR(), _Unwind_SetGRValue(), _Unwind_SetSpColumn(), accumulate_vtbl_inits(), add_address_candidates(), add_back_dep(), add_call_clobber_ops(), add_call_read_ops(), add_case_node(), add_coalesce(), add_dependance(), add_dependence(), add_deps_for_def(), add_deps_for_risky_insns(), add_deps_for_use(), add_edge_to_ddg(), add_ehl_entry(), add_forw_dep(), add_forward_dependence(), add_function_candidate(), add_function_usage_to(), add_hash(), add_insn_after(), add_insn_before(), add_labels_and_missing_jumps(), add_may_alias(), add_mode_tests(), add_new_name_mapping(), add_or_update_back_dep_1(), add_outermost_template_args(), add_phi_arg(), add_phi_args_after_copy_bb(), add_pointed_to_var(), add_referenced_var(), add_reg_br_prob_note(), add_stack_var_conflict(), add_stmt_operand(), add_stmt_to_eh_region(), add_stmt_to_eh_region_fn(), add_substitution(), add_to_addressable_set(), add_to_dominance_info(), add_to_sequence(), add_using_namespace(), add_vcall_offset_vtbl_entries_1(), add_vect(), add_vect_el(), add_virtual_operand(), addr_generation_dependency_p(), addr_object_size(), adjust_add_sorted_back_dep(), adjust_back_add_forw_dep(), adjust_clone_args(), adjust_result_of_qualified_name_lookup(), adjust_return_value(), advance_target_bb(), aff_combination_add_elt(), aff_combination_to_tree(), alloc_aux_for_block(), alloc_aux_for_blocks(), alloc_aux_for_edge(), alloc_aux_for_edges(), alloc_DEPS_LIST(), alloc_INSN_LIST(), alloc_object_size(), alloc_page(), allocate_dynamic_stack_space(), allocate_graph_weights(), allocate_initial_values(), allocate_reg_life_data(), alpha_align_insns(), alpha_emit_set_long_const(), alpha_emit_xfloating_libcall(), alpha_expand_block_move(), alpha_expand_epilogue(), alpha_expand_zap_mask(), alpha_handle_trap_shadows(), alpha_lookup_xfloating_lib_func(), alpha_setup_incoming_varargs(), alpha_split_tmode_pair(), alter_access(), altivec_expand_predicate_builtin(), altivec_expand_vec_ext_builtin(), altivec_expand_vec_init_builtin(), altivec_expand_vec_set_builtin(), ambiguous_decl(), analyze_64bit_constant(), analyze_edges_for_bb(), analyze_function(), analyze_ref(), analyze_variable(), annotate_all_with_locus(), annotate_constant_pool_refs(), apply_args_size(), apply_opt_in_copies(), apply_result_size(), arc_double_limm_p(), arc_eligible_for_epilogue_delay(), arc_final_prescan_insn(), arc_output_function_epilogue(), arc_output_function_prologue(), arc_print_operand(), arc_print_operand_address(), arc_setup_incoming_varargs(), arg_assoc_type(), arm_assemble_integer(), arm_compute_func_type(), arm_const_double_by_parts(), arm_const_double_inline_cost(), arm_emit_vector_const(), arm_expand_binop_builtin(), arm_final_prescan_insn(), arm_gen_constant(), arm_gen_movmemqi(), arm_get_frame_offsets(), arm_mark_dllexport(), arm_mark_dllimport(), arm_output_epilogue(), arm_output_function_epilogue(), arm_output_function_prologue(), arm_override_options(), arm_print_operand(), arm_reload_in_hi(), arm_reload_out_hi(), arm_reorg(), arm_select_dominance_cc_mode(), array_ref_contains_indirect_ref(), array_to_pointer_conversion(), asm_conditional_branch(), asm_operand_ok(), assemble_external(), assemble_integer(), assemble_name(), assemble_variable(), assign_386_stack_local(), assign_parm_adjust_entry_rtl(), assign_parm_find_entry_rtl(), assign_parm_setup_block(), assign_reg_reg_set(), assign_stack_temp_for_type(), attr_printf(), augment_live_range(), automaton_decl_eq_p(), automaton_decl_hash(), avail_expr_eq(), avr_naked_function_p(), base_addr_differ_p(), bb_dom_dfs_in(), bb_dom_dfs_out(), begin_explicit_instantiation(), begin_schedule_ready(), bfin_expand_binop_builtin(), bfin_expand_unop_builtin(), bfin_gen_compare(), bfin_longcall_p(), bitmap_and(), bitmap_and_compl(), bitmap_and_compl_into(), bitmap_and_into(), bitmap_compl_and_into(), bitmap_elt_insert_after(), bitmap_first_set_bit(), bitmap_insert_into_set(), bitmap_ior(), bitmap_ior_into(), bitmap_xor(), bitmap_xor_into(), biv_p(), block_alloc(), blocks_in_phiopt_order(), br_prob_note_reliable_p(), branch_prob(), bsi_after_labels(), bsi_insert_on_edge_immediate(), bsi_last(), bsi_start(), build0_stat(), build1_stat(), build2_stat(), build3_stat(), build4_stat(), build5_stat(), build7_stat(), build_array_ref(), build_assert_expr_for(), build_base_path(), build_baselink(), build_binary_op(), build_c_cast(), build_call(), build_class_member_access_expr(), build_classic_dir_vector(), build_classic_dist_vector(), build_cleanup(), build_compound_literal(), build_const_cast_1(), build_const_val(), build_ctor_vtbl_group(), build_delete(), build_headof(), build_insn_chain(), build_int_cst_wide(), build_java_method_aliases(), build_low_bits_mask(), build_mask64_2_operands(), build_method_type(), build_mips16_call_stub(), build_modify_expr(), build_new_1(), build_new_method_call(), build_non_dependent_expr(), build_offset_ref(), build_offset_ref_call_from_tree(), build_omp_regions(), build_omp_regions_1(), build_op_delete_call(), build_over_call(), build_polynomial_chrec(), build_primary_vtable(), build_ptrmem_type(), build_ptrmemfunc(), build_ptrmemfunc_access_expr(), build_replicated_const(), build_rtti_vtbl_entries(), build_simple_base_path(), build_special_member_call(), build_target_expr_with_type(), build_unary_op(), build_up_reference(), build_user_type_conversion_1(), build_vbase_offset_vtbl_entries(), build_vec_delete_1(), build_vec_init(), build_vector_type_for_mode(), build_vtt_inits(), build_zero_init(), builtin_define_float_constants(), builtin_function(), builtin_memcpy_read_str(), bundling(), byte_reg(), c_begin_stmt_expr(), c_begin_vm_scope(), c_common_type(), c_common_valid_pch(), c_determine_visibility(), c_finish_bc_stmt(), c_finish_case(), c_finish_omp_atomic(), c_finish_omp_for(), c_finish_stmt_expr(), c_parser_alignof_expression(), c_parser_asm_statement(), c_parser_binary_expression(), c_parser_braced_init(), c_parser_cast_expression(), c_parser_conditional_expression(), c_parser_consume_pragma(), c_parser_consume_token(), c_parser_declspecs(), c_parser_do_statement(), c_parser_enum_specifier(), c_parser_expr_no_commas(), c_parser_external_declaration(), c_parser_for_statement(), c_parser_if_statement(), c_parser_initval(), c_parser_label(), c_parser_objc_alias_declaration(), c_parser_objc_class_declaration(), c_parser_objc_class_instance_variables(), c_parser_objc_protocol_definition(), c_parser_objc_protocol_refs(), c_parser_objc_synchronized_statement(), c_parser_objc_try_catch_statement(), c_parser_peek_2nd_token(), c_parser_postfix_expression(), c_parser_pragma(), c_parser_simple_asm_expr(), c_parser_sizeof_expression(), c_parser_skip_to_pragma_eol(), c_parser_statement_after_labels(), c_parser_struct_or_union_specifier(), c_parser_switch_statement(), c_parser_typeof_specifier(), c_parser_while_statement(), c_readstr(), c_sizeof_or_alignof_type(), c_token_starts_declspecs(), c_token_starts_typename(), c_tree_printer(), calc_dfs_tree(), calc_dfs_tree_nonrec(), calculate_allocation(), calculate_dominance_info(), calculate_global_regs_live(), calculate_live_on_entry(), call_builtin_trap(), can_put_in_inner_loop(), can_store_by_pieces(), cancel_loop(), canon_condition(), canonicalize_component_ref(), categorize_ctor_elements_1(), ccp_lattice_meet(), ccp_visit_phi_node(), ccr_bit(), cfg_blocks_add(), cfg_blocks_get(), cfg_hook_duplicate_loop_to_header_edge(), cfg_layout_merge_blocks(), cfg_layout_redirect_edge_and_branch(), cfg_layout_redirect_edge_and_branch_force(), cgraph_clone_inlined_nodes(), cgraph_copy_node_for_versioning(), cgraph_create_edge(), cgraph_decide_inlining(), cgraph_decide_inlining_of_small_functions(), cgraph_edge(), cgraph_estimate_size_after_inlining(), cgraph_expand_all_functions(), cgraph_expand_function(), cgraph_finalize_compilation_unit(), cgraph_finalize_function(), cgraph_function_and_variable_visibility(), cgraph_function_body_availability(), cgraph_global_info(), cgraph_insert_node_to_hashtable(), cgraph_local_info(), cgraph_mark_functions_to_output(), cgraph_mark_inline(), cgraph_mark_inline_edge(), cgraph_mark_reachable_node(), cgraph_node(), cgraph_output_in_order(), cgraph_remove_unreachable_nodes(), cgraph_reset_node(), cgraph_rtl_info(), cgraph_set_call_stmt(), cgraph_unnest_node(), cgraph_variable_initializer_availability(), cgraph_varpool_node(), chainon(), change_address_1(), change_partition_var(), change_scope(), change_symbol_block(), check_array_designated_initializer(), check_bases(), check_bitfield_decl(), check_class_member_definition_namespace(), check_classfn(), check_constraint_len(), check_cookies(), check_dependencies(), check_dtor_name(), check_explicit_specialization(), check_for_plus_in_loops(), check_for_plus_in_loops_1(), check_format_arg(), check_format_types(), check_function_arguments_recurse(), check_goto(), check_initializer(), check_irred(), check_loop_closed_ssa_use(), check_loops_in_regexps(), check_member_template(), check_phi_redundancy(), check_regexp_units_distribution(), check_return_expr(), check_var_type(), choose_multiplier(), choose_reload_regs(), chrec_fold_multiply_poly_poly(), chrec_fold_plus_poly_poly(), chrec_fold_poly_cst(), chrec_replace_initial_condition(), cirrus_reorg(), class_method_index_for_fn(), classify_argument(), clean_graph_dump_file(), cleanup_tree_cfg(), clear_dead_regs(), clear_edges(), clear_marks(), clear_storage(), clone_function_decl(), close_type_exposed_parameter(), coalesce_abnormal_edges(), coalesce_ssa_name(), coerce_delete_type(), coerce_new_type(), coerce_template_parms(), coerce_template_template_parms(), collapse_rest_of_var(), collect_dfa_stats(), collect_object_sizes_for(), collect_points_to_info_for(), collect_points_to_info_r(), combine_blocks(), combine_simplify_rtx(), commit_edge_insertions(), commit_edge_insertions_watch_calls(), commit_one_edge_insertion(), common_handle_option(), common_pointer_type(), comp_template_parms(), compact_blocks(), compare_and_jump_seq(), compare_ranges(), compare_values_warnv(), complete_vars(), complex_visit_phi(), complex_visit_stmt(), composite_type(), comptypes(), compute_a_rotate_length(), compute_a_shift_cc(), compute_a_shift_length(), compute_argument_block_size(), compute_branch_probabilities(), compute_builtin_object_size(), compute_dom_fast_query(), compute_flow_insensitive_aliasing(), compute_immediate_uses_for_phi(), compute_immediate_uses_for_stmt(), compute_plussi_cc(), compute_plussi_length(), compute_save_world_info(), compute_store_table(), compute_use_by_pseudos(), cond_exec_process_insns(), cond_move_process_if_block(), conditional_replacement(), conflict_graph_add(), connect_post_landing_pads(), connect_traces(), constraint_len(), construct_dispose_instruction(), construct_init_block(), construct_prepare_instruction(), construct_restore_jr(), construct_save_jarl(), convert_all_function_calls(), convert_like_real(), convert_member_func_to_ptr(), convert_memory_address(), convert_modes(), convert_move(), convert_nontype_argument(), convert_to_reference(), copied_binfo(), copy_bb(), copy_binfo(), copy_body(), copy_body_r(), copy_cfg_body(), copy_constant(), copy_decl_to_var(), copy_fn_p(), copy_insn_1(), copy_loop_headers(), copy_node_stat(), copy_prop_visit_assignment(), copy_rename_partition_coalesce(), copy_replacements(), copy_result_decl_to_var(), copy_to_mode_reg(), copy_tree_r(), copy_virtual_operands(), count_pseudo(), count_uses(), count_uses_and_derefs(), coverage_checksum_string(), cp_build_type_attribute_variant(), cp_convert_to_pointer(), cp_expr_size(), cp_finish_decl(), cp_fold_obj_type_ref(), cp_genericize(), cp_genericize_r(), cp_lexer_consume_token(), cp_lexer_handle_pragma(), cp_lexer_new_from_tokens(), cp_lexer_new_main(), cp_lexer_peek_nth_token(), cp_lexer_purge_token(), cp_lexer_purge_tokens_after(), cp_lexer_token_position(), cp_parser_jump_statement(), cp_parser_late_parsing_for_member(), cp_parser_lookup_name(), cp_parser_pragma(), cp_parser_simple_declaration(), cp_parser_single_declaration(), cp_parser_template_argument(), cp_parser_template_id(), cp_parser_translation_unit(), cp_parser_unqualified_id(), cprop_insn(), create_alloc_pool(), create_bb(), create_block_annotation(), create_composed_state(), create_ddg(), create_ddg_dependence(), create_expression_by_pieces(), create_fix_barrier(), create_function_ann(), create_loop_notes(), create_mem_ref(), create_preheader(), create_simple_focus_bits(), create_stmt_ann(), create_temp(), create_tinfo_types(), create_tmp_var(), create_tmp_var_for(), create_tree_ann(), create_tree_common_ann(), create_value_expr_from(), create_var_ann(), cris_asm_output_symbol_ref(), cris_expand_pic_call_address(), cris_pic_symbol_type_of(), cris_reload_address_legitimized(), cris_valid_pic_const(), crx_address_cost(), crx_expand_movmem(), crx_print_operand(), cse_basic_block(), cse_cc_succs(), cse_change_cc_mode_insn(), cse_condition_code_reg(), cselib_invalidate_regno(), cselib_record_set(), cxx_init_decl_processing(), cxx_mark_addressable(), cxx_printable_name(), cxx_sizeof_or_alignof_type(), darwin_asm_output_dwarf_offset(), darwin_file_start(), darwin_gt_pch_use_address(), darwin_non_lazy_pcrel(), dataflow_set_different_2(), ddown(), dead_or_set_p(), decide_block_copy(), decimal_real_to_decimal(), decimal_to_decnumber(), decl_attributes(), decl_eq_p(), decl_hash(), decl_needed_p(), declare_inline_vars(), declare_return_variable(), declare_tmp_vars(), declare_vars(), declspecs_add_qual(), declspecs_add_scspec(), decode_addr_const(), decode_format_attr(), decompose(), decrease_profile(), def_builtin_1(), default_conversion(), default_def(), default_secondary_reload(), define__GNUC__(), define_label(), delete_back_forw_dep(), delete_forw_dep(), delete_from_dominance_info(), delete_insn(), delete_output_reload(), delete_tree_ssa(), dependent_scope_ref_p(), dependent_type_p(), destroy_ggc_zone(), determine_exit_conditions(), determine_visibility(), df_analyze(), df_bb_reg_live_end_p(), df_bb_reg_live_start_p(), df_bb_regs_lives_compare(), df_bb_single_def_use_insn_find(), df_clear_flags(), df_compact_blocks(), df_find_def(), df_find_use(), df_get_live_in(), df_get_live_out(), df_hybrid_search_backward(), df_hybrid_search_forward(), df_insn_delete(), df_insns_modify(), df_iterative_dataflow(), df_mark_reg(), df_pattern_emit_before(), df_ref_record(), df_ref_reg_replace(), df_ref_unlink(), df_reg_def_chain_create(), df_reg_use_chain_create(), df_scan_get_bb_info(), df_scan_set_bb_info(), df_set_flags(), df_uses_record(), dfs_accumulate_vtbl_inits(), dfs_build_secondary_vptr_vtt_inits(), dfs_enumerate_from(), dfs_lookup_base(), dfs_walk_all(), dfs_walk_once(), dfs_walk_once_accessible_r(), dfs_walk_once_r(), diagnostic_build_prefix(), direct_reference_binding(), disband_implicit_edges(), distribute_notes(), divide(), do_class_using_decl(), do_cleaning(), do_cmp_and_jump(), do_friend(), do_jump(), do_local_cprop(), do_namespace_alias(), do_nonmember_using_decl(), do_output_reload(), do_return_redirection(), do_static_destruction(), do_store_flag(), do_structure_copy(), do_SUBST(), do_using_directive(), dominated_by_p(), ds_merge(), dse_optimize_stmt(), dump_decl(), dump_expr(), dump_immediate_uses_for(), dump_replaceable_exprs(), dump_template_decl(), duplicate_block(), duplicate_decls(), duplicate_eh_regions_1(), duplicate_insn_chain(), duplicate_loop_to_header_edge(), duplicate_ssa_name_ptr_info(), dw2_asm_output_encoded_addr_rtx(), effective_address_32bit_p(), eh_data_format_name(), eh_region_outer_p(), eh_region_outermost(), eliminate(), eliminate_partially_redundant_load(), eliminate_phi(), eliminate_redundant_computations(), eliminate_regs_in_insn(), eliminate_tail_call(), emit_associated_thunks(), emit_block_move(), emit_call_insn_after_noloc(), emit_call_insn_before_noloc(), emit_case_bit_tests(), emit_cmp_and_jump_insns(), emit_cond_move(), emit_group_load_1(), emit_group_move(), emit_group_store(), emit_i387_cw_initialization(), emit_input_reload_insns(), emit_insn_after_noloc(), emit_insn_at_entry(), emit_insn_before_noloc(), emit_jump_insn_after_noloc(), emit_jump_insn_before_noloc(), emit_library_call_value_1(), emit_link_insn(), emit_move_ccmode(), emit_move_insn(), emit_move_insn_1(), emit_move_multi_word(), emit_move_resolve_push(), emit_move_sequence(), emit_multi_reg_push(), emit_note_insn_var_location(), emit_output_reload_insns(), emit_pic_move(), emit_push_insn(), emit_soft_tfmode_libcall(), emit_soft_tfmode_unop(), emit_store_flag(), emit_support_tinfos(), emit_tinfo_decl(), emit_v9_brxx_insn(), encode_ieee_extended(), end_explicit_instantiation(), end_fde_sort(), enforce_access(), entry_and_rtx_equal_p(), eq_descriptor_extension(), eq_descriptor_pre_extension(), erase_graph_self_edge(), estimate_num_insns(), evaluate_eq_attr(), exact_real_truncate(), execute(), execute_cse_reciprocals(), execute_cse_reciprocals_1(), execute_fold_all_builtins(), execute_lower_omp(), execute_one_pass(), execute_optimize_stdarg(), execute_stack_op(), execute_todo(), expand_aggr_init_1(), expand_anon_union_decl(), expand_asm_operands(), expand_assignment(), expand_block_clear(), expand_block_move(), expand_body(), expand_builtin_apply(), expand_builtin_args_info(), expand_builtin_int_roundingfn(), expand_builtin_longjmp(), expand_builtin_mathfn_3(), expand_builtin_memset(), expand_builtin_profile_func(), expand_builtin_sincos(), expand_builtin_stpcpy(), expand_builtin_unop(), expand_call(), expand_call_inline(), expand_case(), expand_compare_and_swap_loop(), expand_complex_libcall(), expand_complex_move(), expand_copysign(), expand_decl(), expand_default_init(), expand_divmod(), expand_epilogue(), expand_expr_addr_expr_1(), expand_expr_real_1(), expand_fix(), expand_float(), expand_function_start(), expand_gimple_cond_expr(), expand_gimple_tailcall(), expand_goto(), expand_movstr(), expand_mult(), expand_mult_const(), expand_mult_highpart(), expand_mult_highpart_optab(), expand_omp_for_generic(), expand_omp_for_static_chunk(), expand_omp_for_static_nochunk(), expand_omp_parallel(), expand_omp_sections(), expand_omp_single(), expand_omp_synch(), expand_one_stack_var_at(), expand_or_defer_fn(), expand_prologue(), expand_ptrmemfunc_cst(), expand_resx_expr(), expand_return(), expand_shift(), expand_simple_binop(), expand_simple_unop(), expand_static_init(), expand_ternary_op(), expand_twoval_binop(), expand_twoval_binop_libfunc(), expand_twoval_unop(), expand_var(), expand_var_during_unrolling(), expand_vec_shift_expr(), expand_vector_operations_1(), expand_virtual_init(), expand_widen_pattern_expr(), expected_value_to_br_prob(), expensive_function_p(), expr_equiv_p(), expr_object_size(), extract_bit_field(), extract_cond_bb_edges(), extract_high_half(), extract_insn(), extract_MB(), extract_ME(), extract_omp_for_data(), extract_range_from_assert(), extract_range_from_unary_expr(), extract_sfunc_addr(), fde_split(), final(), final_forward_branch_p(), final_scan_insn(), finalize_ssa_def_ops(), finalize_ssa_defs(), finalize_ssa_use_ops(), finalize_ssa_uses(), finalize_ssa_v_may_def_ops(), finalize_ssa_v_must_def_ops(), finalize_ssa_v_must_defs(), finalize_ssa_vuse_ops(), find_addr_reg(), find_assert_locations(), find_avail_set(), find_basic_blocks_1(), find_bypass_set(), find_constant_pool_ref(), find_control_dependence(), find_escape_constraints(), find_first_parameter_load(), find_free_reg(), find_func_aliases(), find_idf(), find_interesting_uses_address(), find_interesting_uses_op(), find_interesting_uses_outer_or_nonlin(), find_or_generate_expression(), find_outermost_region_in_block(), find_path(), find_pdom(), find_phi_replacement_condition(), find_reg(), find_reg_fusage(), find_reg_note(), find_reloads(), find_reloads_address_1(), find_reloads_toplev(), find_taken_edge(), find_taken_edge_computed_goto(), find_taken_edge_cond_expr(), find_taken_edge_switch_expr(), find_traces_1_round(), find_valid_class(), finish_bc_block(), finish_call_expr(), finish_class_member_access_expr(), finish_declspecs(), finish_expr(), finish_function(), finish_graph_dump_file(), finish_init(), finish_init_stmts(), finish_member_declaration(), finish_member_template_decl(), finish_method(), finish_non_static_data_member(), finish_pseudo_destructor_expr(), finish_qualified_id_expr(), finish_spills(), finish_static_data_member_decl(), finish_stmt_expr(), finish_struct_1(), finish_template_template_parm(), finish_thunk(), first_imm_use_stmt(), first_insn_after_basic_block_note(), first_readonly_imm_use(), fix_basic_block_boundaries(), fix_crossing_conditional_branches(), fix_crossing_unconditional_branches(), fix_recovery_cfg(), fix_stmt_v_may_defs(), fixup_abnormal_edges(), fixup_fallthru_exit_predecessor(), fixup_mova(), fixup_reorder_chain(), flow_depth_first_order_compute(), flow_loop_entry_edges_find(), flow_loop_outside_edge_p(), flow_loops_find(), flow_loops_free(), fn_type_unification(), fold_binary(), fold_cond_expr_with_comparison(), fold_convert(), fold_not_const(), fold_offsetof_1(), fold_overflow_warning(), fold_stmt_inplace(), fold_ternary(), fold_unary(), fold_undefer_overflow_warnings(), force_constant_size(), force_fit_type(), force_gimple_operand(), force_label_rtx(), force_mode(), force_nonfallthru_and_redirect(), force_target_expr(), form_arcs_marked_by_insn(), form_important_insn_automata_lists(), forward_propagate_into_cond(), fr30_expand_epilogue(), fr30_expand_prologue(), fr30_move_double(), fr30_print_operand(), fr30_setup_incoming_varargs(), free_alloc_pool(), free_aux_for_blocks(), free_aux_for_edges(), free_chunk(), free_dependence_relations(), free_DEPS_LIST_node(), free_dominance_info(), free_INSN_LIST_node(), free_inv_motion_data(), free_large_page(), free_original_copy_tables(), free_page(), free_small_page(), free_stmt_list(), free_temp_expr_table(), frv_adjust_field_align(), frv_alloc_temp_reg(), frv_asm_out_constructor(), frv_asm_out_destructor(), frv_cond_flags(), frv_emit_movsi(), frv_expand_block_clear(), frv_expand_block_move(), frv_function_prologue(), frv_ifcvt_modify_final(), frv_ifcvt_modify_insn(), frv_in_small_data_p(), frv_insn_unit(), frv_print_operand_jump_hint(), frv_reorder_packet(), frv_split_minmax(), function_ann(), function_arg(), function_arg_advance(), function_arg_record_value(), function_arg_slotno(), function_to_pointer_conversion(), function_value(), gcc2gs(), gcc_built_in2gsbi(), gcc_built_in_class2gsbi_class(), gcc_class2gs_class(), gcc_loop_to_lambda_loop(), gcov_open(), gcov_position(), gcov_read_words(), gcov_sync(), gcov_write_length(), gcov_write_words(), gen_add2_insn(), gen_cond_trap(), gen_const_vector(), gen_datalabel_ref(), gen_eh_region(), gen_far_branch(), gen_group_rtx(), gen_highpart(), gen_highpart_mode(), gen_insn(), gen_int_relational(), gen_lowpart_common(), gen_lowpart_general(), gen_macro(), gen_presence_absence_set(), gen_reg_rtx(), gen_regparm_prefix(), gen_rtx_SUBREG(), gen_shl_and(), gen_sub2_insn(), generate_element_copy(), generate_element_zero(), get_aligned_mem(), get_arm_condition_code(), get_asm_expr_operands(), get_avail_load_store_reg(), get_bb_copy(), get_bb_original(), get_biv_step(), get_biv_step_1(), get_callee_fndecl(), get_computation_aff(), get_constant(), get_constraint_exp_from_ssa_var(), get_constraint_for(), get_constraint_for_component_ref(), get_def_op_ptr(), get_default_value(), get_dep_weak(), get_dominated_by(), get_first_fn(), get_flag_spec(), get_free_reg(), get_free_state(), get_function_ann(), get_graph_weights(), get_immediate_dominator(), get_initial_def_for_reduction(), get_innermost_template_args(), get_insn_template(), get_iv_value(), get_loop_body(), get_loop_body_in_bfs_order(), get_loop_body_in_dom_order(), get_loop_body_in_if_conv_order(), get_loop_exit_edges(), get_memory_rtx(), get_mode_bounds(), get_mostly_instantiated_function_type(), get_named_section(), get_parm_info(), get_pc_thunk_name(), get_pseudo_ti_init(), get_ptr_info(), get_ref_base_and_extent(), get_ref_tag(), get_section(), get_set_constructor_bits(), get_shift_alg(), get_stmt_operands(), get_str_vect(), get_subvars_for_var(), get_template_base(), get_tmr_operands(), get_tmt_for(), get_type_decl(), get_unaligned_address(), get_use_op_ptr(), get_v_may_def_op_ptr(), get_v_may_def_result_ptr(), get_v_must_def_kill_ptr(), get_v_must_def_result_ptr(), get_val_for(), get_value(), get_virtual_var(), get_vtbl_decl_for_binfo(), get_vuse_op_ptr(), ggc_allocated_p(), ggc_collect(), ggc_free(), ggc_get_size(), ggc_marked_p(), ggc_pch_read(), ggc_pop_context(), ggc_print_statistics(), ggc_push_context(), ggc_recalculate_in_use_p(), ggc_set_mark(), ggc_splay_alloc(), ggc_splay_dont_free(), gimple_add_tmp_var(), gimple_pop_condition(), gimple_push_condition(), gimple_tree_eq(), gimplify_addr_expr(), gimplify_adjust_omp_clauses(), gimplify_adjust_omp_clauses_1(), gimplify_body(), gimplify_call_expr(), gimplify_case_label_expr(), gimplify_compound_lval(), gimplify_conversion(), gimplify_expr(), gimplify_init_constructor(), gimplify_init_ctor_eval(), gimplify_modify_expr(), gimplify_modify_expr_rhs(), gimplify_omp_for(), gimplify_return_expr(), gimplify_save_expr(), gimplify_self_mod_expr(), gimplify_switch_expr(), gimplify_target_expr(), gimplify_var_or_parm_decl(), global_alloc(), grok_array_decl(), grok_op_properties(), grokdeclarator(), grokfield(), grokfndecl(), grokvardecl(), group_aliases(), group_case_labels(), gt_pch_note_object(), gt_pch_note_reorder(), GTY(), h8300_binary_length(), h8300_bitfield_length(), h8300_classify_operand(), handle_novops_attribute(), handle_using_decl(), hard_function_value(), hash_descriptor_extension(), hash_descriptor_pre_extension(), hash_invariant_expr_1(), have_add2_insn(), have_sub2_insn(), hoist_code(), hybrid_search(), i386_nlm_strip_name_encoding(), i386_pe_adjust_class_at_definition(), i386_pe_encode_section_info(), i386_pe_type_dllexport_p(), i386_pe_type_dllimport_p(), ia64_add_bundle_selector_before(), ia64_dfa_new_cycle(), ia64_expand_atomic_op(), ia64_expand_dot_prod_v8qi(), ia64_expand_epilogue(), ia64_expand_load_address(), ia64_expand_move(), ia64_expand_movxf_movrf(), ia64_expand_prologue(), ia64_expand_widen_sum(), ia64_first_cycle_multipass_dfa_lookahead_guard(), ia64_first_cycle_multipass_dfa_lookahead_guard_spec(), ia64_gen_check(), ia64_gen_spec_insn(), ia64_hpux_file_end(), ia64_ld_address_bypass_p(), ia64_needs_block_p(), ia64_output_dwarf_dtprel(), ia64_output_function_profiler(), ia64_print_operand(), ia64_sched_init(), ia64_sched_init_global(), ia64_set_sched_flags(), ia64_spec_check_src_p(), ia64_speculate_insn(), ia64_split_tmode(), ia64_st_address_bypass_p(), ia64_variable_issue(), identical_copies_p(), identical_stmt_lists_p(), if_test_bypass_p(), immed_double_const(), immediate_use(), immune_p(), implicitly_declare_fn(), import_export_class(), import_export_decl(), in_system_include_dir(), inc_for_reload(), include_empty_classes(), independent_of_stmt_p(), init_alias_analysis(), init_asm_output(), init_attributes(), init_caller_save(), init_dynamic_asm_fprintf_info(), init_dynamic_diag_info(), init_function_for_compilation(), init_ggc(), init_num_sign_bit_copies_in_rep(), init_propagate_block_info(), init_ready_list(), init_reg_sets(), init_reg_sets_1(), init_rtl_bb_info(), init_ssa_operands(), initial_elimination_offset(), initialize_artificial_var(), initialize_bb_rbi(), initialize_cold_section_name(), initialize_flags_in_bb(), initialize_inline_failed(), initialize_inlined_parameters(), initialize_local_var(), initialize_matrix_A(), initialize_original_copy_tables(), initialize_reference(), insert(), insert_aux(), insert_bb(), insert_extra_phis(), insert_id_for_tree(), insert_insn_end_bb(), insert_insn_on_edge(), insert_into_preds_of_block(), insert_into_set(), insert_one_insn(), insert_operand_rank(), insert_phi_nodes_for(), insert_regs(), insert_restore(), insert_save(), insert_set_in_table(), insert_store(), insert_updated_phi_nodes_for(), insn_cuid(), insn_decl_eq_p(), insn_decl_hash(), insn_sets_btr_p(), install_var_field(), instantiate_class_template(), instantiate_decl(), instantiate_template(), instantiate_type(), instantiate_virtual_regs_lossage(), instrument_edges(), int_cst_value(), int_log2(), integer_all_onesp(), internal_get_tmp_var(), intersected_state_reservs_p(), invariant_expr_equal_p(), inverse(), invert_jump_1(), invert_truthvalue(), ipa_callsite_compute_count(), ipa_callsite_compute_param(), ipcp_cval_equal_cvalues(), ipcp_replace_map_create(), iq2000_expand_prologue(), is_ancestor(), is_attribute_with_length_p(), is_called_in_ARM_mode(), is_ctrl_altering_stmt(), is_hidden_global_store(), is_specialization_of(), is_specialization_of_friend(), issue_nops_and_insn(), it_is_empty_reserv_sets(), iterate_fix_dominators(), iterative_hash_expr(), iv_analyze_expr(), iv_ca_add_use(), iv_ca_delta_commit(), iv_get_reaching_def(), iv_number_of_iterations(), iv_period(), ix86_agi_dependent(), ix86_attr_length_address_default(), ix86_attr_length_immediate_default(), ix86_avoid_jump_misspredicts(), ix86_check_movabs(), ix86_compute_frame_layout(), ix86_dwarf_handle_frame_unspec(), ix86_expand_binary_operator(), ix86_expand_binop_builtin(), ix86_expand_call(), ix86_expand_carry_flag_compare(), ix86_expand_clear(), ix86_expand_epilogue(), ix86_expand_fp_movcc(), ix86_expand_movmem(), ix86_expand_prologue(), ix86_expand_setcc(), ix86_expand_unary_operator(), ix86_expand_vec_ext_builtin(), ix86_expand_vec_init_builtin(), ix86_expand_vec_set_builtin(), ix86_fixup_binary_operands_no_copy(), ix86_force_to_memory(), ix86_initial_elimination_offset(), ix86_match_ccmode(), ix86_output_addr_vec_elt(), ix86_secondary_memory_needed(), ix86_split_copysign_var(), ix86_split_long_move(), ix86_split_to_parts(), ix86_value_regno(), joust(), label_rtx(), lambda_body_vector_compute_new(), lambda_compute_auxillary_space(), lambda_lattice_compute_base(), lambda_loopnest_to_gcc_loopnest(), lambda_matrix_inverse_hard(), lambda_transform_legal_p(), lambda_vector_min_nz(), layout_decl(), layout_empty_base(), layout_mcore_frame(), layout_type(), leave_scope(), legitimate_address_p(), legitimize_pic_address(), legitimize_tls_address(), lhd_decl_printable_name(), lhd_dwarf_name(), lhd_incomplete_type_error(), lhd_set_decl_assembler_name(), likely_value(), linearize_expr(), linearize_expr_tree(), link_imm_use(), list_length(), live_entry_blocks(), live_on_exit(), lle_to_gcc_expression(), load_multiple_sequence(), load_register_parameters(), local_cprop_pass(), longest_path_length(), lookup_attribute(), lookup_base(), lookup_decl_in_outer_ctx(), lookup_field_1(), lookup_field_for_decl(), lookup_member(), lookup_name_real(), lookup_namespace_name(), lookup_std_proto(), lookup_subvars_for_var(), lookup_template_class(), lookup_template_function(), lookup_tramp_for_decl(), loop_delete_branch_edge(), lower_bind_expr(), lower_function_body(), lower_omp_1(), lower_omp_sections(), lower_rec_input_clauses(), lower_regimplify(), lower_try_finally_switch(), lowpart_subreg_maybe_copy(), lv_add_condition_to_bb(), lv_adjust_loop_entry_edge(), m32c_extra_constraint_p2(), m32c_print_operand_address(), m32r_expand_prologue(), m32r_legitimize_pic_address(), m32r_output_block_move(), m32r_output_function_epilogue(), m32r_print_operand_address(), m68hc11_expand_compare(), m68hc11_gen_highpart(), m68hc11_gen_lowpart(), m68k_initial_elimination_offset(), machopic_define_symbol(), machopic_indirect_data_reference(), machopic_legitimize_pic_address(), make_automaton(), make_cond_expr_edges(), make_ctrl_stmt_edges(), make_decl_one_only(), make_decl_rtl(), make_default_insn_latency_attr(), make_edges(), make_exit_edges(), make_extraction(), make_id_declarator(), make_insn_alts_attr(), make_insn_sequence(), make_internal_attr(), make_internal_dfa_insn_code_attr(), make_label_decl(), make_label_edge(), make_new_qty(), make_numeric_value(), make_overflow_infinity(), make_regs_eqv(), make_rtl_for_nonlocal_decl(), make_ssa_name(), make_thunk(), make_typename_type(), make_unbound_class_template(), mangle_class_name_for_template(), mark_bb_for_unlikely_executed_section(), mark_block_for_update(), mark_control_dependent_edges_necessary(), mark_def_interesting(), mark_def_sites(), mark_interesting_addressof(), mark_jump_label(), mark_operand_necessary(), mark_referenced_resources(), mark_reg(), mark_set_regs(), mark_set_resources(), mark_stmt_if_obviously_necessary(), mark_stmt_necessary(), mark_tablejump_edge(), mark_used_reg(), mark_used_regs(), mark_user_reg(), may_alias_p(), may_negate_without_overflow_p(), may_propagate_copy(), may_replace_final_value(), maybe_add_or_update_back_dep_1(), maybe_both_true(), maybe_create_global_var(), maybe_emit_vtables(), maybe_eval_c_test(), maybe_process_template_type_declaration(), maybe_read_dollar_number(), maybe_register_incomplete_var(), mcore_expand_prolog(), mcore_gen_compare_reg(), mcore_mark_dllexport(), mcore_mark_dllimport(), mcore_output_andn(), mcore_output_call(), mdp_limm(), mdp_move(), mdp_select(), mdp_select_add_imm(), mdx_block_move_loop_foot(), mdx_block_move_loop_head(), mdx_unaligned_load(), mdx_unaligned_store(), mem_expr_equal_p(), memory_address_length(), mems_in_disjoint_alias_sets_p(), merge_alias_info(), merge_assigned_reloads(), merge_blocks_move_predecessor_nojumps(), merge_blocks_move_successor_nojumps(), merge_callee_local_info(), merge_conversion_sequences(), merge_if_block(), merge_pointed_to_info(), merge_trees(), mf_varname_tree(), mf_xform_derefs_1(), minmax_replacement(), mips16_fp_args(), mips_avoid_hazard(), mips_classify_symbol(), mips_expand_builtin_bposge(), mips_expand_prologue(), mips_fetch_insns(), mips_restore_gp(), mips_set_return_address(), mmix_assemble_integer(), mn10300_print_reg_list(), mostly_copy_tree_r(), move_block_from_reg(), move_block_to_fn(), move_btr_def(), move_by_pieces(), move_by_pieces_ninsns(), move_minipool_fix_backward_ref(), move_minipool_fix_forward_ref(), move_sese_region_to_fn(), move_use_after_head(), mt_check_delay_slot(), mt_expand_epilogue(), mt_expand_prologue(), mt_reorg_hazard(), mudflap_finish_file(), mul_double(), n_of_executions_at_most(), nearest_common_dominator(), negative_overflow_infinity(), new_cselib_val(), new_label_mapper(), new_type_alias(), next_child_for_group(), next_readonly_imm_use(), noce_emit_move_insn(), nonnull_arg_p(), nonnull_check_p(), note_decl_for_pch(), note_local_live(), note_sets(), num_loop_branches(), number_of_iterations_cond(), ocp_convert(), omp_add_variable(), omp_reduction_init(), one_static_initialization_or_destruction(), op_iter_init(), op_iter_init_def(), op_iter_init_maydef(), op_iter_init_must_and_may_def(), op_iter_init_mustdef(), op_iter_init_phidef(), op_iter_init_phiuse(), op_iter_init_use(), op_iter_next_def(), op_iter_next_maymustdef(), op_iter_next_tree(), op_iter_next_use(), op_symbol(), operand_build_cmp(), operand_subword(), operand_subword_force(), oprs_unchanged_p(), optimize_attrs(), optimize_inline_calls(), out_state_arcs_num(), output_387_binary_op(), output_64bit_and(), output_64bit_ior(), output_a_rotate(), output_a_shift(), output_addr_const_pdp11(), output_and(), output_arg_descriptor(), output_branch(), output_call(), output_cbranch(), output_constant(), output_constant_pool_1(), output_constant_pool_2(), output_constructor(), output_cycle_reservs(), output_dead_lock_vect(), output_dfa_max_issue_rate(), output_e500_flip_gt_bit(), output_fix_trunc(), output_fp_compare(), output_fp_move_double(), output_function_exception_table(), output_function_profiler(), output_global_address(), output_inline_const(), output_internal_insn_latency_func(), output_ior(), output_lbranch(), output_max_insn_queue_index_def(), output_mov_double_arm_from_fpa(), output_mov_double_fpa_from_arm(), output_mov_long_double_arm_from_fpa(), output_mov_long_double_fpa_from_arm(), output_move_double(), output_move_qimode(), output_move_quad(), output_movedouble(), output_operand(), output_pic_addr_const(), output_plussi(), output_pop_multiple(), output_print_reservation_func(), output_push_multiple(), output_restore(), output_return(), output_return_instruction(), output_shift(), output_sibcall(), output_stack_adjust(), output_state_alts_table(), output_state_arcs(), output_toc(), output_trans_table(), output_ttype(), output_v9branch(), output_vec_const_move(), pa_secondary_reload(), partition_equiv_class(), partition_is_global(), partition_stack_vars(), pch_init(), pdp11_output_function_epilogue(), pdp11_output_function_prologue(), peel_loop_completely(), peel_loop_simple(), perform_integral_promotions(), perform_or_defer_access_check(), perform_overload_resolution(), phi_alternatives_equal(), phi_arg_index_from_use(), phi_ssa_name_p(), phi_translate(), place_block_symbol(), place_field(), plus_expr_object_size(), pool_alloc(), pool_free(), pop_best_coalesce(), pop_binding(), pop_context(), pop_gimplify_context(), pop_init_level(), pop_namespace(), pop_scope(), pop_srcloc(), poplevel(), poplevel_class(), positive_overflow_infinity(), pp_base_format(), pp_base_format_text(), pp_base_output_formatted_text(), pp_c_tree_decl_identifier(), pr_addr_post(), pre_and_rev_post_order_compute(), pre_insert_copy_insn(), precompute_arguments(), predict_insn(), prepare_cmp_insn(), prepare_def_site_for(), prepare_float_lib_cmp(), print_address_operand(), print_call_name(), print_conflict(), print_lambda_loop(), print_operand(), print_operand_address(), print_reg(), print_shift_count_operand(), pro_epilogue_adjust_stack(), probe_stack_range(), process_alts_for_forming_states(), process_assert_insertions(), process_assert_insertions_for(), process_constraint(), process_init_element(), process_insn_equiv_class(), process_partial_specialization(), process_set(), process_template_parm(), process_unification_queue(), produce_memory_decl_rtl(), propagate_freq(), propagate_rhs_into_lhs(), propagate_tree_value(), prune_unused_phi_nodes(), prune_vars_needing_no_initialization(), ptr_decl_may_alias_p(), ptr_difference_cost(), purge_dead_edges(), push_class_level_binding(), push_context(), push_gimplify_context(), push_inline_template_parms_recursive(), push_minipool_fix(), push_namespace(), push_namespace_with_attribs(), push_reload(), push_secondary_reload(), push_srcloc(), push_using_decl(), pushdecl(), pushdecl_maybe_friend(), pushdecl_top_level(), pushtag(), put_condition_code(), put_pending_sizes(), quals_from_declspecs(), range_includes_zero_p(), rationalize_conditional_expr(), reachable_at_most_once(), read_complex_part(), readonly_error(), real_convert(), real_digit(), real_from_integer(), real_from_target(), real_maxval(), real_nan(), real_to_decimal(), real_to_hexadecimal(), real_to_integer(), real_to_integer2(), real_to_target(), rebuild_cgraph_edges(), record_biv(), record_effective_endpoints(), record_in_finally_tree(), record_set(), record_use(), recount_dominator(), redirect_branch_edge(), redirect_edge_pred(), redirect_immediate_dominators(), ref_contains_array_ref(), referenced_var_check_and_insert(), referenced_var_lookup(), reg_is_remote_constant_p(), reg_or_subregno(), reg_overlap_mentioned_for_reload_p(), reg_overlap_mentioned_p(), reg_set_between_after_reload_p(), reg_used_between_after_reload_p(), register_new_assert_for(), register_specialization(), regno_clobbered_p(), reinstall_phi_args(), release_defs(), release_ssa_name_after_update_ssa(), relink_imm_use(), reload(), reload_combine_note_use(), relocate_ptrs(), remap_blocks(), remap_decl(), remap_decls(), remove_all_phi_nodes_for(), remove_arc(), remove_attribute(), remove_dead_stmt(), remove_edge(), remove_eh_handler(), remove_exception_handler_label(), remove_exit_barrier(), remove_forwarder_block(), remove_forwarder_block_with_phi(), remove_insn(), remove_path(), remove_phi_arg_num(), remove_range_assertions(), remove_unnecessary_notes(), remove_unreachable_regions(), remove_useless_values(), reorder_blocks_1(), replace_constant_pool_ref(), replace_exp_1(), replace_phi_with_cond_modify_expr(), replace_pseudos_in(), replace_rtx(), replace_uses_by(), replace_uses_equiv_to_x_with_y(), repo_emit_p(), reserv_sets_and(), reserv_sets_are_intersected(), reserv_sets_cmp(), reserv_sets_or(), reserv_sets_shift(), reset_evolution_in_loop(), reshape_init(), reshape_init_array(), reshape_init_class(), reshape_init_r(), reshape_init_vector(), resize_phi_node(), resolve_address_of_overloaded_function(), resolve_operand_name_1(), resolve_overloaded_unification(), resolve_typename_type(), rest_of_handle_final(), rest_of_handle_global_alloc(), resume_scope(), retrieve_specialization(), rewrite_address_base(), rewrite_expr_tree(), rewrite_into_loop_closed_ssa(), rewrite_into_ssa(), rewrite_operand(), rewrite_ssa_into_ssa(), rewrite_stmt(), rewrite_to_new_ssa_names_def(), rewrite_trees(), rewrite_update_phi_arguments(), rewrite_update_stmt(), rewrite_use_nonlinear_expr(), rewrite_use_outer(), rewrite_uses(), root_var_init(), round_down(), round_for_format(), round_up(), rs6000_common_init_builtins(), rs6000_dbx_register_number(), rs6000_emit_epilogue(), rs6000_emit_load_toc_table(), rs6000_emit_minmax(), rs6000_emit_move(), rs6000_emit_prologue(), rs6000_emit_sCOND(), rs6000_emit_vector_compare(), rs6000_expand_builtin(), rs6000_frame_related(), rs6000_move_block_from_reg(), rs6000_split_multireg_move(), rtl_coverage_counter_ref(), rtl_find_values_to_profile(), rtl_flow_call_edges_add(), rtl_split_edge(), rtx_equiv_p(), rtx_needs_barrier(), rws_access_regno(), s390_add_constant(), s390_add_execute(), s390_back_chain_rtx(), s390_branch_condition_mask(), s390_branch_condition_mnemonic(), s390_call_saved_register_used(), s390_can_eliminate(), s390_chunkify_start(), s390_emit_call(), s390_execute_target(), s390_expand_addcc(), s390_expand_atomic(), s390_expand_cs_hqi(), s390_expand_insv(), s390_expand_plus_operand(), s390_expand_setmem(), s390_find_constant(), s390_find_execute(), s390_function_value(), s390_initial_elimination_offset(), s390_mainpool_start(), s390_match_ccmode_set(), s390_narrow_logical_operator(), s390_output_pool_entry(), s390_reorg(), s390_split_access_reg(), s390_split_branches(), same_scalar_type_ignoring_signedness(), save_call_clobbered_regs(), save_function_data(), save_inline_function_body(), save_partially_mangled_name(), save_restore_insns(), sbitmap_difference(), scalarize_copy(), scalarize_init(), scalarize_ldst(), scale_bbs_frequencies_gcov_type(), scale_bbs_frequencies_int(), scan_rtx_reg(), scan_sharing_clauses(), scc_visit(), scev_const_prop(), sched_analyze(), sched_analyze_1(), sched_analyze_2(), sched_analyze_insn(), sched_analyze_reg(), schedule_ebb(), schedule_ebbs(), score_classify_symbol(), score_print_operand(), score_reg_class(), scratch_reload_class(), see_analyze_merged_def_local_prop(), see_analyze_unmerged_def_local_prop(), see_analyze_use_local_prop(), see_def_extension_not_merged(), see_handle_relevant_defs(), see_handle_relevant_uses(), see_merge_one_def_extension(), see_merge_one_use_extension(), see_pre_insert_extensions(), see_print_one_extension(), see_print_pre_extension_expr(), see_print_register_properties(), see_seek_pre_extension_expr(), see_set_prop_merged_def(), see_set_prop_unmerged_def(), see_set_prop_unmerged_use(), see_store_reference_and_extension(), see_update_leader_extra_info(), seek_to_line(), set_bb_for_stmt(), set_builtin_user_assembler_name(), set_component_ssa_name(), set_control_dependence_map_bit(), set_default_def(), set_dep_weak(), set_designator(), set_first_insn(), set_identifier_type_value_with_scope(), set_immediate_dominator(), set_inherited_value_binding_p(), set_insn_equiv_classes(), set_iv(), set_last_insn(), set_lattice_value(), set_level(), set_mem_alias_set(), set_mem_attributes_minus_bitpos(), set_next(), set_nonincremental_init_from_string(), set_out_arc_insns_equiv_num(), set_param_value(), set_prev(), set_sizetype(), set_src_needs_barrier(), set_unique_reg_note(), set_unit_reserv(), set_value_handle(), set_value_range(), set_value_range_to_value(), set_variable_part(), setup_incoming_varargs(), sh_expand_epilogue(), sh_expand_prologue(), sh_gimplify_va_arg_expr(), sh_reorg(), sh_setup_incoming_varargs(), sh_symbian_mark_dllexport(), sh_symbian_mark_dllimport(), shift_op(), shift_return_value(), shift_right(), shl_sext_kind(), shorten_branches(), should_duplicate_loop_header_p(), simplify_aggr_init_expr(), simplify_binary_operation(), simplify_binary_operation_1(), simplify_cond_and_lookup_avail_expr(), simplify_const_binary_operation(), simplify_const_relational_operation(), simplify_const_unary_operation(), simplify_immed_subreg(), simplify_plus_minus(), simplify_subreg(), simplify_switch_and_lookup_avail_expr(), simplify_switch_expr(), simplify_ternary_operation(), simplify_unary_operation(), simplify_using_initial_values(), singlemove_string(), size_binop(), size_diffop(), sjlj_emit_function_exit(), slpeel_make_loop_iterate_ntimes(), slpeel_update_phi_nodes_for_guard(), slpeel_update_phi_nodes_for_guard1(), slpeel_update_phi_nodes_for_guard2(), slpeel_update_phis_for_duplicate_loop(), solve_graph(), som_output_text_section_asm_op(), sort_coalesce_list(), sparc_asm_function_prologue(), sparc_check_64(), sparc_dwarf_handle_frame_unspec(), sparc_emit_set_const32(), sparc_emit_set_const64(), sparc_emit_set_symbolic_const64(), sparc_expand_move(), sparc_fold_builtin(), sparc_output_mi_thunk(), sparc_override_options(), sparc_splitdi_legitimate(), spe_expand_evsel_builtin(), spe_expand_predicate_builtin(), spe_synthesize_frame_save(), split_branches(), split_iv(), squeeze_notes(), sra_walk_expr(), sreal_div(), sreal_sub(), ssa_rewrite_stmt(), stabilize_call(), stabilize_expr(), stack_adjust_offset_pre_post(), stack_var_conflict_p(), start_decl(), start_decl_1(), start_enum(), start_function(), start_preparsed_function(), start_recording_case_labels(), start_ssa_stmt_operands(), start_static_initialization_or_destruction(), state_is_differed(), states_union(), stmt_after_ip_normal_pos(), stmt_ann(), store_alt_unit_usage(), store_bit_field(), store_by_pieces(), store_by_pieces_1(), store_constructor(), store_data_bypass_p(), store_expr(), store_field(), store_fixed_bit_field(), store_multiple_sequence(), store_one_arg(), store_parm_decls_oldstyle(), store_reg_modify(), store_unaligned_arguments_into_pseudos(), struct_equiv_block_eq(), subreg_highpart_offset(), subreg_lsb_1(), subreg_offset_representable_p(), subreg_regno_offset(), subst(), subst_reloads(), superloop_at_depth(), supports_overflow_infinity(), sweep_pages(), symbol_marked_for_renaming(), tail_duplicate(), template_for_substitution(), ten_to_mptwo(), ten_to_ptwo(), test_unit_reserv(), thread_prologue_and_epilogue_insns(), thumb_call_via_reg(), thumb_load_double_from_address(), thumb_output_function_prologue(), thumb_pushpop(), timevar_pop_1(), timevar_push_1(), timevar_start(), timevar_stop(), tpa_decompact(), tpa_find_tree(), transform_1(), transform_2(), transform_3(), tree_coverage_counter_ref(), tree_duplicate_loop_to_header_edge(), tree_duplicate_sese_region(), tree_find_edge_insert_loc(), tree_flow_call_edges_add(), tree_fold_gcd(), tree_forwarder_block_p(), tree_function_versioning(), tree_if_convert_cond_expr(), tree_low_cst(), tree_lv_adjust_loop_header_phi(), tree_merge_blocks(), tree_nrv(), tree_predict_edge(), tree_redirect_edge_and_branch(), tree_redirect_edge_and_branch_force(), tree_register_profile_hooks(), tree_register_value_prof_hooks(), tree_rest_of_compilation(), tree_split_edge(), tree_ssa_phiopt(), tree_ssa_prefetch_arrays(), tree_unroll_loop(), tree_unswitch_loop(), tree_verify_flow_info(), trunc_int_for_mode(), try_combine(), try_forward_edges(), try_improve_iv_set(), try_look_through_load(), try_redirect_by_replacing_jump(), try_split(), tsi_link_after(), tsi_link_before(), tsi_split_statement_list_after(), tsi_split_statement_list_before(), tsubst(), tsubst_copy(), tsubst_decl(), tsubst_expr(), tsubst_function_type(), tsubst_qualified_id(), type_after_usual_arithmetic_conversions(), type_dependent_expression_p(), type_hash_canon(), type_requires_array_cookie(), type_unification_real(), type_var_init(), ultimate_transparent_alias_target(), unify(), union_groups(), units_to_automata_heuristic_distr(), unroll_loop_constant_iterations(), unroll_loop_runtime_iterations(), unroll_loop_stupid(), unswitch_loop(), unswitch_single_loop(), update_alias_info(), update_bb_profile_for_threading(), update_call_expr(), update_caller_keys(), update_equiv_regs(), update_life_info(), update_ssa(), update_stmt_operands(), update_vtable_entry_for_fn(), update_vuses_to_preheader(), usable_range_p(), use_reg(), use_regs(), use_return_insn(), use_thunk(), uses_template_parms(), uw_init_context_1(), uw_install_context_1(), valid_in_set(), validate_change(), validate_condition_mode(), validate_nonmember_using_decl(), validate_replace_rtx_1(), value_dependent_expression_p(), value_insert_into_set_bitmap(), value_remove_from_set_bitmap(), var_ann(), var_union(), variable_htab_free(), variable_union(), variable_was_changed(), vax_float_literal(), VEC(), VEC_safe_set_locstr(), vect_align_data_ref(), vect_analyze_operations(), vect_base_addr_differ_p(), vect_build_loop_niters(), vect_compute_data_ref_alignment(), vect_create_cond_for_align_checks(), vect_create_data_ref_ptr(), vect_create_destination_var(), vect_create_epilog_for_reduction(), vect_determine_vectorization_factor(), vect_do_peeling_for_alignment(), vect_do_peeling_for_loop_bound(), vect_enhance_data_refs_alignment(), vect_finish_stmt_generation(), vect_gen_niters_for_prolog_loop(), vect_generate_tmps_on_preheader(), vect_get_vec_def_for_operand(), vect_init_vector(), vect_is_simple_use(), vect_mark_relevant(), vect_mark_stmts_to_be_vectorized(), vect_recog_dot_prod_pattern(), vect_set_dump_settings(), vect_stmt_relevant_p(), vect_transform_loop(), vect_transform_stmt(), vect_update_ivs_after_vectorizer(), vect_update_misalignment_for_peel(), vector_compare_rtx(), vectorizable_assignment(), vectorizable_condition(), vectorizable_load(), vectorizable_operation(), vectorizable_reduction(), vectorizable_store(), verify_dominators(), verify_eh_edges(), verify_hot_cold_block_grouping(), verify_imm_links(), verify_interpass_invariants(), verify_loop_structure(), verify_rtx_sharing(), verify_ssa(), verify_stmt_tree_r(), version_ref_count(), vfp_output_fstmx(), visit_assignment(), vn_compute(), voidify_wrapper_expr(), vrp_evaluate_conditional_warnv(), vt_add_function_parameters(), vt_emit_notes(), walk_use_def_chains(), widen_bitfield(), workshare_safe_to_combine_p(), wrap_constant(), write_action(), write_builtin_type(), write_complex_part(), write_cond(), write_eligible_delay(), write_expression(), write_method_parms(), write_special_name_constructor(), write_special_name_destructor(), write_template_arg(), write_template_arg_literal(), write_template_args(), write_template_prefix(), write_test_expr(), write_unscoped_name(), x86_emit_floatuns(), x86_initialize_trampoline(), xref_basetypes(), xref_tag(), xstormy16_emit_cbranch(), xstormy16_encode_section_info(), xstormy16_expand_call(), xstormy16_output_cbranch_si(), xstormy16_output_shift(), xstormy16_print_operand_address(), xstormy16_split_cbranch(), xstormy16_split_move(), xtensa_copy_incoming_a7(), xtensa_output_literal(), and zone_allocate_marks().

 
#define gcc_unreachable (  )     (fancy_abort (__FILE__, __LINE__, __FUNCTION__))

Definition at line 596 of file system.h.

Referenced by accessor_from_format(), add_builtin_candidate(), add_dependence(), add_derived_ivs_candidates(), add_or_update_back_dep_1(), add_to_sequence(), aggregate_value_p(), alpha_compute_xfloating_mode_arg(), alpha_emit_conditional_branch(), alpha_emit_conditional_move(), alpha_emit_setcc(), alpha_emit_xfloating_compare(), alpha_emit_xfloating_libcall(), alpha_expand_builtin(), alpha_expand_movmisalign(), alpha_expand_unaligned_load(), alpha_handle_trap_shadows(), alpha_initial_elimination_offset(), alpha_legitimize_address(), alpha_lookup_xfloating_lib_func(), alpha_split_tmode_pair(), alphaev4_insn_pipe(), alphaev4_next_group(), alphaev5_insn_pipe(), alphaev5_next_group(), alter_predicate_for_insn(), altivec_init_builtins(), analyze_offset_expr(), analyze_variable(), arc_compute_function_type(), arc_final_prescan_insn(), arc_print_operand_address(), arg_assoc_type(), arithmetic_instr(), arm_assemble_integer(), arm_canonicalize_comparison(), arm_compute_initial_elimination_offset(), arm_dbx_register_number(), arm_emit_tls_decoration(), arm_emit_vector_const(), arm_final_prescan_insn(), arm_gen_constant(), arm_init_iwmmxt_builtins(), arm_rtx_costs_1(), arm_select_cc_mode(), arm_select_dominance_cc_mode(), asm_fprintf(), attr_alt_intersection(), attr_alt_subset_of_compl_p(), attr_alt_subset_p(), attr_alt_union(), attr_copy_rtx(), attr_rtx_1(), avr_normalize_condition(), base_from_object(), begin_scope(), bfin_expand_builtin(), bfin_optimize_loop(), binary_op_error(), bind(), bitmap_first_set_bit(), boolean_increment(), bsi_for_stmt(), build(), build_assert_expr_for(), build_binary_op(), build_dtor_call(), build_mask64_2_operands(), build_new_op(), build_one_cst(), build_outer_var_ref(), build_post_landing_pads(), build_replicated_const(), build_simple_base_path(), build_unary_op(), build_vec_init(), build_vector_type_for_mode(), builtin_define_stdint_macros(), builtin_define_type_max(), c_expand_expr(), c_finish_bc_stmt(), c_finish_if_stmt(), c_finish_omp_clauses(), c_incomplete_type_error(), c_lex_with_flags(), c_objc_common_truthvalue_conversion(), c_parser_objc_class_definition(), c_parser_objc_method_type(), c_parser_omp_construct(), c_parser_omp_parallel(), c_parser_struct_or_union_specifier(), c_split_parallel_clauses(), c_token_starts_declspecs(), c_token_starts_typename(), c_type_hash(), canonicalize_iv_subregs(), ccp_fold_builtin(), ccp_visit_phi_node(), ccr_bit(), cgraph_build_static_cdtor(), cgraph_output_in_order(), check_explicit_specialization(), check_for_plus_in_loops_1(), check_regexp_units_distribution(), check_special_function_return_type(), check_use_sfunc_addr(), choose_personality_routine(), classify_argument(), cleanup_control_expr_graph(), clear_reload_reg_in_use(), coerce_template_template_parms(), collect_insn_data(), collect_object_sizes_for(), collect_one_action_chain(), collect_points_to_info_r(), common_type(), compare_constant(), compare_range_with_value(), compare_ranges(), compare_values_warnv(), comparison_to_compcode(), compcode_to_comparison(), complete_mode(), compute_a_shift_cc(), compute_a_shift_length(), compute_logical_op_cc(), compute_logical_op_length(), compute_mov_length(), compute_object_sizes(), cond_string(), condjump_equiv_p(), const_binop(), const_hash_1(), const_ok_for_op(), construct_container(), contains_128bit_aligned_vector_p(), contains_abnormal_ssa_name_p(), control_flow_insn_p(), convert_for_assignment(), convert_move(), convert_nontype_argument(), copy_bb(), copy_insn_1(), copy_insn_regexp(), copy_rtx(), count_reg_usage(), count_type_elements(), cp_cpp_error(), cp_parser_check_declarator_template_parameters(), cp_parser_diagnose_invalid_type_name(), cp_parser_jump_statement(), cp_parser_omp_construct(), cp_parser_omp_parallel(), cp_parser_postfix_expression(), cp_parser_set_storage_class(), cp_parser_type_parameter(), cp_parser_unary_expression(), cp_tree_equal(), cp_tree_size(), create_expression_by_pieces(), create_mem_ref(), cris_initial_elimination_offset(), cris_output_addr_const_extra(), cris_pic_symbol_type_of(), cris_valid_pic_const(), cselib_hash_rtx(), cselib_subst_to_values(), cxx_expand_expr(), dataflow_set_a_op_b(), dataflow_set_copy(), debug_decision_2(), decimal_real_arithmetic(), decimal_real_maxval(), decimal_round_for_format(), decimal_to_decnumber(), decl_type_context(), declspecs_add_qual(), declspecs_add_scspec(), declspecs_add_type(), decode_addr_const(), default_elf_select_section(), default_no_named_section(), default_pch_valid_p(), default_scalar_mode_supported_p(), default_unique_section(), default_unwind_emit(), dequeue_and_dump(), determine_exit_conditions(), determine_use_iv_cost(), df_ref_create_structure(), df_ref_unlink(), df_uses_record(), dfs_access_in_type(), diagnostic_action_after_output(), diagnostic_count_diagnostic(), disband_implicit_edges(), disconnect_src(), distribute_notes(), div_and_round_double(), do_add(), do_cmp_and_jump(), do_compare(), do_compare_rtx_and_jump(), do_deref(), do_divide(), do_fix_trunc(), do_jump(), do_multiply(), do_return_redirection(), do_store_flag(), dump_constants_1(), dump_decl(), dump_global_iord(), dump_lattice_value(), dump_minipool(), dump_omp_clause(), dump_table(), dump_use(), duplicate_insn_chain(), dw2_asm_output_delta_uleb128(), dw2_asm_output_encoded_addr_rtx(), eh_data_format_name(), eliminate_implied_condition(), eliminate_regs(), eliminate_regs_1(), emit(), emit_block_move(), emit_call_1(), emit_call_insn(), emit_call_insn_after_noloc(), emit_call_insn_before_noloc(), emit_cmp_and_jump_insn_1(), emit_copy_of_insn_after(), emit_i387_cw_initialization(), emit_input_reload_insns(), emit_insn(), emit_insn_after_noloc(), emit_insn_before_noloc(), emit_jump_insn(), emit_jump_insn_after_noloc(), emit_jump_insn_before_noloc(), emit_ldm_seq(), emit_move_complex_push(), emit_move_resolve_push(), emit_soft_tfmode_binop(), emit_soft_tfmode_cvt(), emit_stm_seq(), emit_store_flag(), encode_c4x_extended(), encode_c4x_single(), encode_i370_double(), encode_i370_single(), encode_ieee_double(), encode_ieee_extended(), encode_ieee_quad(), encode_ieee_single(), encode_vax_d(), encode_vax_f(), encode_vax_g(), estimate_num_insns_1(), evaluate_eq_attr(), examine_argument(), execute_cfa_program(), execute_stack_op(), exp_equiv_p(), expand_a_rotate(), expand_builtin(), expand_builtin_apply(), expand_builtin_fork_or_exec(), expand_builtin_int_roundingfn(), expand_builtin_mathfn(), expand_builtin_mathfn_2(), expand_builtin_mathfn_3(), expand_builtin_memcmp(), expand_calls_inline(), expand_complex_addition(), expand_complex_comparison(), expand_complex_division(), expand_complex_libcall(), expand_complex_move(), expand_complex_multiplication(), expand_complex_operations_1(), expand_divmod(), expand_epilogue(), expand_expr_real_1(), expand_mult_const(), expand_omp(), expand_one_builtin(), expand_parallel_call(), expand_prologue(), expand_ptrmemfunc_cst(), expand_sync_fetch_operation(), expand_sync_operation(), expand_vec_shift_expr(), extract_component(), extract_mentioned_regs_helper(), extract_omp_for_data(), extract_range_from_assert(), extract_range_from_binary_expr(), fatal_error(), final_prescan_insn(), final_scan_insn(), find_addr_reg(), find_basic_blocks_1(), find_char_info_specifier_index(), find_lattice_value(), find_length_info_modifier_index(), find_matching_operand(), find_operand(), find_taken_edge(), finish_decl(), finish_declspecs(), finish_omp_clauses(), finish_spills(), first_vdef(), fix_bit_operand(), fold(), fold_abs_const(), fold_binary(), fold_builtin_bitop(), fold_builtin_classify(), fold_builtin_fputs(), fold_builtin_int_roundingfn(), fold_comparison(), fold_cond_expr_with_comparison(), fold_convert(), fold_convert_const_int_from_real(), fold_div_compare(), fold_minmax(), fold_negate_const(), fold_offsetof_1(), fold_relational_const(), for_each_index(), force_expr_to_var_cost(), force_nonfallthru_and_redirect(), force_var_cost(), form_regexp(), fp_const_from_val(), fp_immediate_constant(), fr30_move_double(), frv_default_flags_for_cpu(), frv_emit_move(), frv_initial_elimination_offset(), frv_legitimize_tls_address(), frv_matching_accg_mode(), frv_optimize_membar_global(), frv_sort_insn_group(), frv_split_cond_move(), frv_split_minmax(), function_arg_slotno(), function_value(), gen_aux_info_file(), gen_compare(), gen_conditional_move(), gen_easy_altivec_constant(), gen_exp(), gen_insn(), gen_lsm_tmp_name(), gen_split_move_double(), gen_type(), gen_v9_scc(), generate_one_element_ref(), get_arc_condition_code(), get_arm_condition_code(), get_dep_weak(), get_expr_operands(), get_indirect_ref_operands(), get_initial_def_for_reduction(), get_insn_template(), get_lhs_or_phi_result(), get_member_function_from_ptrfunc(), get_parm_info(), get_rhs_or_phi_arg(), get_round_mode_suffix(), get_rtx_code(), get_shift_alg(), get_some_local_dynamic_name(), get_template(), get_trap_mode_suffix(), get_val_for(), get_value_handle(), get_vcall_index(), get_ws_args_for(), gimplify_adjust_omp_clauses(), gimplify_adjust_omp_clauses_1(), gimplify_expr(), gimplify_init_constructor(), gimplify_omp_for(), gimplify_scan_omp_clauses(), grok_op_properties(), grokdeclarator(), grokfield(), group_barrier_needed(), GTY(), h8300_bitfield_length(), h8300_initial_elimination_offset(), h8300_insn_length_from_table(), h8300_regs_ok_for_stm(), h8300_shift_needs_scratch_p(), h8300_short_immediate_length(), h8300_unary_length(), handle_format_attribute(), hash_rtx(), i386_output_dwarf_dtprel(), ia64_encode_addr_area(), ia64_expand_atomic_op(), ia64_expand_tls_address(), ia64_expand_vecint_compare(), ia64_expand_vecint_minmax(), ia64_expand_widen_sum(), ia64_gen_spec_insn(), ia64_initial_elimination_offset(), ia64_register_move_cost(), ia64_split_tmode(), implicit_decl_warning(), implicitly_declare_fn(), in_charge_arg_for_name(), init_dynamic_asm_fprintf_info(), init_dynamic_diag_info(), initial_elimination_offset(), initial_offset(), inside_basic_block_p(), instantiate_missing_elements(), instantiate_template(), instantiate_type(), instrument_values(), int_const_binop(), int_mode_for_mode(), internal_error(), invalidate(), invert_tree_comparison(), iq2000_output_conditional_branch(), is_call_clobbered_ref(), is_hidden_global_store(), is_predicable(), is_unconditional(), ix86_cc_mode(), ix86_cc_modes_compatible(), ix86_dwarf_handle_frame_unspec(), ix86_expand_branch(), ix86_expand_builtin(), ix86_expand_fp_compare(), ix86_expand_fp_movcc(), ix86_expand_int_addcc(), ix86_expand_int_vcond(), ix86_expand_vector_extract(), ix86_expand_vector_init_duplicate(), ix86_expand_vector_init_general(), ix86_expand_vector_init_low_nonzero(), ix86_expand_vector_init_one_nonzero(), ix86_expand_vector_move_misalign(), ix86_expand_vector_set(), ix86_force_to_memory(), ix86_fp_comparison_arithmetics_cost(), ix86_fp_comparison_codes(), ix86_init_mmx_sse_builtins(), ix86_match_ccmode(), ix86_mode_needed(), ix86_prepare_sse_fp_compare_args(), ix86_split_long_move(), ix86_split_to_parts(), lang_specific_driver(), language_to_string(), layout_type(), legitimize_pic_address(), legitimize_tls_address(), lhd_expand_expr(), lhd_tree_size(), lhd_type_promotes_to(), lle_to_gcc_expression(), locate_ctor(), loop_in_regexp(), lower_rec_input_clauses(), lower_send_clauses(), lower_stmt(), lvalue_error(), lvalue_or_else(), lvalue_p_1(), m32c_print_operand(), m32c_reg_class_from_constraint(), m32c_subreg(), m32r_encode_section_info(), m32r_function_symbol(), m32r_output_function_epilogue(), m68hc11_emit_libcall(), m68hc11_expand_compare_and_branch(), m68hc11_gen_highpart(), m68hc11_gen_lowpart(), m68hc11_gen_movhi(), m68k_initial_elimination_offset(), machopic_indirect_data_reference(), machopic_legitimize_pic_address(), make_ctrl_stmt_edges(), make_edges(), make_exit_edges(), make_node_stat(), make_range(), mark_mode_tests(), mark_set_1(), mark_stmt_if_obviously_necessary(), maybe_adjust_types_for_deduction(), maybe_emit_chk_warning(), maybe_record_in_goto_queue(), mcore_expand_block_move(), mcore_initial_elimination_offset(), mcore_output_move(), mcore_output_movedouble(), mcore_print_operand(), mcore_print_operand_address(), mda_symbolic_constant_p(), merge_decls(), minmax_code(), mips16_fp_args(), mips_arg_info(), mips_block_move_straight(), mips_expand_builtin_compare(), mips_expand_builtin_direct(), mips_file_start(), mips_initial_elimination_offset(), mips_legitimize_tls_address(), mips_output_conditional_branch(), mips_output_move(), mips_relational_operand_ok_p(), mips_symbol_insns(), mips_symbolic_address_p(), mips_symbolic_constant_p(), mn10300_address_cost_1(), mode_for_extraction(), move_by_pieces_1(), mt_debug_stack(), mt_initial_elimination_offset(), mt_split_words(), needs_variable(), next_child_for_group(), next_scratch_gr_reg(), nodes_identical_1(), nonzero_bits1(), notice_update_cc(), num_insns_constant(), number_of_iterations_cond(), omp_notice_variable(), omp_reduction_init(), operands_match_p(), output_387_binary_op(), output_a_rotate(), output_a_shift(), output_alternate_entry_point(), output_block_clear(), output_block_move(), output_branch(), output_cbranch(), output_constant(), output_constant_pool_2(), output_dbcc_and_branch(), output_function_profiler(), output_global_address(), output_h8sx_shift(), output_insn_data(), output_jump(), output_logical_op(), output_mangled_typename(), output_move_const_into_data_reg(), output_move_quad(), output_movedouble(), output_scc_di(), output_shift(), output_toc(), output_v9branch(), output_vec_const_move(), pa_adjust_cost(), pa_issue_rate(), pa_scalar_mode_supported_p(), phi_translate(), poolify_tree(), pop_scope(), pp_base_format(), pp_c_type_specifier(), pre_insert_copy_insn(), prepare_float_lib_cmp(), prepare_move_operands(), prepare_scc_operands(), print_node(), print_operand(), print_operand_address(), print_path(), print_pattern(), print_reg(), print_rtx(), print_shift_count_operand(), process_assert_insertions_for(), process_for_unwind_directive(), process_insert_insn(), process_regexp(), process_regexp_cycles(), process_seq_for_forming_states(), process_set(), propagate_bits(), push_inline_template_parms_recursive(), push_overloaded_decl(), put_condition_code(), range_binop(), reachable_next_level(), read_rtx_1(), real_arithmetic(), real_compare(), real_exponent(), real_hash(), real_identical(), real_ldexp(), real_nan(), real_to_decimal(), real_to_hexadecimal(), real_to_integer(), real_to_integer2(), recalculate_side_effects(), reg_push_size(), regenerate_decl_from_template(), regexp_transform_func(), register_edge_assert_for(), reload_cse_simplify_set(), reload_reg_free_p(), reload_reg_reaches_end_p(), remap_type(), remap_type_1(), remove_note(), remove_unnecessary_notes(), replace_goto_queue_1(), reshape_init(), reshape_init_array(), reshape_init_r(), retrofit_lang_decl(), rev_cond_name(), reverse_condition(), reverse_condition_maybe_unordered(), rewrite_blocks(), rewrite_use(), rewrite_use_nonlinear_expr(), rewrite_use_outer(), round_for_format(), rs6000_common_init_builtins(), rs6000_emit_cmove(), rs6000_emit_move(), rs6000_emit_set_const(), rs6000_emit_sync(), rs6000_emit_vector_compare(), rs6000_expand_builtin(), rs6000_generate_compare(), rs6000_get_some_local_dynamic_name(), rs6000_hash_constant(), rs6000_initial_elimination_offset(), rs6000_initialize_trampoline(), rs6000_output_dwarf_dtprel(), rs6000_output_function_entry(), rs6000_output_function_epilogue(), rs6000_override_options(), rs6000_trampoline_size(), rtx_equal_for_cselib_p(), rtx_equal_for_memref_p(), rtx_equal_p(), rtx_equiv_p(), rtx_needs_barrier(), rtx_renumbered_equal_p(), rws_access_regno(), s390_cannot_force_const_mem(), s390_expand_atomic(), s390_expand_builtin(), s390_expand_plus_operand(), s390_extract_part(), s390_function_arg(), s390_function_arg_advance(), s390_function_arg_size(), s390_gen_rtx_const_DI(), s390_initial_elimination_offset(), s390_match_ccmode_set(), s390_O_constraint_str(), s390_output_dwarf_dtprel(), s390_output_pool_entry(), s390_select_ccmode(), safe_from_p(), same_translation_unit_p(), scan_rtx(), scan_sharing_clauses(), sched_analyze(), score_extra_constraint(), score_initial_elimination_offset(), score_print_operand_address(), score_symbol_insns(), see_analyze_one_def(), see_set_prop_unmerged_use(), see_store_reference_and_extension(), see_update_defs_relevancy(), see_update_leader_extra_info(), select_cc_mode(), set_dep_weak(), set_designator(), set_use_iv_cost(), sh_expand_builtin(), sh_output_mi_thunk(), sh_set_return_address(), shift_gen_func_for(), shift_insns_rtx(), shift_op(), shift_return_value(), shorten_into_mode(), signed_condition(), simplify_binary_operation(), simplify_binary_operation_1(), simplify_cond_and_lookup_avail_expr(), simplify_const_binary_operation(), simplify_const_relational_operation(), simplify_const_unary_operation(), simplify_immed_subreg(), simplify_logical(), simplify_ternary_operation(), simplify_unary_operation(), simplify_using_initial_values(), size_of_encoded_value(), smallest_mode_for_size(), source_type(), sparc_cannot_force_const_mem(), sparc_emit_float_lib_cmp(), sparc_emit_set_symbolic_const64(), sparc_expand_builtin(), sparc_expand_move(), sparc_handle_vis_mul8x16(), sparc_output_mi_thunk(), sparc_type_code(), spe_build_register_parallel(), spe_init_builtins(), split_adds_subs(), sra_elt_eq(), sra_hash_tree(), stabilize_reference_1(), standard_80387_constant_opcode(), standard_80387_constant_rtx(), standard_sse_constant_opcode(), static_execute(), std_gimplify_va_arg_expr(), stmt_after_increment(), store_constructor(), struct_equiv_block_eq(), substitute_in_expr(), substitute_placeholder_in_expr(), summarize_insn(), swap_condition(), swap_tree_comparison(), switch_to_section(), synth_mult(), tag_name(), tagged_types_tu_compatible_p(), template_decl_level(), thumb_compute_initial_elimination_offset(), thumb_find_work_register(), thumb_load_double_from_address(), thumb_output_move_mem_multiple(), thumb_reload_in_hi(), tls_symbolic_operand_1(), tree_code_size(), tree_find_values_to_profile(), tree_gen_const_delta_profiler(), tree_gen_interval_profiler(), tree_gen_one_value_profiler(), tree_gen_pow2_profiler(), tree_if_convert_stmt(), tree_node_structure(), tree_redirect_edge_and_branch(), try_combine(), tsubst(), tsubst_copy(), tsubst_copy_and_build(), tsubst_decl(), tsubst_omp_clauses(), type_can_instantiate_all_elements(), type_contains_placeholder_1(), type_from_format(), type_natural_mode(), type_unification_real(), undo_all(), unroll_and_peel_loops(), unsigned_condition(), unspec_got_name(), upper_bound_in_type(), uw_update_context_1(), v850_encode_data_area(), v850_handle_data_area_attribute(), v850_insert_attributes(), valid_in_set(), validate_pattern(), value_dependent_expression_p(), vax_output_conditional_branch(), vax_output_int_add(), vax_output_int_move(), VEC(), vect_analyze_offset_expr(), vect_get_new_vect_var(), vect_get_vec_def_for_operand(), vect_transform_stmt(), vectorizable_load(), verify_cgraph_node(), vrp_meet(), walk_tree(), walk_type(), write_action(), write_attr_value(), write_builtin_type(), write_cond(), write_extract_subexp(), write_java_integer_type_codes(), write_predicate_expr(), write_switch(), write_template_arg_literal(), write_template_param(), write_test_expr(), write_type(), write_types_local_process_field(), write_types_process_field(), x86_64_elf_select_section(), x86_64_elf_unique_section(), xref_tag(), xstormy16_expand_arith(), xstormy16_init_builtins(), xstormy16_initial_elimination_offset(), xstormy16_output_cbranch_hi(), xstormy16_output_cbranch_si(), xstormy16_output_shift(), xstormy16_split_move(), xtensa_copy_incoming_a7(), xtensa_output_literal(), and xtensa_split_operand_pair().

#define HAVE_DESIGNATED_INITIALIZERS   ((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L))

Definition at line 452 of file system.h.

#define HOST_BIT_BUCKET   "/dev/null"

Definition at line 550 of file system.h.

#define HOST_PTR_PRINTF   "%x"

Definition at line 519 of file system.h.

#define IN_RANGE ( VALUE,
LOWER,
UPPER   )     ((unsigned HOST_WIDE_INT)((VALUE) - (LOWER)) <= ((UPPER) - (LOWER)))

Definition at line 258 of file system.h.

#define INTTYPE_MAXIMUM (  )     ((t) (~ (t) 0 - INTTYPE_MINIMUM (t)))

Definition at line 270 of file system.h.

#define INTTYPE_MINIMUM (  ) 

Value:

((t) (INTTYPE_SIGNED (t) \
                             ? ~ (t) 0 << (sizeof(t) * CHAR_BIT - 1) : (t) 0))

Definition at line 268 of file system.h.

#define INTTYPE_SIGNED (  )     (! ((t) 0 < (t) -1))

Definition at line 265 of file system.h.

#define MAX ( X,
 )     ((X) > (Y) ? (X) : (Y))

Definition at line 323 of file system.h.

#define MIN ( X,
 )     ((X) < (Y) ? (X) : (Y))

Definition at line 322 of file system.h.

#define NULL   0

Definition at line 50 of file system.h.

#define O_RDONLY   0

Definition at line 310 of file system.h.

#define O_WRONLY   1

Definition at line 313 of file system.h.

#define offsetof ( TYPE,
MEMBER   )     ((size_t) &((TYPE *) 0)->MEMBER)

Definition at line 563 of file system.h.

#define PATH_SEPARATOR   ':'

Definition at line 529 of file system.h.

#define R_OK   4

Definition at line 307 of file system.h.

#define really_call_calloc   calloc

Definition at line 645 of file system.h.

#define really_call_malloc   malloc

Definition at line 644 of file system.h.

#define really_call_realloc   realloc

Definition at line 646 of file system.h.

#define S_ISBLK (  )     (((m) & S_IFMT) == S_IFBLK)

Definition at line 477 of file system.h.

#define S_ISCHR (  )     (((m) & S_IFMT) == S_IFCHR)

Definition at line 472 of file system.h.

#define S_ISDIR (  )     (((m) & S_IFMT) == S_IFDIR)

Definition at line 467 of file system.h.

#define S_ISFIFO (  )     0

Definition at line 494 of file system.h.

#define S_ISREG (  )     (((m) & S_IFMT) == S_IFREG)

Definition at line 462 of file system.h.

#define S_ISSOCK (  )     0

Definition at line 485 of file system.h.

#define SEEK_CUR   1

Definition at line 300 of file system.h.

#define SEEK_END   2

Definition at line 301 of file system.h.

#define SEEK_SET   0

Definition at line 299 of file system.h.

#define STDERR_FILENO   2

Definition at line 506 of file system.h.

#define STDIN_FILENO   0

Definition at line 500 of file system.h.

#define STDOUT_FILENO   1

Definition at line 503 of file system.h.

#define SUCCESS_EXIT_CODE   0

Definition at line 222 of file system.h.

#define TRUE   true

Definition at line 625 of file system.h.

#define true   1

Definition at line 620 of file system.h.

#define UCHAR_MAX   INTTYPE_MAXIMUM (unsigned char)

Definition at line 274 of file system.h.

#define va_copy ( d,
 )     ((d) = (s))

Definition at line 38 of file system.h.

#define W_OK   2

Definition at line 306 of file system.h.

#define WCOREDUMP ( S   )     ((S) & WCOREFLG)

Definition at line 348 of file system.h.

#define WCOREFLG   0200

Definition at line 351 of file system.h.

#define WEXITSTATUS ( S   )     (((S) & 0xff00) >> 8)

Definition at line 342 of file system.h.

#define WIFEXITED ( S   )     (((S) & 0xff) == 0)

Definition at line 339 of file system.h.

#define WIFSIGNALED ( S   )     (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f)

Definition at line 333 of file system.h.

#define WSTOPSIG   WEXITSTATUS

Definition at line 345 of file system.h.

#define WTERMSIG ( S   )     ((S) & 0x7f)

Definition at line 336 of file system.h.

#define X_OK   1

Definition at line 305 of file system.h.


Function Documentation

void fancy_abort ( const char *  ,
int  ,
const char *   
)

Definition at line 400 of file collect2.c.

const char* strsignal ( int   ) 

Definition at line 416 of file strsignal.c.


Generated on Wed Apr 8 15:46:03 2009 for Open64 by  doxygen 1.5.6