Home
last modified time | relevance | path

Searched defs:isOpenCL (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DTypes.cpp163 bool types::isOpenCL(ID Id) { return Id == TY_CL || Id == TY_CLCXX; } in isOpenCL() function in types
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangStandard.h132 bool isOpenCL() const { return Flags & OpenCL; } in isOpenCL() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h6240 bool isOpenCL() const { in isOpenCL() function