Searched refs:COP_Call (Results 1 – 2 of 2) sorted by relevance
964 static bool classof(const SExpr *E) { return E->opcode() == COP_Call; } in classof()967 : SExpr(COP_Call), Target(T), Cexpr(Ce) {} in SExpr() argument995 static bool classof(const SExpr *E) { return E->opcode() == COP_Call; } in classof()
435 case COP_Call: return Prec_Postfix; in precedence()