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

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c4147 static dw_die_ref modified_type_die (tree, int, int, dw_die_ref);
8468 modified_type_die (tree type, int is_const_type, int is_volatile_type,
8516 return modified_type_die (DECL_ORIGINAL_TYPE (name),
8525 sub_die = modified_type_die (type, 0, is_volatile_type, context_die);
8530 sub_die = modified_type_die (type, 0, 0, context_die);
8590 this is a recursive type. This ensures that the modified_type_die
8593 sub_die = modified_type_die (item_type,
11202 type_die = modified_type_die (type,
12345 Use modified_type_die instead.
12361 Use modified_type_die instea
8456 modified_type_die (tree type, int is_const_type, int is_volatile_type, function
[all...]

Completed in 133 milliseconds