Home | History | Annotate | Download | only in Sema

Lines Matching refs:IntWidth

1090             unsigned IntWidth = Context.getTargetInfo().getIntWidth();
1091 assert(IntWidth && "Builtin type of size 0?");
1092 llvm::APSInt Value(IntWidth);