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_args
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
pt.cc
5322
tree
packed_args
= NULL_TREE;
local
5329
packed_args
= ARGUMENT_PACK_ARGS (arg);
5330
len = TREE_VEC_LENGTH (
packed_args
);
5335
if (
packed_args
)
5337
arg = TREE_VEC_ELT (
packed_args
, j);
5343
if ((
packed_args
&& j < len - 1)
5344
|| (!
packed_args
&& i < nargs - 1))
8392
tree
packed_args
= NULL_TREE;
local
8398
packed_args
= ARGUMENT_PACK_ARGS (targ);
8399
len = TREE_VEC_LENGTH (
packed_args
);
8907
tree
packed_args
;
local
29080
tree
packed_args
= NULL_TREE;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc
5302
tree
packed_args
= NULL_TREE;
local
5309
packed_args
= ARGUMENT_PACK_ARGS (arg);
5310
len = TREE_VEC_LENGTH (
packed_args
);
5315
if (
packed_args
)
5317
arg = TREE_VEC_ELT (
packed_args
, j);
5323
if ((
packed_args
&& j < len - 1)
5324
|| (!
packed_args
&& i < nargs - 1))
8255
tree
packed_args
= NULL_TREE;
local
8261
packed_args
= ARGUMENT_PACK_ARGS (targ);
8262
len = TREE_VEC_LENGTH (
packed_args
);
8756
tree
packed_args
;
local
[
all
...]
Completed in 33 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026