Home
last modified time | relevance | path

Searched defs:STATIC_CONSTANT_P (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dsystem.h783 #define STATIC_CONSTANT_P(X) (__builtin_constant_p (X) && (X)) macro
785 #define STATIC_CONSTANT_P(X) (false && (X)) macro