Searched refs:derived_type (Results 1 – 9 of 9) sorted by relevance
33 class derived_type : public base_one, base_two class36 derived_type () in derived_type() function in derived_type65 mixed_func_1g (derived_type obj) in mixed_func_1g()72 derived_type obj; in mixed_func_1f()
41 static void derived_type (void);548 derived_type (); in dump_symbol_info()557 derived_type (void) in derived_type() function
202 (derived_type): Likewise.
2238 struct demangle_component *derived_type; in d_special_name() local2242 derived_type = cplus_demangle_type (di); in d_special_name()2253 base_type, derived_type); in d_special_name()
2102 struct demangle_component *derived_type; in d_special_name() local2106 derived_type = cplus_demangle_type (di); in d_special_name()2117 base_type, derived_type); in d_special_name()
25333 @item __is_base_of (base_type, derived_type)25334 If @code{base_type} is a base class of @code{derived_type}25337 @code{derived_type} are ignored. For the purposes of this trait, a25339 Requires: if @code{__is_class (base_type)} and @code{__is_class (derived_type)}25340 are @code{true} and @code{base_type} and @code{derived_type} are not the same25341 type (disregarding cv-qualifiers), @code{derived_type} shall be a complete
57276 '__is_base_of (base_type, derived_type)'57277 If 'base_type' is a base class of 'derived_type' ([class.derived])57279 cv-qualifications of 'base_type' and 'derived_type' are ignored.57282 (derived_type)' are 'true' and 'base_type' and 'derived_type' are57283 not the same type (disregarding cv-qualifiers), 'derived_type'
120755 object "derived_type obj" goes on the stack which is then passed-by-value120757 since derived_type contains a heap allocated string and the copy120760 other hand the d'tor of derived_type actually is implemented and calls