HomeSort by: relevance | last modified time | path
    Searched refs:reverseComparisonOp (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RangedConstraintManager.cpp 62 Op = BinaryOperator::reverseComparisonOp(Op);
SimpleSValBuilder.cpp 278 ResultOp = BinaryOperator::reverseComparisonOp(Op);
503 op = BinaryOperator::reverseComparisonOp(op);
767 op = BinaryOperator::reverseComparisonOp(op);
RangeConstraintManager.cpp 1137 BinaryOperator::reverseComparisonOp(QueriedOP);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 3847 static Opcode reverseComparisonOp(Opcode Opc) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 5492 CondRel = BinaryOperator::reverseComparisonOp(CondRel);

Completed in 34 milliseconds