Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h977 : SExpr(COP_Call), Target(T), Cexpr(Ce) {} in SExpr() argument
980 static bool classof(const SExpr *E) { return E->opcode() == COP_Call; } in classof()
1014 static bool classof(const SExpr *E) { return E->opcode() == COP_Call; } in classof()
H A DThreadSafetyTraverse.h460 case COP_Call: return Prec_Postfix; in precedence()