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