Searched refs:is_nil_constant_as_type (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dstatements.cc4034 && !type->is_nil_constant_as_type()
4053 if (type->is_nil_constant_as_type())
4204 if (t->is_nil_constant_as_type())
H A Dtypes.h805 is_nil_constant_as_type() const;
H A Dgogo.cc5917 && this->type_->is_nil_constant_as_type())
6034 && this->type_->is_nil_constant_as_type())
6109 && this->type_->is_nil_constant_as_type())
H A Dtypes.cc255 Type::is_nil_constant_as_type() const function in class:Type
10358 if (!this->is_defined() && !this->is_nil_constant_as_type())

Completed in 139 milliseconds