Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp1051 static bool exprEvaluatesToBitwiseNegatedZero(BinaryOperatorKind Opcode, in exprEvaluatesToBitwiseNegatedZero() function
1114 } else if (exprEvaluatesToBitwiseNegatedZero(Opcode, Value)) { in checkBitwiseExpr()