OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_type_uid
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree.cc
163
static GTY(()) unsigned
next_type_uid
= 1;
variable
1248
TYPE_UID (t) =
next_type_uid
++;
1401
TYPE_UID (t) =
next_type_uid
++;
6222
if (TYPE_UID (type) + 1 ==
next_type_uid
)
6223
--
next_type_uid
;
/src/external/gpl3/gcc/dist/gcc/
tree.cc
139
static GTY(()) unsigned
next_type_uid
= 1;
variable
1231
TYPE_UID (t) =
next_type_uid
++;
1384
TYPE_UID (t) =
next_type_uid
++;
6289
if (TYPE_UID (type) + 1 ==
next_type_uid
)
6290
--
next_type_uid
;
Completed in 26 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026