OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpl_types
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
pt.cc
2524
TMPL_TYPES
. */
2528
tree
tmpl_types
)
2541
TREE_CHAIN (
tmpl_types
));
2544
return hash_tree_cons (TREE_PURPOSE (
tmpl_types
),
2565
tree
tmpl_types
;
local
2576
tmpl_types
= TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (tmpl)));
2577
for (t =
tmpl_types
; t; t = TREE_CHAIN (t))
2592
tmpl_types
= TREE_CHAIN (
tmpl_types
);
2610
copy_default_args_to_explicit_spec_1 (spec_types,
tmpl_types
);
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc
2543
TMPL_TYPES
. */
2547
tree
tmpl_types
)
2560
TREE_CHAIN (
tmpl_types
));
2563
return hash_tree_cons (TREE_PURPOSE (
tmpl_types
),
2584
tree
tmpl_types
;
local
2595
tmpl_types
= TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (tmpl)));
2596
for (t =
tmpl_types
; t; t = TREE_CHAIN (t))
2611
tmpl_types
= TREE_CHAIN (
tmpl_types
);
2629
copy_default_args_to_explicit_spec_1 (spec_types,
tmpl_types
);
[
all
...]
Completed in 28 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026