OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DECL_RTL_SET_P
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree.h
2977
#define
DECL_RTL_SET_P
(NODE) \
2987
#define DECL_RTL_IF_SET(NODE) (
DECL_RTL_SET_P
(NODE) ? DECL_RTL (NODE) : NULL)
2992
gcc_checking_assert (
DECL_RTL_SET_P
(__d)); \
/src/external/gpl3/gcc.old/dist/gcc/
tree.h
2822
#define
DECL_RTL_SET_P
(NODE) \
2832
#define DECL_RTL_IF_SET(NODE) (
DECL_RTL_SET_P
(NODE) ? DECL_RTL (NODE) : NULL)
2837
gcc_checking_assert (
DECL_RTL_SET_P
(__d)); \
Completed in 37 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026