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

References

tools/clang/lib/Sema/SemaExpr.cpp
 3631           Width = 8;
 3634           Width = Literal.MicrosoftInteger;
 3635           Ty = Context.getIntTypeForBitwidth(Width,
 3651           Width = IntSize;
 3682           Width = LongSize;
 3700           Width = LongLongSize;
 3709         Width = Context.getTargetInfo().getLongLongWidth();
 3712       if (ResultVal.getBitWidth() != Width)
 3713         ResultVal = ResultVal.trunc(Width);