HomeSort by relevance Sort by last modified time
    Searched refs:sfun (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 680 self()->printSExpr(E->sfun(), SS, Prec_Postfix);
692 if (const Variable *V = dyn_cast<Variable>(SAP->sfun())) {
ThreadSafetyTIL.h 737 // A rewrite operation will call SFun constructor to set Vvd->Definition.
873 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {}
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
877 SExpr *sfun() { return Sfun; } function in class:clang::threadSafety::SApply
878 const SExpr *sfun() const { return Sfun; } function in class:clang::threadSafety::SApply
880 SExpr *arg() { return Arg ? Arg : Sfun; }
881 const SExpr *arg() const { return Arg ? Arg : Sfun; }
887 auto Nf = Vs.traverse(Sfun, Vs.subExprCtx(Ctx))
    [all...]

Completed in 92 milliseconds