Lines Matching refs:xmalloc

611   n = (struct debug_name *) xmalloc (sizeof *n);  in debug_add_to_namespace()
621 ns = (struct debug_namespace *) xmalloc (sizeof *ns); in debug_add_to_namespace()
666 ret = (struct debug_handle *) xmalloc (sizeof *ret); in debug_init()
684 nfile = (struct debug_file *) xmalloc (sizeof *nfile); in debug_set_filename()
689 nunit = (struct debug_unit *) xmalloc (sizeof *nunit); in debug_set_filename()
739 f = (struct debug_file *) xmalloc (sizeof *f); in debug_start_source()
784 f = (struct debug_function *) xmalloc (sizeof *f); in debug_record_function()
789 b = (struct debug_block *) xmalloc (sizeof *b); in debug_record_function()
836 p = (struct debug_parameter *) xmalloc (sizeof *p); in debug_record_parameter()
902 b = (struct debug_block *) xmalloc (sizeof *b); in debug_start_block()
990 l = (struct debug_lineno *) xmalloc (sizeof *l); in debug_record_line()
1092 tc = (struct debug_typed_constant *) xmalloc (sizeof *tc); in debug_record_typed_const()
1159 v = (struct debug_variable *) xmalloc (sizeof *v); in debug_record_variable()
1179 t = (struct debug_type_s *) xmalloc (sizeof *t); in debug_make_type()
1202 i = (struct debug_indirect_type *) xmalloc (sizeof *i); in debug_make_indirect_type()
1291 c = (struct debug_class_type *) xmalloc (sizeof *c); in debug_make_struct_type()
1324 c = (struct debug_class_type *) xmalloc (sizeof *c); in debug_make_object_type()
1355 e = (struct debug_enum_type *) xmalloc (sizeof *e); in debug_make_enum_type()
1409 f = (struct debug_function_type *) xmalloc (sizeof *f); in debug_make_function_type()
1458 r = (struct debug_range_type *) xmalloc (sizeof *r); in debug_make_range_type()
1492 a = (struct debug_array_type *) xmalloc (sizeof *a); in debug_make_array_type()
1524 s = (struct debug_set_type *) xmalloc (sizeof *s); in debug_make_set_type()
1555 o = (struct debug_offset_type *) xmalloc (sizeof *o); in debug_make_offset_type()
1586 m = (struct debug_method_type *) xmalloc (sizeof *m); in debug_make_method_type()
1686 b = (struct debug_baseclass_s *) xmalloc (sizeof *b); in debug_make_baseclass()
1710 f = (struct debug_field_s *) xmalloc (sizeof *f); in debug_make_field()
1736 f = (struct debug_field_s *) xmalloc (sizeof *f); in debug_make_static_member()
1757 m = (struct debug_method_s *) xmalloc (sizeof *m); in debug_make_method()
1784 m = (struct debug_method_variant_s *) xmalloc (sizeof *m); in debug_make_method_variant()
1810 m = (struct debug_method_variant_s *) xmalloc (sizeof *m); in debug_make_static_method_variant()
1847 n = (struct debug_named_type *) xmalloc (sizeof *n); in debug_name_type()
1900 n = (struct debug_named_type *) xmalloc (sizeof *n); in debug_tag_type()
2981 l = (struct debug_class_id *) xmalloc (sizeof *l); in debug_set_class_id()