HomeSort by relevance Sort by last modified time
    Searched full:is_pyobject (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
UtilNodes.py 20 self.needs_cleanup = type.is_pyobject
54 if self.type.is_pyobject:
70 if self.type.is_pyobject:
167 if not self.type.is_pyobject:
177 return self.type.is_pyobject
201 if self.type.is_pyobject:
246 if self.temp_type.is_pyobject:
ExprNodes.py 95 if type_tuple[1].is_pyobject:
327 return self.type.is_pyobject and self.is_temp
350 if (self.is_temp and self.type.is_pyobject and
499 if self.type and self.type.is_pyobject:
503 if env.nogil and self.type.is_pyobject:
545 if type.is_pyobject:
574 if self.type.is_pyobject and not self.result_in_temp():
612 if self.type.is_pyobject:
629 if self.type.is_pyobject:
730 if src.type.is_pyobject
    [all...]
Nodes.py 505 if base_type.is_pyobject:
517 if base_type.is_pyobject:
560 if base_type.is_pyobject:
655 if (return_type.is_pyobject
666 and not exc_val_type.is_pyobject
668 and not exc_val_type.return_type.is_pyobject
757 if base_type.is_pyobject:
    [all...]
Visitor.py 473 if not function.type.is_pyobject:
488 if function.type.is_pyobject:
590 elif function.is_attribute and function.type.is_pyobject:
597 arg_list and arg_list[0].type.is_pyobject):
MemoryView.py 200 dtype.is_pyobject or
460 dst.type.dtype.is_pyobject),
496 if dtype.is_pyobject:
501 if dtype.is_pyobject:
615 dtype_is_object=int(to_memview.dtype.is_pyobject)),
    [all...]
Code.py 612 If type.is_pyobject, manage_ref comes into play. If manage_ref is set to
617 If not type.is_pyobject, then manage_ref will be ignored, but it
629 if not type.is_pyobject and not type.is_memoryviewslice:
676 used.append((name, type, manage_ref and type.is_pyobject))
686 if manage_ref and type.is_pyobject]
    [all...]
Optimize.py 387 if not slice_base.type.is_pyobject:
403 if not slice_base.type.is_pyobject:
428 if not slice_node.type.is_pyobject:
480 if slice_base.type.is_string and node.target.type.is_pyobject:
566 if not counter_type.is_pyobject and not counter_type.is_int:
588 is_temp = counter_type.is_pyobject
    [all...]
AutoDocTransforms.py 222 if not entry.type.is_pyobject:
PyrexTypes.py 141 # is_pyobject boolean Is a Python object type
195 is_pyobject = 0 variable in class:PyrexType
270 return (self.is_int or self.is_float or self.is_complex or self.is_pyobject or
702 self.dtype.is_pyobject)
714 if self.dtype.is_pyobject:
775 if self.dtype.is_pyobject:
871 is_pyobject = 1 variable in class:PyObjectType
    [all...]
Symtab.py     [all...]
FlowControl.py 347 if not entry.type.is_pyobject:
375 if (not inferred_type.is_pyobject and
595 entry.type.is_pyobject or entry.type.is_unspecified)):
    [all...]
TypeInference.py 513 if result_type.is_pyobject:
Buffer.py 619 if dtype.is_pyobject:
703 elif dtype.is_pyobject:
FusedNode.py 277 if dtype.is_pyobject:
ParseTreeTransforms.py     [all...]
TypeSlots.py 117 if arg_type.is_pyobject:
    [all...]
ModuleNode.py     [all...]

Completed in 757 milliseconds