Home
last modified time | relevance | path

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

/external/clang/tools/scan-build/bin/
Dscan-build53 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/
Dscan-build52 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/
DCommandLine.cpp112 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/
DCommandLine.cpp126 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/
DPath.inc1069 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/
DPath.inc1157 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/
DCommandLine.cpp1347 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/
DCommandLine.cpp1330 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/
DPath.inc1264 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/
DFileSystem.h402 std::error_code remove_directories(const Twine &path, bool IgnoreErrors = true);
/external/llvm-project/llvm/include/llvm/Support/
DFileSystem.h382 std::error_code remove_directories(const Twine &path, bool IgnoreErrors = true);
/external/llvm-project/llvm/lib/Support/Windows/
DPath.inc1321 std::error_code remove_directories(const Twine &path, bool IgnoreErrors) {
1325 if (EC && !IgnoreErrors)
1342 if (result != 0 && !IgnoreErrors)
/external/llvm/include/llvm/Support/
DCommandLine.h50 bool IgnoreErrors = false);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h55 bool IgnoreErrors = false);
/external/icing/icing/result/
Dresult-retriever_test.cc265 TEST_F(ResultRetrieverTest, IgnoreErrors) { in TEST_F() argument