Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/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()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DExpr.h2980 static Opcode negateComparisonOp(Opcode Opc) { in negateComparisonOp() function