Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp12171 const llvm::APInt XorValue = LeftSideValue ^ RightSideValue; in diagnoseXorMisusedAsPow() local
12181 << ExprStr << XorValue.toString(10, true) << ("1LL << " + RHSStr) in diagnoseXorMisusedAsPow()
12184 S.Diag(Loc, diag::warn_xor_used_as_pow) << ExprStr << XorValue.toString(10, true); in diagnoseXorMisusedAsPow()
12189 << ExprStr << XorValue.toString(10, true) << SuggestedExpr in diagnoseXorMisusedAsPow()
12199 << ExprStr << XorValue.toString(10, true) << SuggestedValue in diagnoseXorMisusedAsPow()