Searched refs:is_fused (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DFusedNode.py63 assert not n.entry.type.is_fused
64 assert not n.local_scope.return_type.is_fused
65 if node.return_type.is_fused:
66 assert not n.return_type.is_fused
83 [arg.type for arg in self.node.args if arg.type.is_fused])
187 if arg.type.is_fused:
564 if arg.type.is_fused and arg.type not in seen_fused_types:
H A DPyrexTypes.py76 Add this indirection for the is_fused property to allow overriding
81 is_fused = property(_get_fused_types, doc="Whether this type or any of its " variable in class:BaseType
294 is_fused = base_type.is_fused
295 if base_type.is_complex or is_fused:
297 if is_fused:
525 if not self.dtype.is_fused:
1268 is_fused = 1 variable in class:FusedType
2579 result.from_fused = self.is_fused
2598 assert self.is_fused
[all...]
H A DParseTreeTransforms.py1542 if arg.type.is_fused:
1936 if not node.is_generator_body and node.return_type.is_fused:
1944 if node.type and node.type.is_fused:
2761 if type1.is_fused:
2763 elif not type2.is_fused:
H A DMemoryView.py201 dtype.is_fused or # accept this as it will be replaced by specializations later
H A DNodes.py493 if base_type.is_fused and env.fused_to_specific:
698 if func_type.is_fused:
1104 if self.type.is_fused and env.fused_to_specific:
1151 elif type.is_fused:
1217 if base_type.is_fused and not self.in_pxd and (env.is_c_class_scope or
1465 if type.is_fused:
2162 if type_arg.type.is_fused:
2628 if type.is_fused:
H A DSymtab.py786 if entry.type.is_fused and self.fused_to_specific:
2038 if base_entry.type.is_fused:
H A DExprNodes.py699 if src_type.is_fused or dst_type.is_fused:
702 if (src_type.is_cfunction and not dst_type.is_fused and
714 if src_type.is_fused:
3202 if base_type.is_fused:
3318 if type.is_fused:
4458 if self.function.type.is_fused:
8427 elif self.operand.type.is_fused:
8789 if self.arg_type.is_fused:
H A DModuleNode.py2423 if entry.type.is_fused:

Completed in 784 milliseconds