OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packed_parms
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
pt.cc
8909
tree
packed_parms
= NULL_TREE;
local
8920
these template parameters in
PACKED_PARMS
. */
8930
packed_parms
= tsubst_pack_expansion (exp, args, complain, decl);
8933
if (
packed_parms
== error_mark_node)
8943
int j, len = TREE_VEC_LENGTH (
packed_parms
);
8946
tree t = TREE_VEC_ELT (
packed_parms
, j);
8956
packed_args = make_tree_vec (TREE_VEC_LENGTH (
packed_parms
));
8980
if (
packed_parms
)
8983
if (pack_idx >= TREE_VEC_LENGTH (
packed_parms
))
8990
actual_parm = TREE_VEC_ELT (
packed_parms
, pack_idx)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc
8758
tree
packed_parms
= NULL_TREE;
local
8769
these template parameters in
PACKED_PARMS
. */
8779
packed_parms
= tsubst_pack_expansion (exp, args, complain, decl);
8782
if (
packed_parms
== error_mark_node)
8792
int j, len = TREE_VEC_LENGTH (
packed_parms
);
8795
tree t = TREE_VEC_ELT (
packed_parms
, j);
8805
packed_args = make_tree_vec (TREE_VEC_LENGTH (
packed_parms
));
8829
if (
packed_parms
)
8832
if (pack_idx >= TREE_VEC_LENGTH (
packed_parms
))
8839
actual_parm = TREE_VEC_ELT (
packed_parms
, pack_idx)
[
all
...]
Completed in 173 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026