Searched defs:CharBits (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp1595 unsigned CharBits = Context.getIntWidth(CharTy); local
1597 llvm::APSInt Value(CharBits, CharIsUnsigned);
3147 unsigned CharBits = Context.getIntWidth(Context.CharTy); local
3149 llvm::APSInt Value(CharBits, CharIsUnsigned);

Completed in 125 milliseconds