Searched refs:OSMismatchError (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/ |
H A D | common.py | 13 OSMismatchError, 54 raise OSMismatchError(filename, _expected, argv, error, TOOL) 114 raise OSMismatchError(filename, _expected, argv, error, tool)
|
H A D | __init__.py | 135 except _errors.OSMismatchError as exc: 188 OSMismatchError,
|
H A D | errors.py | 96 class OSMismatchError(MissingDependenciesError): class
|
H A D | __main__.py | 26 'os': _errors.OSMismatchError,
|
Completed in 2 milliseconds