Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp3423 bool AllowUnsigned = Literal.isUnsigned || Literal.getRadix() != 10; in ActOnNumericConstant() local
3449 else if (AllowUnsigned) in ActOnNumericConstant()
3464 else if (AllowUnsigned) in ActOnNumericConstant()
3498 else if (AllowUnsigned) in ActOnNumericConstant()