Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp62 Op = BinaryOperator::reverseComparisonOp(Op); in assumeSym()
H A DSimpleSValBuilder.cpp411 ResultOp = BinaryOperator::reverseComparisonOp(Op); in doRearrangeUnchecked()
627 op = BinaryOperator::reverseComparisonOp(op); in evalBinOpNN()
884 op = BinaryOperator::reverseComparisonOp(op); in evalBinOpLL()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h3398 static Opcode reverseComparisonOp(Opcode Opc) { in reverseComparisonOp() function