/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree.h | 2544 (FUNCTION_DECL_CHECK (NODE)->function_decl.function_code) 2559 (FUNCTION_DECL_CHECK (NODE)->function_decl.personality) 3007 (FUNCTION_DECL_CHECK (NODE)->function_decl.vindex) 3014 (FUNCTION_DECL_CHECK (NODE)->function_decl.uninlinable) 3019 (FUNCTION_DECL_CHECK (NODE)->function_decl.saved_tree) 3025 (FUNCTION_DECL_CHECK (NODE)->function_decl.malloc_flag) 3029 (NODE->function_decl.decl_type) 3041 decl->function_decl.decl_type = t; in set_function_decl_type() 3050 (FUNCTION_DECL_CHECK (NODE)->function_decl.replaceable_operator) 3056 (FUNCTION_DECL_CHECK (NODE)->function_decl.decl_type == OPERATOR_NEW) [all …]
|
H A D | debug.h | 109 void (* function_decl) (tree decl); member
|
H A D | godump.c | 500 real_debug_hooks->function_decl (decl); in go_function_decl() 1450 go_debug_hooks.function_decl = go_function_decl; in dump_go_spec_init()
|
H A D | hsa-brig.c | 202 : function_decl (decl), offset (off) {} in function_linkage_pair() 205 tree function_decl; variable 2509 BrigCodeOffset32_t *func_offset = function_offsets->get (p.function_decl); in hsa_output_brig()
|
H A D | tree-core.h | 1995 struct tree_function_decl GTY ((tag ("TS_FUNCTION_DECL"))) function_decl;
|
H A D | vmsdbgout.c | 1523 (*dwarf2_debug_hooks.function_decl) (decl); in vmsdbgout_function_decl()
|
H A D | hsa-gen.c | 5301 tree function_decl = gimple_call_fndecl (stmt); in gen_hsa_insns_for_call() local 5303 if (function_decl == NULL_TREE) in gen_hsa_insns_for_call() 5312 if (fndecl_built_in_p (function_decl, BUILT_IN_PREFETCH)) in gen_hsa_insns_for_call() 5315 if (hsa_callable_function_p (function_decl)) in gen_hsa_insns_for_call()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree.h | 2671 (FUNCTION_DECL_CHECK (NODE)->function_decl.function_code) 2686 (FUNCTION_DECL_CHECK (NODE)->function_decl.personality) 3166 (FUNCTION_DECL_CHECK (NODE)->function_decl.vindex) 3173 (FUNCTION_DECL_CHECK (NODE)->function_decl.uninlinable) 3178 (FUNCTION_DECL_CHECK (NODE)->function_decl.saved_tree) 3184 (FUNCTION_DECL_CHECK (NODE)->function_decl.malloc_flag) 3188 (NODE->function_decl.decl_type) 3209 (FUNCTION_DECL_CHECK (NODE)->function_decl.replaceable_operator) 3234 (FUNCTION_DECL_CHECK (NODE)->function_decl.returns_twice_flag) 3241 #define DECL_PURE_P(NODE) (FUNCTION_DECL_CHECK (NODE)->function_decl.pure_flag) [all …]
|
H A D | debug.h | 117 void (* function_decl) (tree decl); member
|
H A D | godump.cc | 492 real_debug_hooks->function_decl (decl); in go_function_decl() 1436 go_debug_hooks.function_decl = go_function_decl; in dump_go_spec_init()
|
H A D | tree-core.h | 2067 struct tree_function_decl GTY ((tag ("TS_FUNCTION_DECL"))) function_decl;
|
H A D | vmsdbgout.cc | 1524 (*dwarf2_debug_hooks.function_decl) (decl); in vmsdbgout_function_decl()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | module.cc | 5339 WB (t->function_decl.static_ctor_flag); in core_bools() 5340 WB (t->function_decl.static_dtor_flag); in core_bools() 5341 WB (t->function_decl.uninlinable); in core_bools() 5342 WB (t->function_decl.possibly_inlined); in core_bools() 5343 WB (t->function_decl.novops_flag); in core_bools() 5344 WB (t->function_decl.returns_twice_flag); in core_bools() 5345 WB (t->function_decl.malloc_flag); in core_bools() 5346 WB (t->function_decl.declared_inline_flag); in core_bools() 5347 WB (t->function_decl.no_inline_warning_flag); in core_bools() 5348 WB (t->function_decl.no_instrument_function_entry_exit); in core_bools() [all …]
|
H A D | coroutines.cc | 84 tree function_decl; /* The original function decl. */ member 127 return DECL_UID (info->function_decl); in hash() 144 return lhs->function_decl == rhs->function_decl; in equal() 150 return lhs->function_decl == rhs; in equal() 167 (*slot)->function_decl = fn_decl; in get_or_insert_coroutine_info()
|
H A D | name-lookup.cc | 4762 tree function_decl = current_function_decl; in do_pushdecl_with_scope() local 4769 current_function_decl = function_decl; in do_pushdecl_with_scope() 8397 s->function_decl = current_function_decl; in push_to_top_level() 8443 current_function_decl = s->function_decl; in pop_from_top_level()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
H A D | brig-to-generic.h | 71 tree function_decl (const std::string &name);
|
H A D | brig-function-handler.cc | 85 if (!is_definition && m_parent.function_decl (func_name) != NULL_TREE) in operator ()()
|
H A D | brig-to-generic.cc | 453 brig_to_generic::function_decl (const std::string &name) in function_decl() function in brig_to_generic
|
H A D | brig-code-entry-handler.cc | 70 return m_parent.function_decl (m_parent.get_mangled_name (func)); in build_code_ref()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-features.cc | 2503 add_condition_to_bb (tree function_decl, tree version_decl, in add_condition_to_bb() argument 2520 push_cfun (DECL_STRUCT_FUNCTION (function_decl)); in add_condition_to_bb() 2551 gimple_set_block (call_cond_stmt, DECL_INITIAL (function_decl)); in add_condition_to_bb() 2568 gimple_set_block (assign_stmt, DECL_INITIAL (function_decl)); in add_condition_to_bb() 2577 gimple_set_block (if_else_stmt, DECL_INITIAL (function_decl)); in add_condition_to_bb()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-features.c | 2373 add_condition_to_bb (tree function_decl, tree version_decl, in add_condition_to_bb() argument 2390 push_cfun (DECL_STRUCT_FUNCTION (function_decl)); in add_condition_to_bb() 2421 gimple_set_block (call_cond_stmt, DECL_INITIAL (function_decl)); in add_condition_to_bb() 2438 gimple_set_block (assign_stmt, DECL_INITIAL (function_decl)); in add_condition_to_bb() 2447 gimple_set_block (if_else_stmt, DECL_INITIAL (function_decl)); in add_condition_to_bb()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.cc | 7467 tree objc_property_temp_decl, function_decl, function_call; in objc_synthesize_getter() local 7487 function_decl = objc_copyStruct_decl; in objc_synthesize_getter() 7489 function_decl = objc_getPropertyStruct_decl; in objc_synthesize_getter() 7494 function_decl, in objc_synthesize_getter() 7674 tree function_decl, size_of, is_atomic; in objc_synthesize_setter() local 7689 function_decl = objc_copyStruct_decl; in objc_synthesize_setter() 7691 function_decl = objc_setPropertyStruct_decl; in objc_synthesize_setter() 7696 function_decl, in objc_synthesize_setter()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 7367 tree objc_property_temp_decl, function_decl, function_call; in objc_synthesize_getter() local 7387 function_decl = objc_copyStruct_decl; in objc_synthesize_getter() 7389 function_decl = objc_getPropertyStruct_decl; in objc_synthesize_getter() 7394 function_decl, in objc_synthesize_getter() 7574 tree function_decl, size_of, is_atomic; in objc_synthesize_setter() local 7589 function_decl = objc_copyStruct_decl; in objc_synthesize_setter() 7591 function_decl = objc_setPropertyStruct_decl; in objc_synthesize_setter() 7596 function_decl, in objc_synthesize_setter()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | coroutines.cc | 84 tree function_decl; /* The original function decl. */ member 127 return DECL_UID (info->function_decl); in hash() 144 return lhs->function_decl == rhs->function_decl; in equal() 150 return lhs->function_decl == rhs; in equal() 167 (*slot)->function_decl = fn_decl; in get_or_insert_coroutine_info()
|
H A D | name-lookup.c | 3861 tree function_decl = current_function_decl; in do_pushdecl_with_scope() local 3868 current_function_decl = function_decl; in do_pushdecl_with_scope() 7170 s->function_decl = current_function_decl; in do_push_to_top_level() 7214 current_function_decl = s->function_decl; in do_pop_from_top_level()
|