Searched refs:td_type (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dubsan.c563 tree td_type = ubsan_get_type_descriptor_type (); local
564 td_type = build_pointer_type (td_type);
587 td_type);
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc1203 Type* td_type = Type::make_type_descriptor_type(); local
1204 Btype* td_btype = td_type->get_backend(gogo);
1970 Type* td_type = Type::make_type_descriptor_type(); local
1971 const Struct_field_list* fields = td_type->struct_type()->fields();
2072 return Expression::make_struct_composite_literal(td_type, vals, bloc);
H A Dexpressions.cc14721 Type* td_type; local
14723 td_type = this->type_;
14725 td_type = Type::make_pointer_type(this->type_);
14731 svals->push_back(Expression::make_type_descriptor(td_type, loc));

Completed in 257 milliseconds