Home
last modified time | relevance | path

Searched refs:checkBuiltinKernelWorkGroupSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenCL.h100 bool checkBuiltinKernelWorkGroupSize(CallExpr *TheCall);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenCL.cpp178 bool SemaOpenCL::checkBuiltinKernelWorkGroupSize(CallExpr *TheCall) { in checkBuiltinKernelWorkGroupSize() function in clang::SemaOpenCL
H A DSemaChecking.cpp2601 if (OpenCL().checkBuiltinKernelWorkGroupSize(TheCall)) in CheckBuiltinFunctionCall()