OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enum_decl
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/rpcgen/
rpc_parse.h
107
declaration
enum_decl
;
member in struct:union_def
rpc_cout.c
345
print_stat(1, &def->def.un.
enum_decl
);
346
f_print(fout, "\tswitch (objp->%s) {\n", def->def.un.
enum_decl
.name);
rpc_hout.c
237
decl = &def->def.un.
enum_decl
;
rpc_parse.c
306
defp->def.un.
enum_decl
= dec;
/src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc
3190
tree
enum_decl
;
3231
enum_decl
= build_enumerator (decl_loc, value_loc,
3234
decl_attributes (&TREE_PURPOSE (
enum_decl
), enum_attrs, 0);
3235
TREE_CHAIN (
enum_decl
) = values;
3236
values =
enum_decl
;
3188
tree
enum_decl
;
local
/src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc
3791
tree
enum_decl
;
3835
enum_decl
= build_enumerator (decl_loc, value_loc,
3838
decl_attributes (&TREE_PURPOSE (
enum_decl
), enum_attrs, 0);
3839
TREE_CHAIN (
enum_decl
) = values;
3840
values =
enum_decl
;
3789
tree
enum_decl
;
local
Completed in 65 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026