Lines Matching refs:is_ptr

703                     dst_type.is_ptr and dst_type.base_type.is_cfunction):
804 elif type.is_pyobject or type.is_int or type.is_ptr or type.is_float:
1934 if (self.entry.type.is_ptr and isinstance(rhs, ListNode)
2229 if (self.sequence.type.is_array or self.sequence.type.is_ptr) and \
2255 if sequence_type.is_array or sequence_type.is_ptr:
2267 if sequence_type.is_ptr:
2301 elif iter_type.is_ptr:
2324 if sequence_type.is_array or sequence_type.is_ptr:
2487 if iterator_type.is_ptr or iterator_type.is_array:
2787 and base.type and (base.type.is_ptr or base.type.is_array))
2875 elif base_type.is_ptr or base_type.is_array:
2952 if self.base.type.is_string or not (self.base.type.is_ptr or self.base.type.is_array):
3176 if base_type.is_ptr or base_type.is_array:
3195 if func_type.is_ptr:
3363 # NOTE: references currently have both is_reference and is_ptr
3370 elif self.type.is_ptr:
3399 if (self.type.is_ptr or self.type.is_array) and self.type == self.base.type:
3779 elif base_type.is_ptr or base_type.is_array:
3856 elif base_type.is_ptr:
4250 if func_type.is_ptr:
4428 if func_type.is_ptr:
4970 if function_type.is_ptr:
5374 if obj_type.is_ptr or obj_type.is_array:
6308 elif dst_type.is_ptr and dst_type.base_type is not PyrexTypes.c_void_type:
8055 if operand_type.is_cpp_class or operand_type.is_ptr:
8253 if operand_type.is_ptr:
8259 if self.operand.type.is_ptr:
8275 elif self.operand.type.is_ptr:
8404 if self.operand.type.is_ptr:
8414 elif self.type.is_ptr:
8544 if not self.operand.type.is_ptr and not self.operand.type.is_array:
8554 elif base_type.is_ptr:
8655 if self.operand.type.is_ptr:
8939 if func_type.is_ptr:
9031 if type1.is_cpp_class or type1.is_ptr:
9034 #if cpp_type is None and (type2.is_cpp_class or type2.is_ptr):
9216 if (type1.is_ptr or type1.is_array) and (type2.is_int or type2.is_enum):
9218 elif (type2.is_ptr or type2.is_array) and (type1.is_int or type1.is_enum):
9239 if (type1.is_ptr or type1.is_array) and (type2.is_int or type2.is_enum):
9241 elif (type1.is_ptr or type1.is_array) and (type2.is_ptr or type2.is_array):
9956 return (container_type.is_ptr or container_type.is_array) \
10206 if func_type.is_ptr: