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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp7268 SmallString<40> HexResult; local
7269 Result.toString(HexResult, 16, /*Signed =*/false, /*Literal =*/true);
7277 << HexResult.str() << LHSType
7283 << HexResult.str() << Result.getMinSignedBits() << LHSType

Completed in 142 milliseconds