/openbsd/gnu/gcc/gcc/config/ |
H A D | sol2.c | 52 if (lookup_attribute ("aligned", DECL_ATTRIBUTES (decl)) in solaris_insert_attributes() 106 if (lookup_attribute ("init", DECL_ATTRIBUTES (decl))) in solaris_output_init_fini() 113 if (lookup_attribute ("fini", DECL_ATTRIBUTES (decl))) in solaris_output_init_fini()
|
H A D | darwin.h | 439 else if (! lookup_attribute ("weak", DECL_ATTRIBUTES (DECL)) \ 440 && lookup_attribute ("weak_import", DECL_ATTRIBUTES (DECL))) \
|
H A D | darwin.c | 1077 && ! lookup_attribute ("weakref", DECL_ATTRIBUTES (decl)) in darwin_encode_section_info() 1108 && (lookup_attribute ("weak", DECL_ATTRIBUTES (exp)) in machopic_select_section() 1110 DECL_ATTRIBUTES (exp)))); in machopic_select_section()
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | symbian.c | 85 exp = lookup_attribute ("dllexport", DECL_ATTRIBUTES (decl)); in sh_symbian_dllexport_p() 124 imp = lookup_attribute ("dllimport", DECL_ATTRIBUTES (decl)); in sh_symbian_dllimport_p() 371 attrs = DECL_P (node) ? DECL_ATTRIBUTES (node) : TYPE_ATTRIBUTES (node); in symbian_add_attribute() 379 DECL_ATTRIBUTES (node) = tree_cons (attr, NULL_TREE, attrs); in symbian_add_attribute() 681 if (lookup_attribute ("dllimport", DECL_ATTRIBUTES (member))) in symbian_export_vtable_and_rtti_p() 695 if (lookup_attribute ("dllimport", DECL_ATTRIBUTES (member))) in symbian_export_vtable_and_rtti_p() 767 DECL_ATTRIBUTES (VEC_index (tree, method_vec, 0)))) in symbian_class_needs_attribute_p() 797 if (lookup_attribute (attribute_name, DECL_ATTRIBUTES (member))) in symbian_class_needs_attribute_p()
|
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | winnt.c | 125 if (lookup_attribute ("dllexport", DECL_ATTRIBUTES (decl))) in i386_pe_dllexport_p() 147 && lookup_attribute ("dllimport", DECL_ATTRIBUTES (decl))) in i386_pe_dllimport_p() 369 && lookup_attribute ("selectany", DECL_ATTRIBUTES (decl))) in i386_pe_encode_section_info() 551 && lookup_attribute ("shared", DECL_ATTRIBUTES (decl))) in i386_pe_section_type_flags() 610 DECL_ATTRIBUTES (decl)); in i386_pe_asm_named_section()
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-objc-common.c | 61 if (lookup_attribute ("always_inline", DECL_ATTRIBUTES (fn)) != NULL) in c_disregard_inline_limits() 78 && lookup_attribute ("always_inline", DECL_ATTRIBUTES (fn)) == NULL) in c_cannot_inline_tree_fn()
|
H A D | attribs.c | 279 old_attrs = DECL_ATTRIBUTES (*anode); in decl_attributes() 295 DECL_ATTRIBUTES (*anode) = tree_cons (name, args, old_attrs); in decl_attributes()
|
H A D | langhooks.c | 316 && lookup_attribute ("always_inline", DECL_ATTRIBUTES (*fnp)) == NULL) in lhd_tree_inlining_cannot_inline_tree_fn() 329 if (lookup_attribute ("always_inline", DECL_ATTRIBUTES (fn)) != NULL) in lhd_tree_inlining_disregard_inline_limits()
|
H A D | cgraphunit.c | 208 if (!flag_unit_at_a_time && lookup_attribute ("used", DECL_ATTRIBUTES (decl))) in decide_is_function_needed() 1007 if (lookup_attribute ("used", DECL_ATTRIBUTES (decl))) in process_function_and_variable_attributes() 1013 if (lookup_attribute ("externally_visible", DECL_ATTRIBUTES (decl))) in process_function_and_variable_attributes() 1030 if (lookup_attribute ("used", DECL_ATTRIBUTES (decl))) in process_function_and_variable_attributes() 1036 if (lookup_attribute ("externally_visible", DECL_ATTRIBUTES (decl))) in process_function_and_variable_attributes()
|
H A D | integrate.c | 78 for (a = DECL_ATTRIBUTES (fndecl); a; a = TREE_CHAIN (a)) in function_attribute_inlinable_p()
|
H A D | tree-inline.c | 1330 && !lookup_attribute ("always_inline", DECL_ATTRIBUTES (fn))) in inline_forbidden_p_1() 1540 if (lookup_attribute ("always_inline", DECL_ATTRIBUTES (fn))) in inlinable_function_p() 2001 if (lookup_attribute ("always_inline", DECL_ATTRIBUTES (fn)) in expand_call_inline() 2011 && !lookup_attribute ("noinline", DECL_ATTRIBUTES (fn)) in expand_call_inline()
|
H A D | ipa-pure-const.c | 96 if (lookup_attribute ("used", DECL_ATTRIBUTES (t))) in check_decl()
|
H A D | c-decl.c | 1514 && lookup_attribute ("noinline", DECL_ATTRIBUTES (olddecl))) in diagnose_mismatched_decls() 1521 && lookup_attribute ("noinline", DECL_ATTRIBUTES (newdecl))) in diagnose_mismatched_decls() 1640 DECL_ATTRIBUTES (newdecl) in merge_decls() 3318 && lookup_attribute ("noinline", DECL_ATTRIBUTES (decl))) in start_decl() 3609 if (!flag_unit_at_a_time && lookup_attribute ("used", DECL_ATTRIBUTES (decl))) in finish_decl() 3630 tree attr = lookup_attribute ("cleanup", DECL_ATTRIBUTES (decl)); in finish_decl() 6046 && lookup_attribute ("noinline", DECL_ATTRIBUTES (decl1))) in start_function() 6177 && !lookup_attribute ("gnu_inline", DECL_ATTRIBUTES (decl1)) in start_function() 7583 specs->decl_attr = DECL_ATTRIBUTES (type); in declspecs_add_type()
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | pe.c | 51 exp = lookup_attribute ("dllexport", DECL_ATTRIBUTES (decl)); 73 imp = lookup_attribute ("dllimport", DECL_ATTRIBUTES (decl));
|
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | pe.c | 48 exp = lookup_attribute ("dllexport", DECL_ATTRIBUTES (decl)); 70 imp = lookup_attribute ("dllimport", DECL_ATTRIBUTES (decl));
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | langhooks.c | 286 && lookup_attribute ("always_inline", DECL_ATTRIBUTES (*fnp)) == NULL) 300 if (lookup_attribute ("always_inline", DECL_ATTRIBUTES (fn)) != NULL)
|
H A D | c-objc-common.c | 64 if (lookup_attribute ("always_inline", DECL_ATTRIBUTES (fn)) != NULL) 165 && lookup_attribute ("always_inline", DECL_ATTRIBUTES (fn)) == NULL)
|
H A D | attribs.c | 277 old_attrs = DECL_ATTRIBUTES (*anode); 293 DECL_ATTRIBUTES (*anode) = tree_cons (name, args, old_attrs);
|
H A D | c-decl.c | 881 && lookup_attribute ("noinline", DECL_ATTRIBUTES (newdecl))) 885 && lookup_attribute ("noinline", DECL_ATTRIBUTES (olddecl))) 890 && lookup_attribute ("noinline", DECL_ATTRIBUTES (olddecl))) 899 && lookup_attribute ("noinline", DECL_ATTRIBUTES (newdecl))) 908 DECL_ATTRIBUTES (newdecl) 1580 DECL_ATTRIBUTES (olddecl) = DECL_ATTRIBUTES (newdecl); 2952 && lookup_attribute ("noinline", DECL_ATTRIBUTES (decl))) 3189 tree attr = lookup_attribute ("cleanup", DECL_ATTRIBUTES (decl)); 3638 decl_attr = DECL_ATTRIBUTES (id); 5835 && lookup_attribute ("noinline", DECL_ATTRIBUTES (decl1)))
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | winnt.c | 187 exp = lookup_attribute ("dllexport", DECL_ATTRIBUTES (decl)); 220 imp = lookup_attribute ("dllimport", DECL_ATTRIBUTES (decl)); 594 && lookup_attribute ("shared", DECL_ATTRIBUTES (decl)))
|
/openbsd/gnu/gcc/gcc/config/v850/ |
H A D | v850.c | 2069 if (lookup_attribute ("sda", DECL_ATTRIBUTES (decl)) != NULL_TREE) in v850_get_data_area() 2072 if (lookup_attribute ("tda", DECL_ATTRIBUTES (decl)) != NULL_TREE) in v850_get_data_area() 2075 if (lookup_attribute ("zda", DECL_ATTRIBUTES (decl)) != NULL_TREE) in v850_get_data_area() 2097 DECL_ATTRIBUTES (decl) = tree_cons in v850_set_data_area() 2098 (name, NULL, DECL_ATTRIBUTES (decl)); in v850_set_data_area() 2199 a = lookup_attribute ("interrupt_handler", DECL_ATTRIBUTES (func)); in v850_interrupt_function_p() 2205 a = lookup_attribute ("interrupt", DECL_ATTRIBUTES (func)); in v850_interrupt_function_p()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/v850/ |
H A D | v850.c | 2123 if (lookup_attribute ("sda", DECL_ATTRIBUTES (decl)) != NULL_TREE) 2126 if (lookup_attribute ("tda", DECL_ATTRIBUTES (decl)) != NULL_TREE) 2129 if (lookup_attribute ("zda", DECL_ATTRIBUTES (decl)) != NULL_TREE) 2153 DECL_ATTRIBUTES (decl) = tree_cons 2154 (name, NULL, DECL_ATTRIBUTES (decl)); 2258 a = lookup_attribute ("interrupt_handler", DECL_ATTRIBUTES (func)); 2264 a = lookup_attribute ("interrupt", DECL_ATTRIBUTES (func));
|
/openbsd/gnu/usr.bin/gcc/gcc/config/h8300/ |
H A D | h8300.c | 3528 a = lookup_attribute ("interrupt_handler", DECL_ATTRIBUTES (func)); 3544 a = lookup_attribute ("OS_Task", DECL_ATTRIBUTES (func)); 3560 a = lookup_attribute ("monitor", DECL_ATTRIBUTES (func)); 3576 a = lookup_attribute ("function_vector", DECL_ATTRIBUTES (func)); 3592 a = lookup_attribute ("eightbit_data", DECL_ATTRIBUTES (decl)); 3608 a = lookup_attribute ("tiny_data", DECL_ATTRIBUTES (decl));
|
/openbsd/gnu/gcc/gcc/config/m32r/ |
H A D | m32r.c | 402 model_attr = lookup_attribute ("model", DECL_ATTRIBUTES (decl)); in m32r_encode_section_info() 455 if (lookup_attribute ("model", DECL_ATTRIBUTES (decl))) in m32r_in_small_data_p() 1171 fn_type = (lookup_attribute ("interrupt", DECL_ATTRIBUTES (current_function_decl)) != NULL_TREE in m32r_compute_function_type() 2447 if (lookup_attribute ("interrupt", DECL_ATTRIBUTES (current_function_decl)) in m32r_hard_regno_rename_ok()
|
/openbsd/gnu/gcc/gcc/config/h8300/ |
H A D | h8300.c | 5095 a = lookup_attribute ("interrupt_handler", DECL_ATTRIBUTES (func)); in h8300_interrupt_function_p() 5110 a = lookup_attribute ("saveall", DECL_ATTRIBUTES (func)); in h8300_saveall_function_p() 5125 a = lookup_attribute ("OS_Task", DECL_ATTRIBUTES (func)); in h8300_os_task_function_p() 5140 a = lookup_attribute ("monitor", DECL_ATTRIBUTES (func)); in h8300_monitor_function_p() 5155 a = lookup_attribute ("function_vector", DECL_ATTRIBUTES (func)); in h8300_funcvec_function_p() 5170 a = lookup_attribute ("eightbit_data", DECL_ATTRIBUTES (decl)); in h8300_eightbit_data_p() 5185 a = lookup_attribute ("tiny_data", DECL_ATTRIBUTES (decl)); in h8300_tiny_data_p()
|