OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RTL_CONST_CALL_P
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
rtl.h
1577
#define
RTL_CONST_CALL_P
(RTX) \
1578
(RTL_FLAG_CHECK1 ("
RTL_CONST_CALL_P
", (RTX), CALL_INSN)->unchanging)
1587
(
RTL_CONST_CALL_P
(RTX) || RTL_PURE_CALL_P (RTX))
/src/external/gpl3/gcc.old/dist/gcc/
rtl.h
1575
#define
RTL_CONST_CALL_P
(RTX) \
1576
(RTL_FLAG_CHECK1 ("
RTL_CONST_CALL_P
", (RTX), CALL_INSN)->unchanging)
1585
(
RTL_CONST_CALL_P
(RTX) || RTL_PURE_CALL_P (RTX))
Completed in 37 milliseconds
Indexes created Fri Apr 17 00:22:50 UTC 2026