Searched refs:CheckScalarOrVector (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 2571 static bool CheckScalarOrVector(Sema *S, CallExpr *TheCall, QualType Scalar, in CheckScalarOrVector() function 2814 if (CheckScalarOrVector(&SemaRef, TheCall, getASTContext().BoolTy, 0)) in CheckBuiltinFunctionCall() 2836 if (CheckScalarOrVector( in CheckBuiltinFunctionCall() 2841 if (CheckScalarOrVector( in CheckBuiltinFunctionCall() 2896 if (CheckScalarOrVector(&SemaRef, TheCall, getASTContext().BoolTy, 0)) in CheckBuiltinFunctionCall() 3056 if (CheckScalarOrVector(&SemaRef, TheCall, SemaRef.Context.DoubleTy, 0) || in CheckBuiltinFunctionCall() 3057 CheckScalarOrVector(&SemaRef, TheCall, SemaRef.Context.UnsignedIntTy, in CheckBuiltinFunctionCall() 3059 CheckScalarOrVector(&SemaRef, TheCall, SemaRef.Context.UnsignedIntTy, in CheckBuiltinFunctionCall() 3072 if (CheckScalarOrVector(&SemaRef, TheCall, SemaRef.Context.FloatTy, 0)) in CheckBuiltinFunctionCall()
|