reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExprComplex.cpp
  891   QualType LHSTy = E->getLHS()->getType();
  900   OpInfo.Ty = E->getComputationResultType();
  904   if (E->getRHS()->getType()->isRealFloatingType()) {
  907             .hasSameUnqualifiedType(ComplexElementTy, E->getRHS()->getType()));
  908     OpInfo.RHS = ComplexPairTy(CGF.EmitScalarExpr(E->getRHS()), nullptr);
  911                .hasSameUnqualifiedType(OpInfo.Ty, E->getRHS()->getType()));
  912     OpInfo.RHS = Visit(E->getRHS());
  915   LValue LHS = CGF.EmitLValue(E->getLHS());
  918   SourceLocation Loc = E->getExprLoc();