Searched refs:sfun (Results 1 – 2 of 2) sorted by relevance
680 self()->printSExpr(E->sfun(), SS, Prec_Postfix); in printSApply()692 if (const Variable *V = dyn_cast<Variable>(SAP->sfun())) { in printProject()
877 SExpr *sfun() { return Sfun; } in sfun() function878 const SExpr *sfun() const { return Sfun; } in sfun() function895 typename C::CType Ct = Cmp.compare(sfun(), E->sfun()); in compare()