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

References

tools/clang/lib/CodeGen/CGExprComplex.cpp
  619            Op.Ty->castAs<ComplexType>()->getElementType());
  621            Op.Ty->castAs<ComplexType>()->getElementType());
  623            Op.Ty->castAs<ComplexType>()->getElementType());
  625            Op.Ty->castAs<ComplexType>()->getElementType());
  637       4, Op.Ty->castAs<ComplexType>()->getElementType());
  638   QualType FQTy = CGF.getContext().getFunctionType(Op.Ty, ArgsQTys, EPI);
  854     if (Op.Ty->castAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) {
  880   Ops.Ty = E->getType();
  900   OpInfo.Ty = E->getComputationResultType();
  901   QualType ComplexElementTy = cast<ComplexType>(OpInfo.Ty)->getElementType();
  911                .hasSameUnqualifiedType(OpInfo.Ty, E->getRHS()->getType()));
  921     OpInfo.LHS = EmitComplexToComplexCast(LHSVal, LHSTy, OpInfo.Ty, Loc);
  931       OpInfo.LHS = EmitScalarToComplexCast(LHSVal, LHSTy, OpInfo.Ty, Loc);
  941         EmitComplexToComplexCast(Result, OpInfo.Ty, LHSTy, Loc);
  946         CGF.EmitComplexToScalarConversion(Result, OpInfo.Ty, LHSTy, Loc);