OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:static_chain_value
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
calls.cc
223
prepare_call_address (tree fndecl_or_type, rtx funexp, rtx
static_chain_value
,
287
gcc_assert (!
static_chain_value
);
312
if (
static_chain_value
!= 0
319
static_chain_value
= convert_memory_address (Pmode,
static_chain_value
);
321
emit_move_insn (chain,
static_chain_value
);
2752
rtx
static_chain_value
;
3481
static_chain_value
= expand_normal (CALL_EXPR_STATIC_CHAIN (exp));
3483
static_chain_value
= 0;
3640
static_chain_value
, &call_fusage
2751
rtx
static_chain_value
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
calls.cc
221
prepare_call_address (tree fndecl_or_type, rtx funexp, rtx
static_chain_value
,
285
gcc_assert (!
static_chain_value
);
310
if (
static_chain_value
!= 0
317
static_chain_value
= convert_memory_address (Pmode,
static_chain_value
);
319
emit_move_insn (chain,
static_chain_value
);
2702
rtx
static_chain_value
;
3423
static_chain_value
= expand_normal (CALL_EXPR_STATIC_CHAIN (exp));
3425
static_chain_value
= 0;
3571
static_chain_value
, &call_fusage
2701
rtx
static_chain_value
;
local
[
all
...]
Completed in 111 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026