Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/scan-build/bin/
H A Dscan-build51 IgnoreErrors => 0, # Ignore build errors.
1003 my $IgnoreErrors = shift;
1008 if ($IgnoreErrors) {
1082 my $IgnoreErrors = shift;
1090 return RunXcodebuild($Args, $IgnoreErrors, $CCAnalyzer, $CXXAnalyzer, $EnvVars);
1125 if ($IgnoreErrors) {
1619 $Options{IgnoreErrors} = 1;
1970 my $ExitStatus = RunBuildCommand(\@ARGV, $Options{IgnoreErrors}, $Options{KeepCC},
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc1269 bool IgnoreErrors) {
1276 if (!st && !IgnoreErrors)
1280 EC = remove_directories_impl(Item, IgnoreErrors);
1281 if (EC && !IgnoreErrors)
1286 if (EC && !IgnoreErrors)
1290 if (EC && !IgnoreErrors)
1296 std::error_code remove_directories(const Twine &path, bool IgnoreErrors) {
1297 auto EC = remove_directories_impl(path, IgnoreErrors);
1298 if (EC && !IgnoreErrors)
1301 if (EC && !IgnoreErrors)
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp1443 bool IgnoreErrors = Errs; in ParseCommandLineOptions() local
1491 if (!IgnoreErrors) in ParseCommandLineOptions()
1502 if (!IgnoreErrors) in ParseCommandLineOptions()
1751 if (!IgnoreErrors) in ParseCommandLineOptions()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc1335 std::error_code remove_directories(const Twine &path, bool IgnoreErrors) {
1339 if (EC && !IgnoreErrors)
1356 if (result != 0 && !IgnoreErrors)
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileSystem.h382 std::error_code remove_directories(const Twine &path, bool IgnoreErrors = true);