Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp99 std::pair<BinaryOperatorKind, BinaryOperatorKind> Opposites[] = { variable
104 for (auto NegatableOp : Opposites) { in negatedOperator()