OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:registered_builtin_types
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/lto/
lto-lang.cc
804
static GTY(()) tree
registered_builtin_types
;
variable
1180
for (t =
registered_builtin_types
; t; t = TREE_CHAIN (t))
1258
registered_builtin_types
= tree_cons (0, type,
registered_builtin_types
);
/src/external/gpl3/gcc.old/dist/gcc/lto/
lto-lang.cc
790
static GTY(()) tree
registered_builtin_types
;
variable
1157
for (t =
registered_builtin_types
; t; t = TREE_CHAIN (t))
1231
registered_builtin_types
= tree_cons (0, type,
registered_builtin_types
);
/src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc
2363
for (tree t =
registered_builtin_types
; t; t = TREE_CHAIN (t))
2427
tree
registered_builtin_types
;
2647
for (t =
registered_builtin_types
; t; t = TREE_CHAIN (t))
2894
registered_builtin_types
= tree_cons (0, type,
registered_builtin_types
);
2422
tree
registered_builtin_types
;
variable
c-common.h
1186
extern GTY(()) tree
registered_builtin_types
;
1185
extern GTY(()) tree
registered_builtin_types
;
variable
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc
2374
tree
registered_builtin_types
;
2594
for (t =
registered_builtin_types
; t; t = TREE_CHAIN (t))
2836
registered_builtin_types
= tree_cons (0, type,
registered_builtin_types
);
2369
tree
registered_builtin_types
;
variable
c-common.h
1124
extern GTY(()) tree
registered_builtin_types
;
1123
extern GTY(()) tree
registered_builtin_types
;
variable
Completed in 179 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026