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