Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenCL.h59 bool checkBuiltinPipePackets(CallExpr *Call);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenCL.cpp525 bool SemaOpenCL::checkBuiltinPipePackets(CallExpr *Call) { in checkBuiltinPipePackets() function in clang::SemaOpenCL
H A DSemaChecking.cpp2585 if (OpenCL().checkBuiltinPipePackets(TheCall)) in CheckBuiltinFunctionCall()