Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h432 case COP_SApply: return Prec_Postfix; in precedence()
DThreadSafetyTIL.h871 static bool classof(const SExpr *E) { return E->opcode() == COP_SApply; } in classof()
873 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {} in SExpr() argument