Searched refs:is_builtin_type (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DVisitor.py516 if obj_type.is_builtin_type:
531 if obj_type.is_builtin_type:
595 if obj_type.is_builtin_type:
H A DExprNodes.py1573 elif (self.entry.type.is_extension_type or self.entry.type.is_builtin_type) and \
1656 if entry.type.is_extension_type or entry.type.is_builtin_type:
1759 self.inferred_type.is_builtin_type):
2331 self.may_be_a_sequence = not sequence_type.is_builtin_type
3866 if base_type.is_builtin_type:
4259 elif result_type.is_builtin_type:
4286 if (entry.type.is_builtin_type and
4513 elif formal_arg.type.is_builtin_type:
4516 if arg.type.is_builtin_type and isinstance(arg, PyTypeTestNode):
5229 if obj_type.is_builtin_type an
[all...]
H A DPyrexTypes.py115 if self.is_builtin_type or self.py_type_name() == 'object':
199 is_builtin_type = 0 variable in class:PyrexType
936 is_builtin_type = 1 variable in class:BuiltinObjectType
1107 if other_type.is_extension_type or other_type.is_builtin_type:
3602 if (src_type.is_builtin_type and src_type.name == 'str' and
3742 elif type1.is_builtin_type and type1.name == 'float' and type2.is_numeric:
3744 elif type2.is_builtin_type and type2.name == 'float' and type1.is_numeric:
3870 from_type.is_builtin_type and from_type.name != 'type'):
H A DSymtab.py1364 if base_type.is_builtin_type:
1802 elif self.parent_type.is_builtin_type:
1859 if (not type.is_builtin_type
1922 if not self.parent_type.is_builtin_type:
1935 if get_special_method_signature(name) and not self.parent_type.is_builtin_type:
H A DTypeInference.py106 if iterator_type.is_builtin_type:
H A DModuleNode.py1324 elif base_type.is_builtin_type:
1401 elif base_type.is_builtin_type:
1473 elif base_type.is_builtin_type:
1961 if entry.type.is_extension_type or entry.type.is_builtin_type:
2500 base_type.is_builtin_type and not entry.utility_code_definition):
H A DOptimize.py1864 or not function.type.is_builtin_type \
2188 if ((arg_type.is_extension_type or arg_type.is_builtin_type)
2254 if entry and entry.type and entry.type.is_builtin_type:
2593 if key_type.is_builtin_type:
3675 if type_arg.type.is_builtin_type and type_arg.type.name == 'type':
H A DNodes.py2004 arg.type.is_builtin_type,
2645 elif (arg.type.is_extension_type or arg.type.is_builtin_type
2740 (arg.type.is_extension_type or arg.type.is_builtin_type):
4289 not (base_class_entry.type.is_builtin_type and
4299 elif base_class_entry.type.is_builtin_type and \
5295 if value.type is Builtin.tuple_type or not value.type.is_builtin_type:
H A DFlowControl.py954 if iterator_type.is_builtin_type:

Completed in 147 milliseconds