Searched refs:ReverseComparison (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp190 static BinaryOperator::Opcode ReverseComparison(BinaryOperator::Opcode op) { function
395 op = ReverseComparison(op);
599 return makeNonLoc(rSym, ReverseComparison(op), lVal, resultTy);

Completed in 160 milliseconds