Searched refs:_container (Results 1 – 4 of 4) sorted by relevance
2 …N: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o - | grep 'newInv->_container'10 id _container; field20 id obj = newInv->_container;21 [newInv->_container addObject:0];
12 id _container; field22 id obj = newInv->_container;23 [newInv->_container addObject:0];28 // CHECK: id obj = (*(id *)((char *)newInv + OBJC_IVAR_$_NSInvocation$_container));
37 #define TRACED_FOREACH(_type, _var, _container) \ argument38 for (_type const _var : _container) \
1523 self._container = container1529 action = self._container._add_action(action)1534 self._container._remove_action(action)