Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp3495 bool AllowUnsigned = Literal.isUnsigned || Literal.getRadix() != 10; in ActOnNumericConstant() local
3521 else if (AllowUnsigned) in ActOnNumericConstant()
3536 else if (AllowUnsigned) in ActOnNumericConstant()
3570 else if (AllowUnsigned) in ActOnNumericConstant()