Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3963 bool AllowUnsigned = Literal.isUnsigned || Literal.getRadix() != 10; in ActOnNumericConstant() local
4027 else if (AllowUnsigned) in ActOnNumericConstant()
4043 else if (AllowUnsigned) in ActOnNumericConstant()
4058 else if (AllowUnsigned) in ActOnNumericConstant()
4092 else if (AllowUnsigned) in ActOnNumericConstant()