Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp86 EOP_MCall, ///< Method call enumerator
118 assert(Op == EOP_Call || Op == EOP_MCall); in getFunctionDecl()
135 case EOP_MCall: return Flags+1; // First arg is implicit obj. in arity()
243 return make(EOP_MCall, NumArgs, getFirstVirtualDecl(D)); in makeMCall()
663 case EOP_MCall: { in toString()