OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEBUG_INSN_P
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/common/
sim-trace.h
678
#define
DEBUG_INSN_P
(cpu) DEBUG_P (cpu, DEBUG_INSN_IDX)
/src/external/gpl3/gdb.old/dist/sim/common/
sim-trace.h
678
#define
DEBUG_INSN_P
(cpu) DEBUG_P (cpu, DEBUG_INSN_IDX)
/src/external/gpl3/gcc/dist/gcc/
rtl.h
584
DEBUG_INSN_P
(X) aka (GET_CODE (X) == DEBUG_INSN)
857
#define
DEBUG_INSN_P
(X) (GET_CODE (X) == DEBUG_INSN)
866
/* Nonzero if
DEBUG_INSN_P
may possibly hold. */
871
#define INSN_P(X) (NONDEBUG_INSN_P (X) ||
DEBUG_INSN_P
(X))
917
return
DEBUG_INSN_P
(rt);
1722
(
DEBUG_INSN_P
(INSN) \
1728
(
DEBUG_INSN_P
(INSN) \
/src/external/gpl3/gcc.old/dist/gcc/
rtl.h
582
DEBUG_INSN_P
(X) aka (GET_CODE (X) == DEBUG_INSN)
855
#define
DEBUG_INSN_P
(X) (GET_CODE (X) == DEBUG_INSN)
864
/* Nonzero if
DEBUG_INSN_P
may possibly hold. */
869
#define INSN_P(X) (NONDEBUG_INSN_P (X) ||
DEBUG_INSN_P
(X))
915
return
DEBUG_INSN_P
(rt);
1720
(
DEBUG_INSN_P
(INSN) \
1726
(
DEBUG_INSN_P
(INSN) \
Completed in 30 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026