OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:enumdecl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
langhooks.cc
491
tree
enumdecl
= build_decl (loc, TYPE_DECL, get_identifier (name), enumtype);
local
492
TYPE_STUB_DECL (enumtype) =
enumdecl
;
514
lang_hooks.decls.pushdecl (
enumdecl
);
/src/external/gpl3/gcc.old/dist/gcc/
langhooks.cc
491
tree
enumdecl
= build_decl (loc, TYPE_DECL, get_identifier (name), enumtype);
local
492
TYPE_STUB_DECL (enumtype) =
enumdecl
;
514
lang_hooks.decls.pushdecl (
enumdecl
);
Completed in 17 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026