Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dsysdump.c53 static void derived_type (void);
541 derived_type (); in dump_symbol_info()
550 derived_type (void) in derived_type() function
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dsysdump.c53 static void derived_type (void);
590 derived_type (); in dump_symbol_info()
599 derived_type (void) in derived_type() function
/openbsd/src/gnu/llvm/llvm/utils/gdb-scripts/
Dprettyprinters.py430 derived_type = val.type.template_argument(0)
445 return pointer.cast(derived_type.pointer())
/openbsd/src/gnu/lib/libiberty/src/
Dcp-demangle.c1497 struct demangle_component *derived_type; in d_special_name() local
1501 derived_type = cplus_demangle_type (di); in d_special_name()
1512 base_type, derived_type); in d_special_name()