OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cfun_value
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc
1430
rtx
cfun_value
;
1433
cfun_value
= FUNCTION_VALUE (TREE_TYPE (DECL_RESULT (cfun->decl)),
1439
if (!(rtx_equal_p (
cfun_value
, call_value)
1440
|| (REG_P (
cfun_value
)
1441
&& m68k_reg_present_p (call_value, REGNO (
cfun_value
)))))
1423
rtx
cfun_value
;
local
/src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc
1426
rtx
cfun_value
;
1429
cfun_value
= FUNCTION_VALUE (TREE_TYPE (DECL_RESULT (cfun->decl)),
1435
if (!(rtx_equal_p (
cfun_value
, call_value)
1436
|| (REG_P (
cfun_value
)
1437
&& m68k_reg_present_p (call_value, REGNO (
cfun_value
)))))
1419
rtx
cfun_value
;
local
Completed in 37 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026