Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h964 static bool classof(const SExpr *E) { return E->opcode() == COP_Call; } in classof()
967 : SExpr(COP_Call), Target(T), Cexpr(Ce) {} in SExpr() argument
995 static bool classof(const SExpr *E) { return E->opcode() == COP_Call; } in classof()
DThreadSafetyTraverse.h435 case COP_Call: return Prec_Postfix; in precedence()