Searched refs:checkOpenCLPipePacketType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 540 static bool checkOpenCLPipePacketType(Sema &S, CallExpr *Call, unsigned Idx) { in checkOpenCLPipePacketType() function 573 if (checkOpenCLPipePacketType(S, Call, 1)) in SemaBuiltinRWPipe() 601 if (checkOpenCLPipePacketType(S, Call, 3)) in SemaBuiltinRWPipe()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 1126 static bool checkOpenCLPipePacketType(Sema &S, CallExpr *Call, unsigned Idx) { in checkOpenCLPipePacketType() function 1159 if (checkOpenCLPipePacketType(S, Call, 1)) in SemaBuiltinRWPipe() 1187 if (checkOpenCLPipePacketType(S, Call, 3)) in SemaBuiltinRWPipe()
|