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