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_IF_SET
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree.h
2987
#define
DECL_RTL_IF_SET
(NODE) (DECL_RTL_SET_P (NODE) ? DECL_RTL (NODE) : NULL)
2995
&*
DECL_RTL_IF_SET
(__d); })
2997
#define DECL_RTL_KNOWN_SET(decl) (&*
DECL_RTL_IF_SET
(decl))
/src/external/gpl3/gcc.old/dist/gcc/
tree.h
2832
#define
DECL_RTL_IF_SET
(NODE) (DECL_RTL_SET_P (NODE) ? DECL_RTL (NODE) : NULL)
2840
&*
DECL_RTL_IF_SET
(__d); })
2842
#define DECL_RTL_KNOWN_SET(decl) (&*
DECL_RTL_IF_SET
(decl))
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026