Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DRangedConstraintManager.cpp37 op = BinaryOperator::negateComparisonOp(op); in assumeSym()
64 Op = BinaryOperator::negateComparisonOp(Op); in assumeSym()
DSimpleSValBuilder.cpp712 opc = BinaryOperator::negateComparisonOp(opc); in evalBinOpNN()
DRangeConstraintManager.cpp1033 QueriedOP = BinaryOperator::negateComparisonOp(QueriedOP); in getRangeForComparisonSymbol()
/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp146 op = BinaryOperator::negateComparisonOp(op); in assumeAux()
172 Op = BinaryOperator::negateComparisonOp(Op); in assumeAux()
DSimpleSValBuilder.cpp473 opc = BinaryOperator::negateComparisonOp(opc); in evalBinOpNN()
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp700 Opcode = BinaryOperator::negateComparisonOp(Opcode); in retrieveRelationalIntegerConstantExpr()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DStdLibraryFunctionsChecker.cpp335 Tmp.Op = BinaryOperator::negateComparisonOp(Op); in negate()
/external/clang/include/clang/AST/
DExpr.h2992 static Opcode negateComparisonOp(Opcode Opc) { in negateComparisonOp() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h3832 static Opcode negateComparisonOp(Opcode Opc) { in negateComparisonOp() function