Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDIdentifierTable.cpp108 KEYNOOPENCL = 0x02000, enumerator
115 ~KEYNOOPENCL) // KEYNOMS18 and KEYNOOPENCL are used to exclude.
168 if (LangOpts.OpenCL && (Flags & KEYNOOPENCL)) in AddKeyword()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTokenKinds.def240 // KEYNOOPENCL - This is a keyword that is not supported in OpenCL
285 KEYWORD(_Atomic , KEYALL|KEYNOMS18|KEYNOOPENCL)