Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/
H A D__builtins.di91 …int __builtin_constant_p(T)(T exp) { return 0; } // should be something like __traits(compiles, … function
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h738 #define __builtin_constant_p(x) 0 macro