Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp69 Op = BinaryOperator::reverseComparisonOp(Op); in assumeSym()
H A DSimpleSValBuilder.cpp315 ResultOp = BinaryOperator::reverseComparisonOp(Op); in doRearrangeUnchecked()
546 op = BinaryOperator::reverseComparisonOp(op); in evalBinOpNN()
841 op = BinaryOperator::reverseComparisonOp(op); in evalBinOpLL()
H A DRangeConstraintManager.cpp1545 BinaryOperator::reverseComparisonOp(QueriedOP); in getRangeForComparisonSymbol()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp711 Opcode = BinaryOperator::reverseComparisonOp(Opcode); in retrieveRelationalIntegerConstantExpr()
722 Opcode = BinaryOperator::reverseComparisonOp(Opcode); in retrieveRelationalIntegerConstantExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h3925 static Opcode reverseComparisonOp(Opcode Opc) { in reverseComparisonOp() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp5808 CondRel = BinaryOperator::reverseComparisonOp(CondRel); in ActOnOpenMPCanonicalLoop()