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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h2977 static bool isComparisonOp(Opcode Opc) { return Opc >= BO_LT && Opc<=BO_NE; } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
2978 bool isComparisonOp() const { return isComparisonOp(getOpcode()); } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator

Completed in 103 milliseconds