Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/builder/
Dapp_settings.rs31 IgnoreErrors, enumerator
160 IgnoreErrors
Dcommand.rs972 self.global_setting(AppSettings::IgnoreErrors) in ignore_errors()
974 self.unset_global_setting(AppSettings::IgnoreErrors) in ignore_errors()
3567 self.is_set(AppSettings::IgnoreErrors) in is_ignore_errors_set()
3797 if self.is_set(AppSettings::IgnoreErrors) { in _do_parse()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DError.cpp22 void IgnoreErrors(MaybeError maybeError) { in IgnoreErrors() function
DError.h190 void IgnoreErrors(MaybeError maybeError);
DDevice.cpp347 IgnoreErrors(WaitForIdleForDestruction()); in Destroy()
378 IgnoreErrors(TickImpl()); in Destroy()
414 IgnoreErrors(WaitForIdleForDestruction()); in HandleError()
433 IgnoreErrors(WaitForIdleForDestruction()); in HandleError()
434 IgnoreErrors(TickImpl()); in HandleError()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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)
/third_party/typescript/src/services/
DinlayHints.ts315 …const flags = NodeBuilderFlags.IgnoreErrors | TypeFormatFlags.AllowUniqueESSymbolType | TypeFormat…
DsignatureHelp.ts505 …derFlags = NodeBuilderFlags.OmitParameterModifiers | NodeBuilderFlags.IgnoreErrors | NodeBuilderFl…
DsymbolDisplay.ts3 …derFlags = NodeBuilderFlags.OmitParameterModifiers | NodeBuilderFlags.IgnoreErrors | NodeBuilderFl…
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h402 std::error_code remove_directories(const Twine &path, bool IgnoreErrors = true);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h55 bool IgnoreErrors = false);
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DTypeScriptLinter.ts1550 undefined, NodeBuilderFlags.WriteTypeArgumentsOfSignature | NodeBuilderFlags.IgnoreErrors);
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts1605 undefined, NodeBuilderFlags.WriteTypeArgumentsOfSignature | NodeBuilderFlags.IgnoreErrors);
/third_party/typescript/src/compiler/
Dtypes.ts4983IgnoreErrors = AllowThisInObjectLiteral | AllowQualifiedNameInPlaceOfIdentifier | AllowAnonymousId…
Dchecker.ts4957 let nodeFlags = NodeBuilderFlags.IgnoreErrors;
4997 …t, enclosingDeclaration, toNodeBuilderFlags(flags) | NodeBuilderFlags.IgnoreErrors | NodeBuilderFl…
5007 …e, enclosingDeclaration, toNodeBuilderFlags(flags) | NodeBuilderFlags.IgnoreErrors | (noTruncation…
8516 …e, enclosingDeclaration, toNodeBuilderFlags(flags) | NodeBuilderFlags.IgnoreErrors | NodeBuilderFl…
/third_party/typescript/lib/
Dtypescript.d.ts2503 IgnoreErrors = 70221824, enumerator
DtypescriptServices.d.ts2503 IgnoreErrors = 70221824, enumerator
Dtsserverlibrary.d.ts2503 IgnoreErrors = 70221824, enumerator
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2503 IgnoreErrors = 70221824, enumerator
Dtsserverlibrary.d.ts2503 IgnoreErrors = 70221824, enumerator
/third_party/rust/crates/clap/
DCHANGELOG.md1345 - Partial parsing via `AppSettings::IgnoreErrors` ([clap-rs/clap#1880](https://github.com/clap-rs/c…