Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h457 case COP_SApply: return Prec_Postfix; in precedence()
H A DThreadSafetyTIL.h885 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {} in SExpr() argument
889 static bool classof(const SExpr *E) { return E->opcode() == COP_SApply; } in classof()