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.cpp16222 bool LHSReal = false, RHSReal = false; in VisitBinaryOperator() local
16241 RHSReal = true; in VisitBinaryOperator()
16250 assert(!(LHSReal && RHSReal) && in VisitBinaryOperator()
16260 else if (!RHSReal) in VisitBinaryOperator()
16275 } else if (!RHSReal) { in VisitBinaryOperator()
16298 assert(!RHSReal && "Cannot have two real operands for a complex op!"); in VisitBinaryOperator()
16306 } else if (RHSReal) { in VisitBinaryOperator()
16340 if (RHSReal) { in VisitBinaryOperator()