Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/git/
H A Dpre-push.py85 ignore_errors=False, text=True, print_raw_stderr=False): argument
94 if ignore_errors:
107 if p.returncode == 0 or ignore_errors:
108 if stderr and not ignore_errors:
163 if "commit" not in git('cat-file','-t', remote_sha, ignore_errors=True):
/llvm-project-15.0.7/lldb/docs/
H A Dconf.py327 shutil.rmtree(api_source_dir, ignore_errors=True)
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A Danalyze.py207 shutil.rmtree(extdefmap_dir, ignore_errors=True)
255 shutil.rmtree(ctu_config.dir, ignore_errors=True)
272 shutil.rmtree(ctu_config.dir, ignore_errors=True)
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py4064 def register_function(lib, item, ignore_errors): argument
4072 if ignore_errors:
4085 def register_functions(lib, ignore_errors): argument
4093 return register_function(lib, item, ignore_errors)