Home
last modified time | relevance | path

Searched refs:returned_attrs (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dattribs.c140 tree returned_attrs = NULL_TREE; in decl_attributes() local
195 returned_attrs = tree_cons (name, args, returned_attrs); in decl_attributes()
239 returned_attrs = tree_cons (name, args, returned_attrs); in decl_attributes()
262 returned_attrs = chainon ((*spec->handler) (anode, name, args, in decl_attributes()
264 returned_attrs); in decl_attributes()
339 return returned_attrs; in decl_attributes()
Dc-decl.c3923 tree returned_attrs = NULL_TREE; in grokdeclarator() local
4188 returned_attrs = decl_attributes (&type, in grokdeclarator()
4189 chainon (returned_attrs, attrs), in grokdeclarator()
4594 decl_attributes (&decl, returned_attrs, 0); in grokdeclarator()
4614 decl_attributes (&type, returned_attrs, 0); in grokdeclarator()
4931 decl_attributes (&decl, returned_attrs, 0); in grokdeclarator()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dattribs.c147 tree returned_attrs = NULL_TREE; local
205 returned_attrs = tree_cons (name, args, returned_attrs);
240 returned_attrs = tree_cons (name, args, returned_attrs);
254 returned_attrs = chainon ((*spec->handler) (anode, name, args,
256 returned_attrs);
304 return returned_attrs;
Dc-decl.c3496 tree returned_attrs = NULL_TREE; local
4011 returned_attrs = decl_attributes (&type,
4012 chainon (returned_attrs, attrs),
4364 decl_attributes (&decl, returned_attrs, 0);
4395 decl_attributes (&type, returned_attrs, 0);
4696 decl_attributes (&decl, returned_attrs, 0);
/openbsd/src/gnu/gcc/gcc/cp/
Ddecl.c7014 tree returned_attrs = NULL_TREE; in grokdeclarator() local
7654 returned_attrs = decl_attributes (&type, in grokdeclarator()
7655 chainon (returned_attrs, attrs), in grokdeclarator()
7987 if (returned_attrs) in grokdeclarator()
7990 *attrlist = chainon (returned_attrs, *attrlist); in grokdeclarator()
7992 attrlist = &returned_attrs; in grokdeclarator()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddecl.c10527 tree returned_attrs = NULL_TREE; local
11485 returned_attrs = decl_attributes (&type,
11486 chainon (returned_attrs, attrs),
11964 if (returned_attrs)
11967 *attrlist = chainon (returned_attrs, *attrlist);
11969 attrlist = &returned_attrs;