Searched refs:CheckRealImagOperand (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 4056 static QualType CheckRealImagOperand(Sema &S, ExprResult &V, SourceLocation Loc, in CheckRealImagOperand() function 4081 return CheckRealImagOperand(S, V, Loc, IsReal); in CheckRealImagOperand() 11450 resultType = CheckRealImagOperand(*this, Input, OpLoc, Opc == UO_Real); in CreateBuiltinUnaryOp()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 4516 static QualType CheckRealImagOperand(Sema &S, ExprResult &V, SourceLocation Loc, in CheckRealImagOperand() function 4541 return CheckRealImagOperand(S, V, Loc, IsReal); in CheckRealImagOperand() 14697 resultType = CheckRealImagOperand(*this, Input, OpLoc, Opc == UO_Real); in CreateBuiltinUnaryOp()
|