Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4176 bool AllowUnsigned = Literal.isUnsigned || Literal.getRadix() != 10; in ActOnNumericConstant() local
4231 else if (AllowUnsigned) in ActOnNumericConstant()
4247 else if (AllowUnsigned) in ActOnNumericConstant()
4262 else if (AllowUnsigned) in ActOnNumericConstant()
4296 else if (AllowUnsigned) in ActOnNumericConstant()