OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_templates
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
pt.cc
56
/* The
PENDING_TEMPLATES
is a list of templates whose instantiations
65
static GTY(()) struct pending_template *
pending_templates
;
variable in typeref:struct:pending_template
9830
pending_templates
= pt;
27538
if (
pending_templates
&& retries >= max_tinst_depth)
27540
tree decl =
pending_templates
->tinst->maybe_get_node ();
27555
struct pending_template **t = &
pending_templates
;
/src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc
53
/* The
PENDING_TEMPLATES
is a list of templates whose instantiations
62
static GTY(()) struct pending_template *
pending_templates
;
variable in typeref:struct:pending_template
9743
pending_templates
= pt;
26940
if (
pending_templates
&& retries >= max_tinst_depth)
26942
tree decl =
pending_templates
->tinst->maybe_get_node ();
26957
struct pending_template **t = &
pending_templates
;
Completed in 95 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026