OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:have_std_attrs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc
3671
bool
have_std_attrs
;
3681
have_std_attrs
= c_parser_nth_token_starts_std_attributes (parser, 1);
3682
if (
have_std_attrs
)
3708
have_std_attrs
, std_attrs, true);
3889
if (
have_std_attrs
&& c_parser_next_token_is_not (parser, CPP_SEMICOLON))
3893
ret = parser_xref_tag (ident_loc, ENUMERAL_TYPE, ident,
have_std_attrs
,
3951
bool
have_std_attrs
;
3971
have_std_attrs
= c_parser_nth_token_starts_std_attributes (parser, 1);
3972
if (
have_std_attrs
)
4115
if (
have_std_attrs
&& c_parser_next_token_is_not (parser, CPP_SEMICOLON)
3669
bool
have_std_attrs
;
local
3949
bool
have_std_attrs
;
local
7094
bool
have_std_attrs
local
7293
bool
have_std_attrs
;
local
24532
bool
have_std_attrs
;
local
[
all
...]
c-decl.cc
8698
not defined.
HAVE_STD_ATTRS
says whether any standard attributes
8708
bool
have_std_attrs
, tree attrs, bool has_enum_type_specifier)
8746
? (
have_std_attrs
? ctsk_tagref_attrs : ctsk_tagref)
8747
: (
have_std_attrs
? ctsk_tagfirstref_attrs : ctsk_tagfirstref));
/src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc
3151
bool
have_std_attrs
;
3159
have_std_attrs
= c_parser_nth_token_starts_std_attributes (parser, 1);
3160
if (
have_std_attrs
)
3283
if (
have_std_attrs
&& c_parser_next_token_is_not (parser, CPP_SEMICOLON))
3285
ret = parser_xref_tag (ident_loc, ENUMERAL_TYPE, ident,
have_std_attrs
,
3342
bool
have_std_attrs
;
3362
have_std_attrs
= c_parser_nth_token_starts_std_attributes (parser, 1);
3363
if (
have_std_attrs
)
3503
if (
have_std_attrs
&& c_parser_next_token_is_not (parser, CPP_SEMICOLON))
3507
ret = parser_xref_tag (ident_loc, code, ident,
have_std_attrs
, std_attrs)
3149
bool
have_std_attrs
;
local
3340
bool
have_std_attrs
;
local
5696
bool
have_std_attrs
local
[
all
...]
c-decl.cc
8187
not defined.
HAVE_STD_ATTRS
says whether any standard attributes
8194
bool
have_std_attrs
, tree attrs)
8219
? (
have_std_attrs
? ctsk_tagref_attrs : ctsk_tagref)
8220
: (
have_std_attrs
? ctsk_tagfirstref_attrs : ctsk_tagfirstref));
Completed in 69 milliseconds
Indexes created Thu Apr 16 00:22:31 UTC 2026