OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pack_args
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc
2467
tree
pack_args
= ARGUMENT_PACK_ARGS (new_arg);
local
2468
for (tree& pack_arg : tree_vec_range (
pack_args
))
pt.cc
13906
tree
pack_args
= tsubst_template_args (ARGUMENT_PACK_ARGS (orig_arg),
13908
if (
pack_args
== error_mark_node)
13911
if (
pack_args
== ARGUMENT_PACK_ARGS (orig_arg))
13925
&& ARGUMENT_PACK_ARGS (arg) ==
pack_args
)
13943
ARGUMENT_PACK_ARGS (new_arg) =
pack_args
;
13905
tree
pack_args
= tsubst_template_args (ARGUMENT_PACK_ARGS (orig_arg),
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc
2355
tree
pack_args
= ARGUMENT_PACK_ARGS (new_arg);
local
2356
for (int i = 0; i < TREE_VEC_LENGTH (
pack_args
); i++)
2358
tree& pack_arg = TREE_VEC_ELT (
pack_args
, i);
Completed in 72 milliseconds
Indexes created Sun Mar 22 00:23:16 UTC 2026