Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp1073 static bool exprEvaluatesToBitwiseNegatedZero(BinaryOperatorKind Opcode, in exprEvaluatesToBitwiseNegatedZero() function
1136 } else if (exprEvaluatesToBitwiseNegatedZero(Opcode, Value)) { in checkBitwiseExpr()