Home
last modified time | relevance | path

Searched refs:Recover (Results 1 – 25 of 37) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/
DInstrumentation.h126 bool Recover = false,
129 bool Recover = false,
134 bool Recover = false);
137 bool Recover = false);
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs165 Recover( nva ); // throw out current char and try again in NextToken()
279 Recover( mte ); in Match()
303 Recover( mte ); // don't really recover; just consume in lexer in Match()
321 Recover( mre ); in MatchRange()
426 public virtual void Recover( RecognitionException re ) in Recover() method in Antlr.Runtime.SlimLexer
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLexer.cs134 Recover(nva); // throw out current char and try again in NextToken()
217 Recover(mte); in Match()
237 Recover(mte); // don't really recover; just consume in lexer in Match()
251 Recover(mre); in MatchRange()
337 public virtual void Recover(RecognitionException re) { in Recover() method in Antlr.Runtime.Lexer
DBaseRecognizer.cs378 public virtual void Recover(IIntStream input, RecognitionException re) { in Recover() method in Antlr.Runtime.BaseRecognizer
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DLexer.cs168 Recover( re ); // throw out current char and try again in NextToken()
271 Recover( mte ); in Match()
295 Recover( mte ); // don't really recover; just consume in lexer in Match()
312 Recover( mre ); in MatchRange()
417 public virtual void Recover( RecognitionException re ) in Recover() method in Antlr.Runtime.Lexer
DBaseRecognizer.cs446 public virtual void Recover( IIntStream input, RecognitionException re ) in Recover() method in Antlr.Runtime.BaseRecognizer
/external/webrtc/webrtc/sound/
Dalsasoundsystem.cc105 Recover(frames); in Wait()
115 Recover(ready); in Wait()
128 Recover(frames); in Wait()
147 Recover(err); in CurrentDelayUsecs()
159 bool Recover(int error) { in Recover() function in rtc::AlsaStream
305 stream_.Recover(read); in OnHaveWork()
382 stream_.Recover(written); in WriteSamples()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp139 explicit HWAddressSanitizer(bool CompileKernel = false, bool Recover = false) in HWAddressSanitizer() argument
141 this->Recover = ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover; in HWAddressSanitizer()
200 bool Recover; member in __anon466e5f120111::HWAddressSanitizer
229 bool Recover) { in createHWAddressSanitizerPass() argument
230 assert(!CompileKernel || Recover); in createHWAddressSanitizerPass()
231 return new HWAddressSanitizer(CompileKernel, Recover); in createHWAddressSanitizerPass()
266 const std::string EndingStr = Recover ? "_noabort" : ""; in initializeCallbacks()
437 SplitBlockAndInsertIfThen(TagMismatch, InsertBefore, !Recover, in instrumentMemAccessInline()
441 const int64_t AccessInfo = Recover * 0x20 + IsWrite * 0x10 + AccessSizeIndex; in instrumentMemAccessInline()
DAddressSanitizer.cpp604 explicit AddressSanitizer(bool CompileKernel = false, bool Recover = false, in AddressSanitizer()
607 this->Recover = ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover; in AddressSanitizer()
703 bool Recover; member
733 bool Recover = false, in AddressSanitizerModule() argument
745 this->Recover = ClRecover.getNumOccurrences() > 0 ? in AddressSanitizerModule()
746 ClRecover : Recover; in AddressSanitizerModule()
791 bool Recover; member in __anona8b07b330211::AddressSanitizerModule
1076 bool Recover, in INITIALIZE_PASS_DEPENDENCY()
1078 assert(!CompileKernel || Recover); in INITIALIZE_PASS_DEPENDENCY()
1079 return new AddressSanitizer(CompileKernel, Recover, UseAfterScope); in INITIALIZE_PASS_DEPENDENCY()
[all …]
DMemorySanitizer.cpp403 MemorySanitizer(int TrackOrigins = 0, bool Recover = false) in MemorySanitizer() argument
406 Recover(Recover || ClKeepGoing) {} in MemorySanitizer()
429 bool Recover; member in __anon22b493460211::MemorySanitizer
513 FunctionPass *llvm::createMemorySanitizerPass(int TrackOrigins, bool Recover) { in INITIALIZE_PASS_DEPENDENCY()
514 return new MemorySanitizer(TrackOrigins, Recover); in INITIALIZE_PASS_DEPENDENCY()
535 StringRef WarningFnName = Recover ? "__msan_warning" in createUserspaceApi()
715 if (Recover) in doInitialization()
717 IRB.getInt32(Recover), "__msan_keep_going"); in doInitialization()
976 /* Unreachable */ !MS.Recover, MS.ColdCallWeights); in materializeOneCheck()
/external/llvm/include/llvm/Transforms/
DInstrumentation.h105 bool Recover = false,
108 bool Recover = false);
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugTreeGrammar.cs182 Recover(input,re); in prog()
401 Recover(input,re); in stat()
704 Recover(input,re); in expr()
788 Recover(input,re); in call()
DProfileTreeGrammar.cs187 Recover(input,re); in prog()
406 Recover(input,re); in stat()
709 Recover(input,re); in expr()
793 Recover(input,re); in call()
DDebugGrammarParser.cs231 Recover(input,re); in prog()
518 Recover(input,re); in stat()
670 Recover(input,re); in func()
762 Recover(input,re); in formalPar()
975 Recover(input,re); in expr()
1133 Recover(input,re); in multExpr()
1410 Recover(input,re); in atom()
DProfileGrammarParser.cs235 Recover(input,re); in prog()
522 Recover(input,re); in stat()
674 Recover(input,re); in func()
766 Recover(input,re); in formalPar()
979 Recover(input,re); in expr()
1137 Recover(input,re); in multExpr()
1414 Recover(input,re); in atom()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp449 explicit AddressSanitizer(bool CompileKernel = false, bool Recover = false, in AddressSanitizer()
452 Recover(Recover || ClRecover), in AddressSanitizer()
530 bool Recover; member
556 bool Recover = false) in AddressSanitizerModule() argument
558 Recover(Recover || ClRecover) {} in AddressSanitizerModule()
577 bool Recover; member in __anon1e8a26db0111::AddressSanitizerModule
814 bool Recover, in INITIALIZE_PASS_DEPENDENCY()
816 assert(!CompileKernel || Recover); in INITIALIZE_PASS_DEPENDENCY()
817 return new AddressSanitizer(CompileKernel, Recover, UseAfterScope); in INITIALIZE_PASS_DEPENDENCY()
827 bool Recover) { in createAddressSanitizerModulePass() argument
[all …]
/external/llvm/test/Bitcode/
Dmodule_hash.ll13 ; Recover the hashes from the modules themselves.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dmodule_hash.ll13 ; Recover the hashes from the modules themselves.
/external/clang/lib/CodeGen/
DBackendUtil.cpp218 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Address); in addAddressSanitizerPasses() local
220 PM.add(createAddressSanitizerFunctionPass(/*CompileKernel*/ false, Recover, in addAddressSanitizerPasses()
222 PM.add(createAddressSanitizerModulePass(/*CompileKernel*/false, Recover)); in addAddressSanitizerPasses()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas811 procedure Recover(const Input: IIntStream; const RE: ERecognitionException); procedure
1105 procedure Recover(const RE: ERecognitionException);
2269 procedure Recover(const Input: IIntStream; const RE: ERecognitionException); virtual; procedure
2467 procedure Recover(const RE: ERecognitionException); reintroduce; overload; virtual;
4604 procedure TBaseRecognizer.Recover(const Input: IIntStream; procedure
5470 Recover(MTE); // don't really recover; just consume in lexer
5490 Recover(MTE);
5514 Recover(MRE);
5549 Recover(NVA); // throw out current char and try again
5561 procedure TLexer.Recover(const RE: ERecognitionException); procedure
/external/okhttp/okio/
DCHANGELOG.md10 * Fix: Recover from unexpected `AssertionError` thrown on Android 4.2.2 and
/external/e2fsprogs/debugfs/
Ddebug_cmds.ct229 request do_journal_run, "Recover the journal",
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1862 bool Recover = Complain && !S.isSFINAEContext(); in DiagnoseUninstantiableTemplate() local
1865 Sema::MissingImportKind::Definition, Recover); in DiagnoseUninstantiableTemplate()
1866 return !Recover; in DiagnoseUninstantiableTemplate()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg250 Recover(re);
568 Recover(input,re);
980 Recover(mse);
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg255 Recover(re);
590 Recover(input,re);
1000 Recover(mse);

12