OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:enum_loc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc
3155
location_t
enum_loc
;
3163
enum_loc
= c_parser_peek_token (parser)->location;
3170
enum_loc
= ident_loc;
3183
type = start_enum (
enum_loc
, &the_enum, ident);
3292
pedwarn (
enum_loc
, OPT_Wpedantic,
3153
location_t
enum_loc
;
local
/src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc
3677
location_t
enum_loc
;
3685
enum_loc
= c_parser_peek_token (parser)->location;
3692
enum_loc
= ident_loc;
3700
pedwarn_c11 (
enum_loc
, OPT_Wpedantic,
3710
error_at (
enum_loc
, "%<enum%> declared both with and without "
3733
error_at (
enum_loc
, "no %<enum%> underlying type specified");
3737
error_at (
enum_loc
, "invalid %<enum%> underlying type");
3741
error_at (
enum_loc
, "invalid use of %<restrict%>");
3767
error_at (
enum_loc
, "%<enum%> underlying type incompatible with "
3783
type = start_enum (
enum_loc
, &the_enum, ident, fixed_underlying_type
3675
location_t
enum_loc
;
local
[
all
...]
Completed in 44 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026