Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13125 const llvm::APInt XorValue = LeftSideValue ^ RightSideValue; in diagnoseXorMisusedAsPow() local
13135 << ExprStr << toString(XorValue, 10, true) << ("1LL << " + RHSStr) in diagnoseXorMisusedAsPow()
13139 << ExprStr << toString(XorValue, 10, true); in diagnoseXorMisusedAsPow()
13144 << ExprStr << toString(XorValue, 10, true) << SuggestedExpr in diagnoseXorMisusedAsPow()
13155 << ExprStr << toString(XorValue, 10, true) << SuggestedValue in diagnoseXorMisusedAsPow()