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

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

Completed in 314 milliseconds