Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp15330 bool LHSReal = false, RHSReal = false; in VisitBinaryOperator() local
15349 RHSReal = true; in VisitBinaryOperator()
15358 assert(!(LHSReal && RHSReal) && in VisitBinaryOperator()
15368 else if (!RHSReal) in VisitBinaryOperator()
15383 } else if (!RHSReal) { in VisitBinaryOperator()
15406 assert(!RHSReal && "Cannot have two real operands for a complex op!"); in VisitBinaryOperator()
15414 } else if (RHSReal) { in VisitBinaryOperator()
15448 if (RHSReal) { in VisitBinaryOperator()