Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp146 op = BinaryOperator::negateComparisonOp(op); in assumeAux()
172 Op = BinaryOperator::negateComparisonOp(Op); in assumeAux()
DSimpleSValBuilder.cpp473 opc = BinaryOperator::negateComparisonOp(opc); in evalBinOpNN()
/external/clang/include/clang/AST/
DExpr.h2992 static Opcode negateComparisonOp(Opcode Opc) { in negateComparisonOp() function