Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp515 static bool checkEitherSide(const BinaryOperator *BO, Functor Func) { in checkEitherSide() function in clang::tidy::readability::SimplifyBooleanExprCheck::Visitor
535 if (checkEitherSide(BO, isUnaryLNot)) in nestedDemorgan()
538 if (checkEitherSide(BO, [NestingLevel](const Expr *E) { in nestedDemorgan()
562 checkEitherSide(BinaryOp, isUnaryLNot) || in TraverseUnaryOperator()
563 checkEitherSide(BinaryOp, in TraverseUnaryOperator()