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

References

tools/clang/lib/AST/ExprConstant.cpp
 2403   unsigned OldBitWidth = Int.getBitWidth();
 2406     Int = Int.trunc(NewBitWidth).extend(OldBitWidth);
 2406     Int = Int.trunc(NewBitWidth).extend(OldBitWidth);