Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4690 static QualType CheckRealImagOperand(Sema &S, ExprResult &V, SourceLocation Loc, in CheckRealImagOperand() function
4715 return CheckRealImagOperand(S, V, Loc, IsReal); in CheckRealImagOperand()
15465 resultType = CheckRealImagOperand(*this, Input, OpLoc, Opc == UO_Real); in CreateBuiltinUnaryOp()