Searched defs:HexResult (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp6236 llvm::SmallString<40> HexResult; local
6237 Result.toString(HexResult, 16, /*Signed =*/false, /*Literal =*/true);
6245 << HexResult.str() << LHSType
6251 << HexResult.str() << Result.getMinSignedBits() << LHSType

Completed in 58 milliseconds