Searched defs:isComparisonOp (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | Expr.h | 2989 static bool isComparisonOp(Opcode Opc) { return Opc >= BO_LT && Opc<=BO_NE; } function in class:clang::StringLiteral::final::CallExpr::BinaryOperator 2990 bool isComparisonOp() const { return isComparisonOp(getOpcode()); } function in class:clang::StringLiteral::final::CallExpr::BinaryOperator |
Completed in 46 milliseconds