Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/check_cfc/
H A Dcheck_cfc.py79 class WrapperCheckException(Exception): class
273 raise WrapperCheckException(
297 raise WrapperCheckException(
304 raise WrapperCheckException(
307 raise WrapperCheckException("Object files not identical with -S\n")
385 except WrapperCheckException as e: