Home
last modified time | relevance | path

Searched refs:sfun (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h698 self()->printSExpr(E->sfun(), SS, Prec_Postfix); in printSApply()
710 if (const auto *V = dyn_cast<Variable>(SAP->sfun())) { in printProject()
H A DThreadSafetyTIL.h881 SExpr *sfun() { return Sfun; } in sfun() function
882 const SExpr *sfun() const { return Sfun; } in sfun() function
899 typename C::CType Ct = Cmp.compare(sfun(), E->sfun()); in compare()