Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp170 Op = BinaryOperator::reverseComparisonOp(Op); in assumeAux()
DSimpleSValBuilder.cpp400 op = BinaryOperator::reverseComparisonOp(op); in evalBinOpNN()
653 op = BinaryOperator::reverseComparisonOp(op); in evalBinOpLL()
/external/clang/include/clang/AST/
DExpr.h3005 static Opcode reverseComparisonOp(Opcode Opc) { in reverseComparisonOp() function