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

References

tools/clang/lib/Sema/SemaDecl.cpp
16873   assert((T->isIntegralType(Context) ||
16877     Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy
16877     Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy
16877     Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy
16877     Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy
16880     Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy,
16880     Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy,
16880     Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy,
16881     Context.UnsignedLongLongTy
16884   unsigned BitWidth = Context.getTypeSize(T);
16888     if (Context.getTypeSize(Types[I]) > BitWidth)