Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2160 bool CharIsUnsigned = CharTy->isUnsignedIntegerType(); in ActOnStringLiteral() local
2161 llvm::APSInt Value(CharBits, CharIsUnsigned); in ActOnStringLiteral()
3758 bool CharIsUnsigned = Context.CharTy->isUnsignedIntegerType(); in ActOnNumericConstant() local
3759 llvm::APSInt Value(CharBits, CharIsUnsigned); in ActOnNumericConstant()