Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py292 class UniquePointerPrinter: class
1954 libstdcxx_printer.add_version('std::', 'unique_ptr', UniquePointerPrinter)
1970 libstdcxx_printer.add('std::__debug::unique_ptr', UniquePointerPrinter)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py333 class UniquePointerPrinter: class
2375 libstdcxx_printer.add_version('std::', 'unique_ptr', UniquePointerPrinter)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20193770 * python/libstdcxx/v6/printers.py (UniquePointerPrinter.__init__):
4121 * python/libstdcxx/v6/printers.py (UniquePointerPrinter.__init__): Do
4141 * python/libstdcxx/v6/printers.py (UniquePointerPrinter.__init__):
H A DChangeLog-20186075 (UniquePointerPrinter): Print correct template argument, not type of
6111 (SharedPointerPrinter, UniquePointerPrinter): Treat stored values as
H A DChangeLog-20122246 (UniquePointerPrinter.to_string): Extract the pointer and also
H A DChangeLog-2016102 * python/libstdcxx/v6/printers.py (UniquePointerPrinter.to_string):
1470 * python/libstdcxx/v6/printers.py (UniquePointerPrinter): Adjust for
H A DChangeLog-20115460 (UniquePointerPrinter.__init__): Add 'typename' argument.
H A DChangeLog-20204279 * python/libstdcxx/v6/printers.py (UniquePointerPrinter.__init__):
H A DChangeLog-20211232 (UniquePointerPrinter, StdPathPrinter): Use unique_ptr_get.