Home
last modified time | relevance | path

Searched refs:AllowUnsigned (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp3886 bool AllowUnsigned = Literal.isUnsigned || Literal.getRadix() != 10; in ActOnNumericConstant() local
3912 else if (AllowUnsigned) in ActOnNumericConstant()
3927 else if (AllowUnsigned) in ActOnNumericConstant()
3961 else if (AllowUnsigned) in ActOnNumericConstant()