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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h2971 static bool isRelationalOp(Opcode Opc) { return Opc >= BO_LT && Opc<=BO_GE; } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
2972 bool isRelationalOp() const { return isRelationalOp(getOpcode()); } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator

Completed in 97 milliseconds