Home
last modified time | relevance | path

Searched refs:OPENCLEXTNAME (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenCLExtensions.def13 // Macro OPENCLEXTNAME or OPENCL_GENERIC_EXTENSION can be defined to enumerate all
32 // define OPENCLEXTNAME(ext) where ext is the name of the extension.
49 #ifndef OPENCLEXTNAME
50 #pragma error "macro OPENCLEXTNAME or OPENCL_GENERIC_EXTENSION is required"
52 #define OPENCL_GENERIC_EXTENSION(ext, ...) OPENCLEXTNAME(ext)
53 #endif // OPENCLEXTNAME
124 #ifdef OPENCLEXTNAME
125 #undef OPENCLEXTNAME
H A DTargetInfo.h1482 #define OPENCLEXTNAME(Ext) \ macro