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

References

tools/clang/lib/CodeGen/CGExprScalar.cpp
 3733   if (const MemberPointerType *MPT = LHSTy->getAs<MemberPointerType>()) {
 3740   } else if (!LHSTy->isAnyComplexType() && !RHSTy->isAnyComplexType()) {
 3747     if (LHSTy->isVectorType() && !E->getType()->isVectorType()) {
 3757       QualType ElTy = LHSTy->castAs<VectorType>()->getElementType();
 3825     } else if (LHSTy->hasSignedIntegerRepresentation()) {
 3840         if (LHSTy.mayBeDynamicClass())
 3851     if (LHSTy->isVectorType())
 3858     if (auto *CTy = LHSTy->getAs<ComplexType>()) {
 3864       CETy = LHSTy;