Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp13326 std::string RHSStr = std::string(Lexer::getSourceText( in diagnoseXorMisusedAsPow() local
13332 RHSStr = "-" + RHSStr; in diagnoseXorMisusedAsPow()
13334 RHSStr = "+" + RHSStr; in diagnoseXorMisusedAsPow()
13338 StringRef RHSStrRef = RHSStr; in diagnoseXorMisusedAsPow()
13355 std::string SuggestedExpr = "1 << " + RHSStr; in diagnoseXorMisusedAsPow()
13362 << ExprStr << toString(XorValue, 10, true) << ("1LL << " + RHSStr) in diagnoseXorMisusedAsPow()
13363 << FixItHint::CreateReplacement(ExprRange, "1LL << " + RHSStr); in diagnoseXorMisusedAsPow()
13378 << ("0x2 ^ " + RHSStr) << SuggestXor; in diagnoseXorMisusedAsPow()
13385 << ("0xA ^ " + RHSStr) << SuggestXor; in diagnoseXorMisusedAsPow()