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

References

tools/clang/lib/Sema/SemaExpr.cpp
 1158   int order = S.Context.getIntegerTypeOrder(LHSType, RHSType);
 1160   bool RHSSigned = RHSType->hasSignedIntegerRepresentation();
 1167       LHS = (*doLHSCast)(S, LHS.get(), RHSType);
 1168     return RHSType;
 1176       LHS = (*doLHSCast)(S, LHS.get(), RHSType);
 1177     return RHSType;
 1178   } else if (S.Context.getIntWidth(LHSType) != S.Context.getIntWidth(RHSType)) {
 1186       LHS = (*doLHSCast)(S, LHS.get(), RHSType);
 1187     return RHSType;
 1194       S.Context.getCorrespondingUnsignedType(LHSSigned ? LHSType : RHSType);