Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h968 : SExpr(COP_Call), Target(T), Cexpr(Ce) {} in SExpr() argument
971 static bool classof(const SExpr *E) { return E->opcode() == COP_Call; } in classof()
1005 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()