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);
 1164       RHS = (*doRHSCast)(S, RHS.get(), LHSType);
 1167       LHS = (*doLHSCast)(S, LHS.get(), RHSType);
 1173       RHS = (*doRHSCast)(S, RHS.get(), LHSType);
 1176       LHS = (*doLHSCast)(S, LHS.get(), RHSType);
 1178   } else if (S.Context.getIntWidth(LHSType) != S.Context.getIntWidth(RHSType)) {
 1178   } else if (S.Context.getIntWidth(LHSType) != S.Context.getIntWidth(RHSType)) {
 1183       RHS = (*doRHSCast)(S, RHS.get(), LHSType);
 1186       LHS = (*doLHSCast)(S, LHS.get(), RHSType);
 1194       S.Context.getCorrespondingUnsignedType(LHSSigned ? LHSType : RHSType);
 1195     RHS = (*doRHSCast)(S, RHS.get(), result);
 1197       LHS = (*doLHSCast)(S, LHS.get(), result);