OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INSN_P
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
rtl.h
552
(
INSN_P
(X)
717
#define RTX_PREV(X) ((
INSN_P
(X) \
871
#define
INSN_P
(X) (NONDEBUG_INSN_P (X) || DEBUG_INSN_P (X))
893
return (
INSN_P
(rt)
905
return (
INSN_P
(rt)
1532
#define RTL_LOCATION(X) (
INSN_P
(X) ? \
3617
if (!
INSN_P
(insn))
/src/external/gpl3/gcc.old/dist/gcc/
rtl.h
550
(
INSN_P
(X)
715
#define RTX_PREV(X) ((
INSN_P
(X) \
869
#define
INSN_P
(X) (NONDEBUG_INSN_P (X) || DEBUG_INSN_P (X))
891
return (
INSN_P
(rt)
903
return (
INSN_P
(rt)
1530
#define RTL_LOCATION(X) (
INSN_P
(X) ? \
3597
if (!
INSN_P
(insn))
Completed in 28 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026