Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DTypeSlots.py323 if not scope.needs_gc():
403 if scope.needs_gc():
DModuleNode.py1071 if scope.needs_gc():
1183 if scope.needs_gc():
1258 needs_gc = scope.needs_gc()
1274 if needs_gc:
1286 if needs_gc:
1310 if needs_gc:
1313 if base_type.scope and base_type.scope.needs_gc():
DSymtab.py1794 def needs_gc(self): member in CClassScope
1801 return base_type.scope.needs_gc()
1811 return self.needs_gc() and not self.directives.get('no_gc_clear', False)
1860 or not type.scope or type.scope.needs_gc()):