Home
last modified time | relevance | path

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

/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
Dcommon.py13 OSMismatchError,
54 raise OSMismatchError(filename, _expected, argv, error, TOOL)
114 raise OSMismatchError(filename, _expected, argv, error, tool)
D__init__.py135 except _errors.OSMismatchError as exc:
188 OSMismatchError,
Derrors.py96 class OSMismatchError(MissingDependenciesError): class
D__main__.py26 'os': _errors.OSMismatchError,