Searched refs:prefix_attributes (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dc-parse.y221 static tree prefix_attributes = NULL_TREE;
223 /* Stack of saved values of current_declspecs and prefix_attributes. */
294 prefix_attributes = TREE_PURPOSE (declspec_stack);
299 prefix_attributes = TREE_PURPOSE (declspec_stack);
304 prefix_attributes = TREE_PURPOSE (declspec_stack);
322 prefix_attributes, NULL_TREE, 0))
330 prefix_attributes = TREE_PURPOSE (declspec_stack);
335 prefix_attributes = TREE_PURPOSE (declspec_stack);
340 prefix_attributes, NULL_TREE, 0))
348 prefix_attributes
[all...]
H A Dc-parse.in246 static tree prefix_attributes = NULL_TREE;
248 /* Stack of saved values of current_declspecs and prefix_attributes. */
335 prefix_attributes = TREE_PURPOSE (declspec_stack);
340 prefix_attributes = TREE_PURPOSE (declspec_stack);
345 prefix_attributes = TREE_PURPOSE (declspec_stack);
363 prefix_attributes, NULL_TREE, 0))
371 prefix_attributes = TREE_PURPOSE (declspec_stack);
376 prefix_attributes = TREE_PURPOSE (declspec_stack);
381 prefix_attributes, NULL_TREE, 0))
389 prefix_attributes
[all...]
H A Dc-parse.c113 static tree prefix_attributes = NULL_TREE; variable
115 /* Stack of saved values of current_declspecs and prefix_attributes. */
1813 prefix_attributes = TREE_PURPOSE (declspec_stack);
1820 prefix_attributes = TREE_PURPOSE (declspec_stack);
1827 prefix_attributes = TREE_PURPOSE (declspec_stack);
1847 prefix_attributes, NULL_TREE, 0))
1859 prefix_attributes = TREE_PURPOSE (declspec_stack);
1866 prefix_attributes = TREE_PURPOSE (declspec_stack);
1873 prefix_attributes, NULL_TREE, 0))
1885 prefix_attributes
[all...]
H A Dc-common.c425 decl_attributes (node, attributes, prefix_attributes)
426 tree node, attributes, prefix_attributes;
449 PRAGMA_INSERT_ATTRIBUTES (node, & attributes, & prefix_attributes);
453 INSERT_ATTRIBUTES (node, & attributes, & prefix_attributes);
456 attributes = chainon (prefix_attributes, attributes);
962 split_specs_attrs (specs_attrs, declspecs, prefix_attributes)
964 tree *declspecs, *prefix_attributes;
973 *prefix_attributes = NULL_TREE;
982 *prefix_attributes = NULL_TREE;
1027 *prefix_attributes
[all...]
H A Dc-decl.c3799 start_decl (declarator, declspecs, initialized, attributes, prefix_attributes)
3802 tree attributes, prefix_attributes;
3913 decl_attributes (decl, attributes, prefix_attributes);
6394 start_function (declspecs, declarator, prefix_attributes, attributes, nested)
6395 tree declarator, declspecs, prefix_attributes, attributes;
6423 decl_attributes (decl1, prefix_attributes, attributes);
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-parse.y208 static tree prefix_attributes = NULL_TREE;
210 /* Stack of saved values of current_declspecs and prefix_attributes. */
284 prefix_attributes = TREE_PURPOSE (declspec_stack);
289 prefix_attributes = TREE_PURPOSE (declspec_stack);
294 prefix_attributes = TREE_PURPOSE (declspec_stack);
312 prefix_attributes, NULL_TREE, 0))
320 prefix_attributes = TREE_PURPOSE (declspec_stack);
325 prefix_attributes = TREE_PURPOSE (declspec_stack);
330 prefix_attributes, NULL_TREE, 0))
338 prefix_attributes
[all...]
H A Dobjc-parse.c115 static tree prefix_attributes = NULL_TREE; variable
117 /* Stack of saved values of current_declspecs and prefix_attributes. */
2223 prefix_attributes = TREE_PURPOSE (declspec_stack);
2230 prefix_attributes = TREE_PURPOSE (declspec_stack);
2237 prefix_attributes = TREE_PURPOSE (declspec_stack);
2257 prefix_attributes, NULL_TREE, 0))
2269 prefix_attributes = TREE_PURPOSE (declspec_stack);
2276 prefix_attributes = TREE_PURPOSE (declspec_stack);
2283 prefix_attributes, NULL_TREE, 0))
2295 prefix_attributes
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dfriend.c341 tree prefix_attributes, attributes; local
456 prefix_attributes = TREE_VALUE (attrlist);
461 prefix_attributes = NULL_TREE;
469 cplus_decl_attributes (decl, attributes, prefix_attributes);
H A Dparse.y297 static tree prefix_attributes;
322 split_specs_attrs (specs_attrs, &current_declspecs, &prefix_attributes);
335 attributes, prefix_attributes);
1034 $4, /*prefix_attributes*/ NULL_TREE);
1903 $3, prefix_attributes); }
1909 $3, prefix_attributes);
2622 &prefix_attributes);
2625 build_tree_list ($3, prefix_attributes)); }
2628 &prefix_attributes);
2631 cplus_decl_attributes ($$, $4, prefix_attributes); }
[all...]
H A Dparse.c167 static tree prefix_attributes; variable
192 split_specs_attrs (specs_attrs, &current_declspecs, &prefix_attributes);
205 attributes, prefix_attributes);
5210 yyvsp[-1].ttype, /*prefix_attributes*/ NULL_TREE);
6154 yyvsp[-1].ttype, prefix_attributes); ;
6163 yyvsp[0].ttype, prefix_attributes);
6909 &prefix_attributes);
6912 build_tree_list (yyvsp[-1].ttype, prefix_attributes)); ;
6917 &prefix_attributes);
6920 cplus_decl_attributes (yyval.ttype, yyvsp[0].ttype, prefix_attributes); ;
[all...]
H A Dsemantics.c1141 prefix_attributes, initialized)
1145 tree prefix_attributes;
1149 prefix_attributes);
H A Ddecl.c7274 start_decl (declarator, declspecs, initialized, attributes, prefix_attributes)
7277 tree attributes, prefix_attributes;
7299 if (attributes || prefix_attributes)
7300 attrlist = build_scratch_list (attributes, prefix_attributes);
7420 cplus_decl_attributes (decl, attributes, prefix_attributes);
9494 tree attributes, prefix_attributes;
9502 prefix_attributes = TREE_VALUE (attrlist);
9507 prefix_attributes = NULL_TREE;
9511 attributes, prefix_attributes);
9475 tree attributes, prefix_attributes; local
H A Ddecl2.c2049 cplus_decl_attributes (decl, attributes, prefix_attributes)
2050 tree decl, attributes, prefix_attributes;
2058 decl_attributes (decl, attributes, prefix_attributes);
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c10358 attributes, /*prefix_attributes=*/NULL_TREE,
16964 tree prefix_attributes;
16986 prefix_attributes = decl_specifiers->attributes;
17095 prefix_attributes);
17099 (parser, decl_specifiers, prefix_attributes, declarator));
17197 attributes, prefix_attributes, &pushed_scope);
17308 chainon (attributes, prefix_attributes));
20725 tree prefix_attributes;
20930 prefix_attributes = decl_specifiers.attributes;
20975 attributes = chainon (prefix_attributes, attribute
16962 tree prefix_attributes; local
20723 tree prefix_attributes; local
26631 tree prefix_attributes; local
27211 tree prefix_attributes; local
[all...]
H A Ddecl.c4696 tree prefix_attributes,
4712 attributes = chainon (attributes, prefix_attributes);
4681 start_decl(const cp_declarator *declarator, cp_decl_specifier_seq *declspecs, int initialized, tree attributes, tree prefix_attributes, tree *pushed_scope_p) argument

Completed in 473 milliseconds