OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gcall
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
sancov.cc
131
gimple *
gcall
= gimple_build_call (fndecl, 2, lhs, rhs);
local
132
gimple_seq_add_stmt (&seq,
gcall
);
228
gimple *
gcall
= gimple_build_call (fndecl, 2, index,
local
230
gimple_seq_add_stmt (&seq,
gcall
);
252
gimple *
gcall
= gimple_build_call (fndecl, 0);
local
253
gimple_set_location (
gcall
, gimple_location (stmt));
254
gsi_insert_before (&gsi,
gcall
, GSI_SAME_STMT);
trans-mem.cc
1879
but eventually gets lowered to a
gcall
*(to BUILT_IN_TM_START).
1904
Hence this will be either a gtransaction *or a
gcall
*. */
2186
static
gcall
*
2190
gcall
*
gcall
;
2251
gcall
= gimple_build_call (decl, 1, t);
2252
gimple_set_location (
gcall
, loc);
2257
gimple_call_set_lhs (
gcall
, lhs);
2258
gsi_insert_before (gsi,
gcall
, GSI_SAME_STMT);
2266
gimple_call_set_lhs (
gcall
, temp)
2183
gcall
*
gcall
;
local
2277
gcall
*
gcall
;
local
2387
gimple *
gcall
= NULL;
local
[
all
...]
Completed in 34 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026