Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExpr.cpp13352 const llvm::APInt XorValue = LeftSideValue ^ RightSideValue; in diagnoseXorMisusedAsPow() local
13362 << ExprStr << toString(XorValue, 10, true) << ("1LL << " + RHSStr) in diagnoseXorMisusedAsPow()
13366 << ExprStr << toString(XorValue, 10, true); in diagnoseXorMisusedAsPow()
13371 << ExprStr << toString(XorValue, 10, true) << SuggestedExpr in diagnoseXorMisusedAsPow()
13382 << ExprStr << toString(XorValue, 10, true) << SuggestedValue in diagnoseXorMisusedAsPow()