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

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dsetjmp-2.c18 static int is_addressable(void *p, size_t size) function
46 is_addressable(0x0, 1);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/stackalign/
H A Dsetjmp-2.c16 static int is_addressable(void *p, size_t size) function
44 is_addressable(0x0, 1);
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h742 is_addressable() const function in class:Expression
2349 { return this->expr_->is_addressable(); }
H A Dexpressions.cc3677 if (!ue->expr_->is_addressable() && !ue->create_temp_)
4064 if (!this->expr_->is_addressable())
5145 && !this->left_->is_addressable())
5156 && !this->right_->is_addressable())
5251 if (!expr->is_addressable())
6124 go_assert(right->is_addressable());
10089 if (!this->array_->is_addressable())
10149 return this->array_->is_addressable();
H A Dstatements.cc600 if (!this->lhs_->is_addressable()
H A Dtypes.cc9804 || expr->is_addressable());

Completed in 210 milliseconds