OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CONSTANT_CLASS_P
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree.h
215
#define
CONSTANT_CLASS_P
(NODE)\
222
(
CONSTANT_CLASS_P
(tree_strip_any_location_wrapper (NODE)))
847
/* TREE_OVERFLOW can only be true for EXPR of
CONSTANT_CLASS_P
. */
850
(
CONSTANT_CLASS_P
(EXPR) && TREE_OVERFLOW (EXPR))
/src/external/gpl3/gcc.old/dist/gcc/
tree.h
140
#define
CONSTANT_CLASS_P
(NODE)\
147
(
CONSTANT_CLASS_P
(tree_strip_any_location_wrapper (NODE)))
741
/* TREE_OVERFLOW can only be true for EXPR of
CONSTANT_CLASS_P
. */
744
(
CONSTANT_CLASS_P
(EXPR) && TREE_OVERFLOW (EXPR))
Completed in 23 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026