Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp1574 bool CharIsUnsigned = CharTy->isUnsignedIntegerType(); in ActOnStringLiteral() local
1575 llvm::APSInt Value(CharBits, CharIsUnsigned); in ActOnStringLiteral()
3062 bool CharIsUnsigned = Context.CharTy->isUnsignedIntegerType(); in ActOnNumericConstant() local
3063 llvm::APSInt Value(CharBits, CharIsUnsigned); in ActOnNumericConstant()