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_LOCATION
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
rtl.h
1516
inline unsigned int
INSN_LOCATION
(const rtx_insn *insn)
1521
inline unsigned int&
INSN_LOCATION
(rtx_insn *insn)
1528
return LOCATION_LOCUS (
INSN_LOCATION
(insn)) != UNKNOWN_LOCATION;
1533
INSN_LOCATION
(as_a <rtx_insn *> (X)) \
3392
extern expanded_location
insn_location
(const rtx_insn *);
/src/external/gpl3/gcc.old/dist/gcc/
rtl.h
1514
inline unsigned int
INSN_LOCATION
(const rtx_insn *insn)
1519
inline unsigned int&
INSN_LOCATION
(rtx_insn *insn)
1526
return LOCATION_LOCUS (
INSN_LOCATION
(insn)) != UNKNOWN_LOCATION;
1531
INSN_LOCATION
(as_a <rtx_insn *> (X)) \
3375
extern expanded_location
insn_location
(const rtx_insn *);
Completed in 34 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026