Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1089 auto CheckLogicalOpWithNegatedVariable = [this, B](const Expr *E1, in checkIncorrectLogicOperator() local
1103 TryResult Result = CheckLogicalOpWithNegatedVariable(LHSExpr, RHSExpr); in checkIncorrectLogicOperator()
1106 Result = CheckLogicalOpWithNegatedVariable(RHSExpr, LHSExpr); in checkIncorrectLogicOperator()