OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:packed_parms
(Results
1 - 1
of
1
) sorted by relevancy
/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 26 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026