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);
 1159   bool LHSSigned = LHSType->hasSignedIntegerRepresentation();
 1164       RHS = (*doRHSCast)(S, RHS.get(), LHSType);
 1165       return LHSType;
 1173       RHS = (*doRHSCast)(S, RHS.get(), LHSType);
 1174       return LHSType;
 1178   } else if (S.Context.getIntWidth(LHSType) != S.Context.getIntWidth(RHSType)) {
 1183       RHS = (*doRHSCast)(S, RHS.get(), LHSType);
 1184       return LHSType;
 1194       S.Context.getCorrespondingUnsignedType(LHSSigned ? LHSType : RHSType);