Searched defs:SApply (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h947 class SApply : public SExpr { class in namespace:clang::threadSafety
951 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {} function in class:clang::threadSafety::SApply
952 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor function in class:clang::threadSafety::SApply
971 template <class C> typename C::CType compare(SApply* E, C& Cmp) {

Completed in 1108 milliseconds