Home
last modified time | relevance | path

Searched refs:derived_type (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
Dmixed-lang-stack.cpp33 class derived_type : public base_one, base_two class
36 derived_type () in derived_type() function in derived_type
65 mixed_func_1g (derived_type obj) in mixed_func_1g()
72 derived_type obj; in mixed_func_1f()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dsysdump.c41 static void derived_type (void);
548 derived_type (); in dump_symbol_info()
557 derived_type (void) in derived_type() function
DChangeLog-2011202 (derived_type): Likewise.
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dcp-demangle.c2238 struct demangle_component *derived_type; in d_special_name() local
2242 derived_type = cplus_demangle_type (di); in d_special_name()
2253 base_type, derived_type); in d_special_name()
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dcp-demangle.c2102 struct demangle_component *derived_type; in d_special_name() local
2106 derived_type = cplus_demangle_type (di); in d_special_name()
2117 base_type, derived_type); in d_special_name()
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dcp-demangle.c2238 struct demangle_component *derived_type; in d_special_name() local
2242 derived_type = cplus_demangle_type (di); in d_special_name()
2253 base_type, derived_type); in d_special_name()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dextend.texi25333 @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, a
25339 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 same
25341 type (disregarding cv-qualifiers), @code{derived_type} shall be a complete
Dgcc.info57276 '__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' are
57283 not the same type (disregarding cv-qualifiers), 'derived_type'
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git120755 object "derived_type obj" goes on the stack which is then passed-by-value
120757 since derived_type contains a heap allocated string and the copy
120760 other hand the d'tor of derived_type actually is implemented and calls