Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp69 Op = BinaryOperator::reverseComparisonOp(Op); in assumeSym()
H A DSimpleSValBuilder.cpp316 ResultOp = BinaryOperator::reverseComparisonOp(Op); in doRearrangeUnchecked()
547 op = BinaryOperator::reverseComparisonOp(op); in evalBinOpNN()
842 op = BinaryOperator::reverseComparisonOp(op); in evalBinOpLL()
H A DRangeConstraintManager.cpp1533 BinaryOperator::reverseComparisonOp(QueriedOP); in getRangeForComparisonSymbol()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h3932 static Opcode reverseComparisonOp(Opcode Opc) { in reverseComparisonOp() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp5879 CondRel = BinaryOperator::reverseComparisonOp(CondRel); in ActOnOpenMPCanonicalLoop()