Home
last modified time | relevance | path

Searched refs:func_decl (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_351.c21 void func_decl(void);
53 void func_decl(void);
71 void func_decl(void);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-to-generic.cc462 brig_to_generic::add_function_decl (const std::string &name, tree func_decl) in add_function_decl() argument
464 m_function_index[name] = func_decl; in add_function_decl()
618 tree func_decl = TREE_OPERAND (TREE_OPERAND (source, 1), 0); in build_resize_convert_view() local
619 source_type = TREE_TYPE (TREE_TYPE (func_decl)); in build_resize_convert_view()
659 brig_to_generic::get_finished_function (tree func_decl) in get_finished_function() argument
662 = identifier_to_locale (IDENTIFIER_POINTER (DECL_NAME (func_decl))); in get_finished_function()
865 tree func_decl = get_callee_fndecl (decl_call); in write_globals() local
866 brig_function *brig_function = get_finished_function (func_decl); in write_globals()
870 && brig_function->m_func_decl != func_decl) in write_globals()
H A Dbrig-to-generic.h72 void add_function_decl (const std::string &name, tree func_decl);
105 brig_function *get_finished_function (tree func_decl);
H A Dbrig-code-entry-handler.cc1014 tree func_decl = TREE_OPERAND (TREE_OPERAND (inst_expr, 1), 0); in build_output_assignment() local
1015 input_type = TREE_TYPE (TREE_TYPE (func_decl)); in build_output_assignment()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-isr.cc599 nds32_check_isr_attrs_conflict (tree func_decl, tree func_attrs) in nds32_check_isr_attrs_conflict() argument
617 error ("multiple save register attributes to function %qD", func_decl); in nds32_check_isr_attrs_conflict()
630 error ("multiple nested types attributes to function %qD", func_decl); in nds32_check_isr_attrs_conflict()
642 error ("multiple interrupt attributes to function %qD", func_decl); in nds32_check_isr_attrs_conflict()
647 "under linux toolchain", func_decl); in nds32_check_isr_attrs_conflict()
650 "under linux toolchain", func_decl); in nds32_check_isr_attrs_conflict()
653 "under linux toolchain", func_decl); in nds32_check_isr_attrs_conflict()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-isr.c599 nds32_check_isr_attrs_conflict (tree func_decl, tree func_attrs) in nds32_check_isr_attrs_conflict() argument
617 error ("multiple save reg attributes to function %qD", func_decl); in nds32_check_isr_attrs_conflict()
630 error ("multiple nested types attributes to function %qD", func_decl); in nds32_check_isr_attrs_conflict()
642 error ("multiple interrupt attributes to function %qD", func_decl); in nds32_check_isr_attrs_conflict()
647 "under linux toolchain", func_decl); in nds32_check_isr_attrs_conflict()
650 "under linux toolchain", func_decl); in nds32_check_isr_attrs_conflict()
653 "under linux toolchain", func_decl); in nds32_check_isr_attrs_conflict()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.c1065 tree func_decl; in make_dispatcher_decl() local
1075 func_decl = build_fn_decl (func_name, func_type); in make_dispatcher_decl()
1077 TREE_USED (func_decl) = 1; in make_dispatcher_decl()
1078 DECL_CONTEXT (func_decl) = NULL_TREE; in make_dispatcher_decl()
1079 DECL_INITIAL (func_decl) = error_mark_node; in make_dispatcher_decl()
1080 DECL_ARTIFICIAL (func_decl) = 1; in make_dispatcher_decl()
1083 DECL_EXTERNAL (func_decl) = 1; in make_dispatcher_decl()
1085 TREE_PUBLIC (func_decl) = 1; in make_dispatcher_decl()
1087 return func_decl; in make_dispatcher_decl()
H A Ddwarf2out.c21259 add_pure_or_virtual_attribute (dw_die_ref die, tree func_decl) in add_pure_or_virtual_attribute() argument
21261 if (DECL_VINDEX (func_decl)) in add_pure_or_virtual_attribute()
21265 if (tree_fits_shwi_p (DECL_VINDEX (func_decl))) in add_pure_or_virtual_attribute()
21268 tree_to_shwi (DECL_VINDEX (func_decl)), in add_pure_or_virtual_attribute()
21273 && DECL_CONTEXT (func_decl)) in add_pure_or_virtual_attribute()
21275 lookup_type_die (DECL_CONTEXT (func_decl))); in add_pure_or_virtual_attribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.cc1187 tree func_decl; in make_dispatcher_decl() local
1197 func_decl = build_fn_decl (func_name, func_type); in make_dispatcher_decl()
1199 TREE_USED (func_decl) = 1; in make_dispatcher_decl()
1200 DECL_CONTEXT (func_decl) = NULL_TREE; in make_dispatcher_decl()
1201 DECL_INITIAL (func_decl) = error_mark_node; in make_dispatcher_decl()
1202 DECL_ARTIFICIAL (func_decl) = 1; in make_dispatcher_decl()
1205 DECL_EXTERNAL (func_decl) = 1; in make_dispatcher_decl()
1207 TREE_PUBLIC (func_decl) = 1; in make_dispatcher_decl()
1209 return func_decl; in make_dispatcher_decl()
H A Ddwarf2out.cc21947 add_pure_or_virtual_attribute (dw_die_ref die, tree func_decl) in add_pure_or_virtual_attribute() argument
21949 if (DECL_VINDEX (func_decl)) in add_pure_or_virtual_attribute()
21953 if (tree_fits_shwi_p (DECL_VINDEX (func_decl))) in add_pure_or_virtual_attribute()
21956 tree_to_shwi (DECL_VINDEX (func_decl)), in add_pure_or_virtual_attribute()
21961 && DECL_CONTEXT (func_decl)) in add_pure_or_virtual_attribute()
21963 lookup_type_die (DECL_CONTEXT (func_decl))); in add_pure_or_virtual_attribute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c2992 tree func_decl = func; in riscv_naked_function_p() local
2994 func_decl = current_function_decl; in riscv_naked_function_p()
2995 return NULL_TREE != lookup_attribute ("naked", DECL_ATTRIBUTES (func_decl)); in riscv_naked_function_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc3347 tree func_decl = func; in riscv_naked_function_p() local
3349 func_decl = current_function_decl; in riscv_naked_function_p()
3350 return NULL_TREE != lookup_attribute ("naked", DECL_ATTRIBUTES (func_decl)); in riscv_naked_function_p()