Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1499 class StdErrorCodePrinter: class
1508 if StdErrorCodePrinter._errno_categories is None:
1509 StdErrorCodePrinter._errno_categories = ['generic']
1512 StdErrorCodePrinter._errno_categories.append('system')
1531 if value > 0 and category in StdErrorCodePrinter._errno_categories:
1940 libstdcxx_printer.add_version('std::', 'error_code', StdErrorCodePrinter)
1941 libstdcxx_printer.add_version('std::', 'error_condition', StdErrorCodePrinter)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1664 class StdErrorCodePrinter: class
1673 if StdErrorCodePrinter._system_is_posix is None:
1676 StdErrorCodePrinter._system_is_posix = True
1678 StdErrorCodePrinter._system_is_posix = False
2381 StdErrorCodePrinter)
2383 StdErrorCodePrinter)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog3352 * python/libstdcxx/v6/printers.py (StdErrorCodePrinter): Make
4318 * python/libstdcxx/v6/printers.py (StdErrorCodePrinter): Replace
5558 * python/libstdcxx/v6/printers.py (StdErrorCodePrinter): Strip
H A DChangeLog-20213406 * python/libstdcxx/v6/printers.py (StdErrorCodePrinter): Define.