HomeSort by: relevance | last modified time | path
    Searched refs:StdErrorCodePrinter (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py 1672 class StdErrorCodePrinter:
1681 if StdErrorCodePrinter._system_is_posix is None:
1684 StdErrorCodePrinter._system_is_posix = True
1686 StdErrorCodePrinter._system_is_posix = False
2389 StdErrorCodePrinter)
2391 StdErrorCodePrinter)
  /src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py 1754 class StdErrorCodePrinter(printer_base):
1763 if StdErrorCodePrinter._system_is_posix is None:
1766 StdErrorCodePrinter._system_is_posix = True
1768 StdErrorCodePrinter._system_is_posix = False
2837 StdErrorCodePrinter)
2839 StdErrorCodePrinter)

Completed in 61 milliseconds