Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3924 bool AllowUnsigned = Literal.isUnsigned || Literal.getRadix() != 10; in ActOnNumericConstant() local
3953 else if (AllowUnsigned) in ActOnNumericConstant()
3969 else if (AllowUnsigned) in ActOnNumericConstant()
3984 else if (AllowUnsigned) in ActOnNumericConstant()
4018 else if (AllowUnsigned) in ActOnNumericConstant()