Searched defs:STATIC_CONSTANT_P (Results 1 – 2 of 2) sorted by relevance
837 #define STATIC_CONSTANT_P(X) (__builtin_constant_p (X) && (X)) macro839 #define STATIC_CONSTANT_P(X) (false && (X)) macro
799 #define STATIC_CONSTANT_P(X) (__builtin_constant_p (X) && (X)) macro801 #define STATIC_CONSTANT_P(X) (false && (X)) macro