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