Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp98 KEYNOOPENCL = 0x1000, enumerator
113 ~KEYNOOPENCL) // KEYNOMS18 and KEYNOOPENCL are used to exclude.
178 if (LangOpts.OpenCL && (Flags & KEYNOOPENCL)) in AddKeyword()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTokenKinds.def273 // KEYNOOPENCL - This is a keyword that is not supported in OpenCL
321 KEYWORD(_Atomic , KEYALL|KEYNOOPENCL)