HomeSort by: relevance | last modified time | path
    Searched defs:postfix_attrs (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c/
gimple-parser.cc 2203 tree postfix_attrs = NULL_TREE; local
2207 chainon (postfix_attrs, all_prefix_attrs));
c-tree.h 361 tree postfix_attrs; member in struct:c_declspecs
c-parser.cc 2592 tree postfix_attrs = NULL_TREE;
2605 postfix_attrs = c_parser_gnu_attributes (parser);
2663 if (specs->postfix_attrs)
2668 specs->postfix_attrs =
2669 c_warn_type_attributes (specs->postfix_attrs);
2670 decl_attributes (&specs->type, specs->postfix_attrs, 0);
2671 specs->postfix_attrs = NULL_TREE;
2687 chainon (postfix_attrs, all_prefix_attrs));
2709 chainon (postfix_attrs,
2767 tree attrs = chainon (postfix_attrs, all_prefix_attrs)
2590 tree postfix_attrs = NULL_TREE; local
3776 tree postfix_attrs; local
3990 tree postfix_attrs; local
4262 tree postfix_attrs = NULL_TREE; local
5009 tree postfix_attrs = NULL_TREE; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
gimple-parser.cc 2098 tree postfix_attrs = NULL_TREE; local
2102 chainon (postfix_attrs, all_prefix_attrs));
c-tree.h 327 tree postfix_attrs; member in struct:c_declspecs
c-parser.cc 2184 tree postfix_attrs = NULL_TREE;
2197 postfix_attrs = c_parser_gnu_attributes (parser);
2257 chainon (postfix_attrs, all_prefix_attrs));
2269 chainon (postfix_attrs, all_prefix_attrs));
2308 tree attrs = chainon (postfix_attrs, all_prefix_attrs);
3111 specs->postfix_attrs = c_parser_std_attribute_specifier_sequence (parser);
3178 tree postfix_attrs;
3260 postfix_attrs = c_parser_gnu_attributes (parser);
3263 chainon (attrs, postfix_attrs)));
3383 tree postfix_attrs;
2182 tree postfix_attrs = NULL_TREE; local
3176 tree postfix_attrs; local
3381 tree postfix_attrs; local
3649 tree postfix_attrs = NULL_TREE; local
4359 tree postfix_attrs = NULL_TREE; local
    [all...]

Completed in 50 milliseconds