/external/clang/tools/scan-build/bin/ |
D | scan-build | 53 IgnoreErrors => 0, # Ignore build errors. 971 my $IgnoreErrors = shift; 976 if ($IgnoreErrors) { 1050 my $IgnoreErrors = shift; 1057 return RunXcodebuild($Args, $IgnoreErrors, $CCAnalyzer, $CXXAnalyzer, $EnvVars); 1090 if ($IgnoreErrors) { 1513 $Options{IgnoreErrors} = 1; 1817 my $ExitStatus = RunBuildCommand(\@ARGV, $Options{IgnoreErrors}, $Cmd, $CmdCXX,
|
/external/llvm-project/clang/tools/scan-build/bin/ |
D | scan-build | 52 IgnoreErrors => 0, # Ignore build errors. 1040 my $IgnoreErrors = shift; 1045 if ($IgnoreErrors) { 1119 my $IgnoreErrors = shift; 1127 return RunXcodebuild($Args, $IgnoreErrors, $CCAnalyzer, $CXXAnalyzer, $EnvVars); 1162 if ($IgnoreErrors) { 1656 $Options{IgnoreErrors} = 1; 2007 my $ExitStatus = RunBuildCommand(\@ARGV, $Options{IgnoreErrors}, $Options{KeepCC},
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 112 const char *Overview, bool IgnoreErrors); 993 const char *Overview, bool IgnoreErrors) { in ParseCommandLineOptions() argument 995 IgnoreErrors); in ParseCommandLineOptions() 1010 bool IgnoreErrors) { in ParseCommandLineOptions() argument 1066 if (!IgnoreErrors) in ParseCommandLineOptions() 1077 if (!IgnoreErrors) { in ParseCommandLineOptions() 1180 if (!IgnoreErrors) { in ParseCommandLineOptions() 1211 if (!IgnoreErrors) { in ParseCommandLineOptions() 1221 if (!IgnoreErrors) { in ParseCommandLineOptions() 1321 if (!IgnoreErrors) in ParseCommandLineOptions()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 126 StringRef Overview, bool IgnoreErrors); 1020 StringRef Overview, bool IgnoreErrors) { in ParseCommandLineOptions() argument 1022 IgnoreErrors); in ParseCommandLineOptions() 1037 bool IgnoreErrors) { in ParseCommandLineOptions() argument 1093 if (!IgnoreErrors) in ParseCommandLineOptions() 1104 if (!IgnoreErrors) { in ParseCommandLineOptions() 1207 if (!IgnoreErrors) { in ParseCommandLineOptions() 1238 if (!IgnoreErrors) { in ParseCommandLineOptions() 1249 if (!IgnoreErrors) { in ParseCommandLineOptions() 1349 if (!IgnoreErrors) in ParseCommandLineOptions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Path.inc | 1069 bool IgnoreErrors) { 1076 if (!st && !IgnoreErrors) 1080 EC = remove_directories_impl(Item, IgnoreErrors); 1081 if (EC && !IgnoreErrors) 1086 if (EC && !IgnoreErrors) 1090 if (EC && !IgnoreErrors) 1096 std::error_code remove_directories(const Twine &path, bool IgnoreErrors) { 1097 auto EC = remove_directories_impl(path, IgnoreErrors); 1098 if (EC && !IgnoreErrors) 1101 if (EC && !IgnoreErrors)
|
/external/llvm-project/llvm/lib/Support/Unix/ |
D | Path.inc | 1157 bool IgnoreErrors) { 1164 if (!st && !IgnoreErrors) 1168 EC = remove_directories_impl(Item, IgnoreErrors); 1169 if (EC && !IgnoreErrors) 1174 if (EC && !IgnoreErrors) 1178 if (EC && !IgnoreErrors) 1184 std::error_code remove_directories(const Twine &path, bool IgnoreErrors) { 1185 auto EC = remove_directories_impl(path, IgnoreErrors); 1186 if (EC && !IgnoreErrors) 1189 if (EC && !IgnoreErrors)
|
/external/llvm-project/llvm/lib/Support/ |
D | CommandLine.cpp | 1347 bool IgnoreErrors = Errs; in ParseCommandLineOptions() local 1395 if (!IgnoreErrors) in ParseCommandLineOptions() 1406 if (!IgnoreErrors) in ParseCommandLineOptions() 1657 if (!IgnoreErrors) in ParseCommandLineOptions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 1330 bool IgnoreErrors = Errs; in ParseCommandLineOptions() local 1378 if (!IgnoreErrors) in ParseCommandLineOptions() 1389 if (!IgnoreErrors) in ParseCommandLineOptions() 1640 if (!IgnoreErrors) in ParseCommandLineOptions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 1264 std::error_code remove_directories(const Twine &path, bool IgnoreErrors) { 1268 if (EC && !IgnoreErrors) 1285 if (result != 0 && !IgnoreErrors)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 402 std::error_code remove_directories(const Twine &path, bool IgnoreErrors = true);
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | FileSystem.h | 382 std::error_code remove_directories(const Twine &path, bool IgnoreErrors = true);
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Path.inc | 1321 std::error_code remove_directories(const Twine &path, bool IgnoreErrors) { 1325 if (EC && !IgnoreErrors) 1342 if (result != 0 && !IgnoreErrors)
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 50 bool IgnoreErrors = false);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | CommandLine.h | 55 bool IgnoreErrors = false);
|
/external/icing/icing/result/ |
D | result-retriever_test.cc | 265 TEST_F(ResultRetrieverTest, IgnoreErrors) { in TEST_F() argument
|