Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenCLExtensions.def14 // Macro OPENCLEXT or OPENCLEXT_INTERNAL can be defined to enumerate the
18 // define OPENCLEXT(ext) where ext is the name of the extension.
29 #ifndef OPENCLEXT
30 #pragma error "macro OPENCLEXT or OPENCLEXT_INTERNAL is required"
32 #define OPENCLEXT_INTERNAL(ext, ...) OPENCLEXT(ext)
33 #endif // OPENCLEXT
92 #ifdef OPENCLEXT
93 #undef OPENCLEXT
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp1062 #define OPENCLEXT(Ext) \ in InitializePredefinedMacros() macro