Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsystem.h837 #define STATIC_CONSTANT_P(X) (__builtin_constant_p (X) && (X)) macro
839 #define STATIC_CONSTANT_P(X) (false && (X)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h799 #define STATIC_CONSTANT_P(X) (__builtin_constant_p (X) && (X)) macro
801 #define STATIC_CONSTANT_P(X) (false && (X)) macro