OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RUST_ENUM_PREFIX
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c
5882
#define
RUST_ENUM_PREFIX
"RUST$ENCODED$ENUM$"
5884
&& startswith (type->field (0).name (),
RUST_ENUM_PREFIX
))
5886
const char *name = type->field (0).name () + strlen (
RUST_ENUM_PREFIX
);
/src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c
4441
#define
RUST_ENUM_PREFIX
"RUST$ENCODED$ENUM$"
4443
&& startswith (type->field (0).name (),
RUST_ENUM_PREFIX
))
4445
const char *name = type->field (0).name () + strlen (
RUST_ENUM_PREFIX
);
Completed in 36 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026