Home
last modified time | relevance | path

Searched refs:CCompilerError (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/distutils/
H A Derrors.py79 class CCompilerError (Exception): class
82 class PreprocessError (CCompilerError):
85 class CompileError (CCompilerError):
88 class LibError (CCompilerError):
92 class LinkError (CCompilerError):
96 class UnknownFileError (CCompilerError):
H A Dcygwinccompiler.py56 from distutils.errors import (DistutilsExecError, CCompilerError, namespace
297 raise CCompilerError(
H A Dcore.py159 CCompilerError) as msg:
/third_party/python/
H A Dsetup.py54 from distutils.errors import CCompilerError, DistutilsError namespace
611 except (CCompilerError, DistutilsError) as why:
/third_party/python/Lib/distutils/command/
H A Dbuild_ext.py480 except (CCompilerError, DistutilsError, CompileError) as e:

Completed in 7 milliseconds