OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_pack_arg
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
pt.cc
8973
int
first_pack_arg
= arg_idx;
local
8978
int pack_idx = arg_idx -
first_pack_arg
;
9007
if (arg_idx -
first_pack_arg
< TREE_VEC_LENGTH (packed_args)
9012
arg_idx -
first_pack_arg
, TREE_VEC_LENGTH (packed_args));
/src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc
8822
int
first_pack_arg
= arg_idx;
local
8827
int pack_idx = arg_idx -
first_pack_arg
;
8856
if (arg_idx -
first_pack_arg
< TREE_VEC_LENGTH (packed_args)
8861
arg_idx -
first_pack_arg
, TREE_VEC_LENGTH (packed_args));
Completed in 62 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026