Searched defs:AllowUnsigned (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaExpr.cpp3223 bool AllowUnsigned = Literal.isUnsigned || Literal.getRadix() != 10; local
3251 else if (AllowUnsigned)
3266 else if (AllowUnsigned)
3284 else if (AllowUnsigned)

Completed in 109 milliseconds