Searched refs:has_pointer (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h679 has_pointer() const function in class:Type
2435 return this->length_ == NULL || this->element_type_->has_pointer();
3139 // In a recursive operation such as has_pointer, this flag is used
3200 { return this->real_type()->has_pointer(); }
H A Dtypes.cc1976 if (!this->has_pointer())
4368 unsigned long opval = this->to_type_->has_pointer() ? GC_PTR : GC_APTR;
4372 if (this->to_type_->has_pointer())
4735 if (p->type()->has_pointer())
6465 if (bound < 1 || !element_type->has_pointer())
8700 bool ret = this->type_->has_pointer();
H A Dgogo.cc1319 init_cast->is_immutable() && !var_type->has_pointer();
1385 if (!is_sink && var->type()->has_pointer())
2966 if (variable->is_global() && variable->type()->has_pointer())
4274 bool use_new_pointers = this->imported_unsafe_ || type->has_pointer();
H A Dexpressions.cc833 && stype->has_pointer()
4185 copy_to_heap = (at->element_type()->has_pointer()
12497 || (element_type->has_pointer()
/haiku-buildtools/gcc/gcc/fortran/
H A Dexpr.c3103 int has_pointer; local
3108 has_pointer = sym->attr.pointer;
3112 has_pointer = 1;
3187 if (has_pointer && (ref == NULL || ref->next == NULL)
H A Dresolve.c14034 int has_pointer; local
14061 has_pointer = sym->attr.pointer;
14073 has_pointer = 1;
14075 if (has_pointer
14085 if (e->rank == 0 || has_pointer)

Completed in 388 milliseconds