Searched refs:COP_SApply (Results 1 – 2 of 2) sorted by relevance
432 case COP_SApply: return Prec_Postfix; in precedence()
871 static bool classof(const SExpr *E) { return E->opcode() == COP_SApply; } in classof()873 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {} in SExpr() argument