Home
last modified time | relevance | path

Searched refs:ErrorRecovery (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dstmt-parser.h69 SkipTo<'\n'>{} >> construct<ErrorRecovery>()};
74 SkipPast<'\n'>{} >> construct<ErrorRecovery>()};
79 constexpr auto skipBadLine{SkipPast<'\n'>{} >> construct<ErrorRecovery>()};
DFortran-parsers.cpp425 fail<ErrorRecovery>(
427 kindOrLen >> construct<ErrorRecovery>())))
501 !"END"_tok >> SkipTo<'\n'>{} >> construct<ErrorRecovery>())))
Dexecutable-parsers.cpp64 construct<ExecutionPartConstruct>(construct<ErrorRecovery>(ok /
/external/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc825 ErrorRecovery(errVal, _handlePlayout); in InitPlayout()
966 ErrorRecovery(errVal, _handleRecord); in InitRecording()
1378 int32_t AudioDeviceLinuxALSA::ErrorRecovery(int32_t error, in ErrorRecovery() function in webrtc::AudioDeviceLinuxALSA
1486 ErrorRecovery(avail_frames, _handlePlayout); in PlayThreadProcess()
1522 ErrorRecovery(frames, _handlePlayout); in PlayThreadProcess()
1550 ErrorRecovery(avail_frames, _handleRecord); in RecThreadProcess()
1572 ErrorRecovery(frames, _handleRecord); in RecThreadProcess()
Daudio_device_alsa_linux.h130 int32_t ErrorRecovery(int32_t error, snd_pcm_t* deviceHandle);
/external/pigweed/pw_kvs/public/pw_kvs/
Dkey_value_store.h49 enum class ErrorRecovery { enum
73 ErrorRecovery recovery = ErrorRecovery::kLazy;
/external/pigweed/pw_kvs/
Dkey_value_store_binary_format_test.cc139 .recovery = ErrorRecovery::kManual,
146 .recovery = ErrorRecovery::kLazy,
153 .recovery = ErrorRecovery::kLazy,
Dkey_value_store.cc98 if (options_.recovery != ErrorRecovery::kManual) { in Init()
939 if (error_detected_ && options_.recovery != ErrorRecovery::kManual) { in PartialMaintenance()
/external/clang/lib/Sema/
DSemaLookup.cpp4471 const ObjCObjectPointerType *OPT, bool ErrorRecovery) { in makeTypoCorrectionConsumer() argument
4525 if (ErrorRecovery && getLangOpts().Modules && in makeTypoCorrectionConsumer()
4929 bool ErrorRecovery) { in diagnoseTypo() argument
4931 ErrorRecovery); in diagnoseTypo()
5060 bool ErrorRecovery) { in diagnoseTypo() argument
5072 MissingImportKind::Declaration, ErrorRecovery); in diagnoseTypo()
5077 << CorrectedQuotedStr << (ErrorRecovery ? FixTypo : FixItHint()); in diagnoseTypo()
5083 << CorrectedQuotedStr << (ErrorRecovery ? FixItHint() : FixTypo); in diagnoseTypo()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp4785 const ObjCObjectPointerType *OPT, bool ErrorRecovery) { in makeTypoCorrectionConsumer() argument
4838 if (ErrorRecovery && getLangOpts().Modules && in makeTypoCorrectionConsumer()
5255 bool ErrorRecovery) { in diagnoseTypo() argument
5257 ErrorRecovery); in diagnoseTypo()
5402 bool ErrorRecovery) { in diagnoseTypo() argument
5414 MissingImportKind::Declaration, ErrorRecovery); in diagnoseTypo()
5419 << CorrectedQuotedStr << (ErrorRecovery ? FixTypo : FixItHint()); in diagnoseTypo()
5425 << CorrectedQuotedStr << (ErrorRecovery ? FixItHint() : FixTypo); in diagnoseTypo()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h352 EMPTY_CLASS(ErrorRecovery);
423 Statement<common::Indirection<StmtFunctionStmt>>, ErrorRecovery>
535 Statement<common::Indirection<NamelistStmt>>, ErrorRecovery>
973 ComponentArraySpec, Pointer, ErrorRecovery>
1059 std::variant<DataComponentDefStmt, ProcComponentDefStmt, ErrorRecovery
1125 ErrorRecovery>
Ddump-parse-tree.h277 NODE(parser, ErrorRecovery) in NODE()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas538 property ErrorRecovery: Boolean read GetErrorRecovery write SetErrorRecovery; property
4495 FState.ErrorRecovery := False;
4511 FState.ErrorRecovery := False;
4678 if (not FState.ErrorRecovery) then
4681 FState.ErrorRecovery := True;
4695 FState.ErrorRecovery := False;
DAntlr.Runtime.Tree.pas3795 FState.ErrorRecovery := False;
/external/clang/include/clang/Sema/
DSema.h2830 bool ErrorRecovery);
2967 bool ErrorRecovery = true);
2972 bool ErrorRecovery = true);
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg1083 State.ErrorRecovery := False;<endif>
/external/llvm-project/clang/include/clang/Sema/
DSema.h3933 bool ErrorRecovery);
4081 bool ErrorRecovery = true);
4086 bool ErrorRecovery = true);