Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h3007 static bool isRelationalOp(Opcode Opc) { return Opc >= BO_LT && Opc<=BO_GE; } in isRelationalOp() function
3008 bool isRelationalOp() const { return isRelationalOp(getOpcode()); } in isRelationalOp() function