HomeSort by: relevance | last modified time | path
    Searched defs:Sfun (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 747 // A rewrite operation will call SFun constructor to set Vvd->Definition.
876 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {}
878 : SExpr(A), Sfun(Sf), Arg(Ar) {}
882 SExpr *sfun() { return Sfun; } function in class:clang::threadSafety::SApply
883 const SExpr *sfun() const { return Sfun; } function in class:clang::threadSafety::SApply
885 SExpr *arg() { return Arg ? Arg : Sfun; }
886 const SExpr *arg() const { return Arg ? Arg : Sfun; }
892 auto Nf = Vs.traverse(Sfun, Vs.subExprCtx(Ctx))
    [all...]
ThreadSafetyTIL.h 747 // A rewrite operation will call SFun constructor to set Vvd->Definition.
876 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {}
878 : SExpr(A), Sfun(Sf), Arg(Ar) {}
882 SExpr *sfun() { return Sfun; } function in class:clang::threadSafety::SApply
883 const SExpr *sfun() const { return Sfun; } function in class:clang::threadSafety::SApply
885 SExpr *arg() { return Arg ? Arg : Sfun; }
886 const SExpr *arg() const { return Arg ? Arg : Sfun; }
892 auto Nf = Vs.traverse(Sfun, Vs.subExprCtx(Ctx))
    [all...]

Completed in 47 milliseconds