Home
last modified time | relevance | path

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

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