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

References

tools/clang/lib/Sema/SemaStmt.cpp
  773     AdjustAPSInt(ConvVal, UnpromotedWidth, UnpromotedSign);
  774     AdjustAPSInt(ConvVal, Val.getBitWidth(), Val.isSigned());
  947       AdjustAPSInt(LoVal, CondWidth, CondIsSigned);
 1046         AdjustAPSInt(HiVal, CondWidth, CondIsSigned);
 1142         AdjustAPSInt(Val, CondWidth, CondIsSigned);
 1171         AdjustAPSInt(Hi, CondWidth, CondIsSigned);
 1216           AdjustAPSInt(Hi, CondWidth, CondIsSigned);
 1275         AdjustAPSInt(RhsVal, DstWidth, DstIsSigned);
 1294             AdjustAPSInt(Val, DstWidth, DstIsSigned);