OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nameless
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
stabsread.c
245
/* Make a list of
nameless
types that are undefined.
1833
enum in a
nameless
type. GCC2 does this. */
3143
/* We would like to eliminate
nameless
symbols, but keep their types.
3146
the symbol will be
nameless
, there is no way any user can refer to it. */
3148
int
nameless
;
3170
/* If a
nameless
stab entry, all we need is the type, not the symbol.
3171
e.g. ":t10=*2" or a
nameless
enum like " :T16=ered:0,green:1,blue:2,;" */
3172
nameless
= (p == string || ((string[0] == ' ') && (string[1] == ':')));
3693
/* For a
nameless
type, we don't want a create a symbol, thus we
3695
if (
nameless
)
3145
int
nameless
;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
stabsread.c
245
/* Make a list of
nameless
types that are undefined.
1833
enum in a
nameless
type. GCC2 does this. */
3145
/* We would like to eliminate
nameless
symbols, but keep their types.
3148
the symbol will be
nameless
, there is no way any user can refer to it. */
3150
int
nameless
;
3172
/* If a
nameless
stab entry, all we need is the type, not the symbol.
3173
e.g. ":t10=*2" or a
nameless
enum like " :T16=ered:0,green:1,blue:2,;" */
3174
nameless
= (p == string || ((string[0] == ' ') && (string[1] == ':')));
3695
/* For a
nameless
type, we don't want a create a symbol, thus we
3697
if (
nameless
)
3147
int
nameless
;
local
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026