Searched refs:CharIsUnsigned (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp1596 bool CharIsUnsigned = CharTy->isUnsignedIntegerType(); local
1597 llvm::APSInt Value(CharBits, CharIsUnsigned);
3148 bool CharIsUnsigned = Context.CharTy->isUnsignedIntegerType(); local
3149 llvm::APSInt Value(CharBits, CharIsUnsigned);

Completed in 77 milliseconds