Searched refs:checkVectorResult (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 6538 static bool checkVectorResult(Sema &S, QualType CondTy, QualType VecResTy, in checkVectorResult() function 6588 if (checkVectorResult(S, CondTy, VecResTy, QuestionLoc)) in OpenCLCheckVectorConditional()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 8041 static bool checkVectorResult(Sema &S, QualType CondTy, QualType VecResTy, in checkVectorResult() function 8091 if (checkVectorResult(S, CondTy, VecResTy, QuestionLoc)) in OpenCLCheckVectorConditional()
|