OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:args_to_pass
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ipa-split.cc
1208
vec<tree>
args_to_pass
= vNULL;
local
1253
args_to_pass
.safe_push (arg);
1468
FOR_EACH_VEC_ELT (
args_to_pass
, i, arg)
1473
args_to_pass
[i] = arg;
1475
call = gimple_build_call_vec (node->decl,
args_to_pass
);
1477
args_to_pass
.release ();
/src/external/gpl3/gcc.old/dist/gcc/
ipa-split.cc
1205
vec<tree>
args_to_pass
= vNULL;
local
1250
args_to_pass
.safe_push (arg);
1465
FOR_EACH_VEC_ELT (
args_to_pass
, i, arg)
1470
args_to_pass
[i] = arg;
1472
call = gimple_build_call_vec (node->decl,
args_to_pass
);
1474
args_to_pass
.release ();
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026