Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h3019 static bool isLogicalOp(Opcode Opc) { return Opc == BO_LAnd || Opc==BO_LOr; } in isLogicalOp() function
3020 bool isLogicalOp() const { return isLogicalOp(getOpcode()); } in isLogicalOp() function