Home
last modified time | relevance | path

Searched refs:build_decl_attribute_variant (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dattribs.h62 extern tree build_decl_attribute_variant (tree, tree);
Dattribs.cc1232 build_decl_attribute_variant (tree ddecl, tree attribute) in build_decl_attribute_variant() function
DChangeLog-201721086 * attribs.c (build_decl_attribute_variant): New function moved
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-1995415 (grokdeclarator): #if 0 out call to build_decl_attribute_variant.
2321 grokfndecl to be null before using build_decl_attribute_variant.
Ddecl.cc14115 decl = build_decl_attribute_variant (decl, decl_attr); in grokdeclarator()