Home
last modified time | relevance | path

Searched refs:CCompilerError (Results 1 – 15 of 15) sorted by relevance

/external/python/setuptools/setuptools/_distutils/
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):
Dcygwinccompiler.py59 from distutils.errors import (DistutilsExecError, CCompilerError,
276 raise CCompilerError(
Dcore.py174 CCompilerError) as msg:
/external/python/cpython3/Lib/distutils/
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):
Dcygwinccompiler.py56 from distutils.errors import (DistutilsExecError, CCompilerError,
297 raise CCompilerError(
Dcore.py159 CCompilerError) as msg:
/external/python/cpython2/Lib/distutils/
Derrors.py70 class CCompilerError(Exception): class
73 class PreprocessError(CCompilerError):
76 class CompileError(CCompilerError):
79 class LibError(CCompilerError):
83 class LinkError(CCompilerError):
87 class UnknownFileError(CCompilerError):
Dcore.py16 DistutilsError, CCompilerError)
162 CCompilerError), msg:
/external/python/setuptools/setuptools/
Derrors.py12 CCompilerError = _distutils_errors.CCompilerError variable
/external/python/markupsafe/
Dsetup.py4 from distutils.errors import CCompilerError
31 except (CCompilerError, DistutilsExecError, DistutilsPlatformError):
/external/python/cpython2/Misc/
DBeOS-setup.py130 except (CCompilerError, DistutilsError), why:
/external/python/cpython3/Lib/distutils/command/
Dbuild_ext.py480 except (CCompilerError, DistutilsError, CompileError) as e:
/external/python/setuptools/setuptools/_distutils/command/
Dbuild_ext.py479 except (CCompilerError, DistutilsError, CompileError) as e:
/external/python/cpython3/
Dsetup.py53 from distutils.errors import CCompilerError, DistutilsError
591 except (CCompilerError, DistutilsError) as why:
/external/python/cpython2/
Dsetup.py308 except (CCompilerError, DistutilsError), why: