Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp39 op = BinaryOperator::negateComparisonOp(op); in assumeSym()
71 Op = BinaryOperator::negateComparisonOp(Op); in assumeSym()
H A DSimpleSValBuilder.cpp626 opc = BinaryOperator::negateComparisonOp(opc); in evalBinOpNN()
H A DRangeConstraintManager.cpp1561 QueriedOP = BinaryOperator::negateComparisonOp(QueriedOP); in getRangeForComparisonSymbol()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp845 BinaryOperator::negateComparisonOp(BinOp->getOpcode())))); in flipDemorganBinaryOperator()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp724 Opcode = BinaryOperator::negateComparisonOp(Opcode); in retrieveRelationalIntegerConstantExpr()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp379 Tmp.Op = BinaryOperator::negateComparisonOp(Op); in negate()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h3912 static Opcode negateComparisonOp(Opcode Opc) { in negateComparisonOp() function