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/
ThreadSafetyTIL.h 823 // A rewrite operation will call SFun constructor to set Vvd->Definition.
951 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {}
953 : SExpr(A), Sfun(Sf), Arg(Ar) {}
955 SExpr *sfun() { return Sfun.get(); } function in class:clang::threadSafety::SApply
956 const SExpr *sfun() const { return Sfun.get(); } function in class:clang::threadSafety::SApply
958 SExpr *arg() { return Arg.get() ? Arg.get() : Sfun.get(); }
959 const SExpr *arg() const { return Arg.get() ? Arg.get() : Sfun.get(); }
965 auto Nf = Vs.traverse(Sfun, Vs.subExprCtx(Ctx))
    [all...]
ThreadSafetyTraverse.h 767 self()->printSExpr(E->sfun(), SS, Prec_Postfix);

Completed in 1573 milliseconds