Home
last modified time | relevance | path

Searched refs:KEYNOOPENCL (Results 1 – 4 of 4) 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/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp98 KEYNOOPENCL = 0x1000, enumerator
112 ~KEYNOOPENCL) // KEYNOMS18 and KEYNOOPENCL are used to exclude.
175 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)
/external/llvm-project/clang/include/clang/Basic/
DTokenKinds.def271 // KEYNOOPENCL - This is a keyword that is not supported in OpenCL
319 KEYWORD(_Atomic , KEYALL|KEYNOOPENCL)