Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp73 internal::BindableMatcher<Stmt> literalOrNegatedBool(bool Value) { in literalOrNegatedBool() function
81 auto SimpleReturnsBool = returnStmt(has(literalOrNegatedBool(Value).bind(Id))) in returnsBool()
447 hasCondition(literalOrNegatedBool(Value).bind(BooleanId))) in matchBoolCondition()
457 hasTrueExpression(literalOrNegatedBool(Value)), in matchTernaryResult()
458 hasFalseExpression(literalOrNegatedBool(!Value))) in matchTernaryResult()
489 hasRHS(literalOrNegatedBool(Value).bind(IfAssignLocId))); in matchIfAssignsBool()
494 hasRHS(literalOrNegatedBool(!Value))); in matchIfAssignsBool()
519 literalOrNegatedBool(!Value)))) in matchCompoundIfReturnsBool()