Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp14296 bool LHSReal = false, RHSReal = false; in VisitBinaryOperator() local
14315 RHSReal = true; in VisitBinaryOperator()
14324 assert(!(LHSReal && RHSReal) && in VisitBinaryOperator()
14334 else if (!RHSReal) in VisitBinaryOperator()
14349 } else if (!RHSReal) { in VisitBinaryOperator()
14372 assert(!RHSReal && "Cannot have two real operands for a complex op!"); in VisitBinaryOperator()
14375 } else if (RHSReal) { in VisitBinaryOperator()
14452 if (RHSReal) { in VisitBinaryOperator()