Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DIdentifierTable.cpp109 KEYNOOPENCL = 0x02000, enumerator
117 ~KEYNOOPENCL) // KEYNOMS18 and KEYNOOPENCL are used to exclude.
171 if (LangOpts.OpenCL && (Flags & KEYNOOPENCL)) in AddKeyword()
/external/clang/include/clang/Basic/
DTokenKinds.def243 // KEYNOOPENCL - This is a keyword that is not supported in OpenCL
290 KEYWORD(_Atomic , KEYALL|KEYNOOPENCL)