Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14853 bool LHSReal = false, RHSReal = false; in VisitBinaryOperator() local
14872 RHSReal = true; in VisitBinaryOperator()
14881 assert(!(LHSReal && RHSReal) && in VisitBinaryOperator()
14891 else if (!RHSReal) in VisitBinaryOperator()
14906 } else if (!RHSReal) { in VisitBinaryOperator()
14929 assert(!RHSReal && "Cannot have two real operands for a complex op!"); in VisitBinaryOperator()
14932 } else if (RHSReal) { in VisitBinaryOperator()
15009 if (RHSReal) { in VisitBinaryOperator()