Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp62 Op = BinaryOperator::reverseComparisonOp(Op); in assumeSym()
H A DSimpleSValBuilder.cpp278 ResultOp = BinaryOperator::reverseComparisonOp(Op); in doRearrangeUnchecked()
503 op = BinaryOperator::reverseComparisonOp(op); in evalBinOpNN()
767 op = BinaryOperator::reverseComparisonOp(op); in evalBinOpLL()
H A DRangeConstraintManager.cpp1137 BinaryOperator::reverseComparisonOp(QueriedOP); in getRangeForComparisonSymbol()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3847 static Opcode reverseComparisonOp(Opcode Opc) { in reverseComparisonOp() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp5492 CondRel = BinaryOperator::reverseComparisonOp(CondRel); in ActOnOpenMPCanonicalLoop()