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

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

Completed in 112 milliseconds