Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp3347 bool AllowUnsigned = Literal.isUnsigned || Literal.getRadix() != 10; in ActOnNumericConstant() local
3373 else if (AllowUnsigned) in ActOnNumericConstant()
3388 else if (AllowUnsigned) in ActOnNumericConstant()
3422 else if (AllowUnsigned) in ActOnNumericConstant()