/external/llvm-project/flang/lib/Parser/ |
D | stmt-parser.h | 69 SkipTo<'\n'>{} >> construct<ErrorRecovery>()}; 74 SkipPast<'\n'>{} >> construct<ErrorRecovery>()}; 79 constexpr auto skipBadLine{SkipPast<'\n'>{} >> construct<ErrorRecovery>()};
|
D | Fortran-parsers.cpp | 425 fail<ErrorRecovery>( 427 kindOrLen >> construct<ErrorRecovery>()))) 501 !"END"_tok >> SkipTo<'\n'>{} >> construct<ErrorRecovery>())))
|
D | executable-parsers.cpp | 64 construct<ExecutionPartConstruct>(construct<ErrorRecovery>(ok /
|
/external/webrtc/modules/audio_device/linux/ |
D | audio_device_alsa_linux.cc | 825 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()
|
D | audio_device_alsa_linux.h | 130 int32_t ErrorRecovery(int32_t error, snd_pcm_t* deviceHandle);
|
/external/pigweed/pw_kvs/public/pw_kvs/ |
D | key_value_store.h | 49 enum class ErrorRecovery { enum 73 ErrorRecovery recovery = ErrorRecovery::kLazy;
|
/external/pigweed/pw_kvs/ |
D | key_value_store_binary_format_test.cc | 139 .recovery = ErrorRecovery::kManual, 146 .recovery = ErrorRecovery::kLazy, 153 .recovery = ErrorRecovery::kLazy,
|
D | key_value_store.cc | 98 if (options_.recovery != ErrorRecovery::kManual) { in Init() 939 if (error_detected_ && options_.recovery != ErrorRecovery::kManual) { in PartialMaintenance()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 4471 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/ |
D | SemaLookup.cpp | 4785 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/ |
D | parse-tree.h | 352 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>
|
D | dump-parse-tree.h | 277 NODE(parser, ErrorRecovery) in NODE()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 538 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;
|
D | Antlr.Runtime.Tree.pas | 3795 FState.ErrorRecovery := False;
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2830 bool ErrorRecovery); 2967 bool ErrorRecovery = true); 2972 bool ErrorRecovery = true);
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | Delphi.stg | 1083 State.ErrorRecovery := False;<endif>
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3933 bool ErrorRecovery); 4081 bool ErrorRecovery = true); 4086 bool ErrorRecovery = true);
|