Searched refs:build_decl_attribute_variant (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | attribs.h | 58 extern tree build_decl_attribute_variant (tree, tree);
|
H A D | attribs.c | 1110 build_decl_attribute_variant (tree ddecl, tree attribute) in build_decl_attribute_variant() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | attribs.h | 62 extern tree build_decl_attribute_variant (tree, tree);
|
H A D | attribs.cc | 1232 build_decl_attribute_variant (tree ddecl, tree attribute) in build_decl_attribute_variant() function
|
H A D | ChangeLog-2017 | 21086 * attribs.c (build_decl_attribute_variant): New function moved
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-attribs.cc | 200 return build_decl_attribute_variant (decl, attribs); in insert_decl_attribute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-attribs.cc | 260 return build_decl_attribute_variant (decl, attribs); in insert_decl_attribute()
|
H A D | ChangeLog-2017 | 785 (insert_decl_attribute): Use build_decl_attribute_variant.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-1995 | 415 (grokdeclarator): #if 0 out call to build_decl_attribute_variant. 2321 grokfndecl to be null before using build_decl_attribute_variant.
|
H A D | decl.cc | 14115 decl = build_decl_attribute_variant (decl, decl_attr); in grokdeclarator()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 7294 decl = build_decl_attribute_variant (decl, decl_attr); in grokdeclarator()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 7615 decl = build_decl_attribute_variant (decl, decl_attr); in grokdeclarator()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 13399 decl = build_decl_attribute_variant (decl, decl_attr); in grokdeclarator()
|