Searched refs:new_attribute (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | attributes.cc | 160 Vendor_object_attributes::new_attribute(int tag) in new_attribute() function in gold::Vendor_object_attributes 338 Object_attribute* attr = pvoa->new_attribute(tag); in Attributes_section_data()
|
H A D | attributes.h | 262 new_attribute(int tag);
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | attributes.cc | 160 Vendor_object_attributes::new_attribute(int tag) in new_attribute() function in gold::Vendor_object_attributes 338 Object_attribute* attr = pvoa->new_attribute(tag); in Attributes_section_data()
|
H A D | attributes.h | 262 new_attribute(int tag);
|
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | cgram.y | 137 new_attribute(const sbuf_t *prefix, const sbuf_t *name, in new_attribute() function 1983 $$ = new_attribute(NULL, $1, NULL); 1986 $$ = new_attribute($1, $3, NULL); 1989 $$ = new_attribute(NULL, $1, &$2); 1992 $$ = new_attribute($1, $3, &$4);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.cc | 5047 tree new_attribute = copy_node (attribute); in objc_decl_method_attributes() local 5062 if (TREE_VALUE (new_attribute) in objc_decl_method_attributes() 5063 && TREE_CHAIN (TREE_VALUE (new_attribute)) in objc_decl_method_attributes() 5064 && TREE_CHAIN (TREE_CHAIN (TREE_VALUE (new_attribute)))) in objc_decl_method_attributes() 5066 tree second_argument = TREE_CHAIN (TREE_VALUE (new_attribute)); in objc_decl_method_attributes() 5095 new_attribute); in objc_decl_method_attributes() 5118 tree new_attribute = copy_node (attribute); in objc_decl_method_attributes() local 5133 new_attribute); in objc_decl_method_attributes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 4968 tree new_attribute = copy_node (attribute); in objc_decl_method_attributes() local 4983 if (TREE_VALUE (new_attribute) in objc_decl_method_attributes() 4984 && TREE_CHAIN (TREE_VALUE (new_attribute)) in objc_decl_method_attributes() 4985 && TREE_CHAIN (TREE_CHAIN (TREE_VALUE (new_attribute)))) in objc_decl_method_attributes() 4987 tree second_argument = TREE_CHAIN (TREE_VALUE (new_attribute)); in objc_decl_method_attributes() 5016 new_attribute); in objc_decl_method_attributes() 5039 tree new_attribute = copy_node (attribute); in objc_decl_method_attributes() local 5054 new_attribute); in objc_decl_method_attributes()
|