Searched defs:isComparisonOp (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h3001 static bool isComparisonOp(Opcode Opc) { return Opc >= BO_LT && Opc<=BO_NE; } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
3002 bool isComparisonOp() const { return isComparisonOp(getOpcode()); } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator

Completed in 523 milliseconds