Home
last modified time | relevance | path

Searched defs:Recover (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DAddressSanitizer.h108 bool Recover; variable
128 bool Recover; variable
DHWAddressSanitizer.h33 bool Recover; variable
DMemorySanitizer.h26 bool Recover; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp191 bool Recover = false) : M(M) { in HWAddressSanitizer()
277 bool Recover; member in __anon54ebfd1f0111::HWAddressSanitizer
302 bool Recover = false) in HWAddressSanitizerLegacyPass()
324 bool Recover; member in __anon54ebfd1f0111::HWAddressSanitizerLegacyPass
341 bool Recover) { in createHWAddressSanitizerLegacyPassPass()
346 HWAddressSanitizerPass::HWAddressSanitizerPass(bool CompileKernel, bool Recover) in HWAddressSanitizerPass()
DAddressSanitizer.cpp677 bool Recover; member
705 bool Recover = false, in AddressSanitizerLegacyPass()
733 bool Recover; member in __anon472532000211::AddressSanitizerLegacyPass
740 bool CompileKernel = false, bool Recover = false, in ModuleAddressSanitizer()
804 bool Recover; member in __anon472532000211::ModuleAddressSanitizer
831 bool Recover = false, in ModuleAddressSanitizerLegacyPass()
856 bool Recover; member in __anon472532000211::ModuleAddressSanitizerLegacyPass
1163 AddressSanitizerPass::AddressSanitizerPass(bool CompileKernel, bool Recover, in AddressSanitizerPass()
1188 bool Recover, in ModuleAddressSanitizerPass()
1238 bool CompileKernel, bool Recover, bool UseGlobalsGC, bool UseOdrIndicator) { in createModuleAddressSanitizerLegacyPassPass()
DMemorySanitizer.cpp497 bool Recover; member in __anon7cd724730211::MemorySanitizer
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLexer.cs337 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.Test/SlimParsing/
DSlimLexer.cs426 public virtual void Recover( RecognitionException re ) in Recover() method in Antlr.Runtime.SlimLexer
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DLexer.cs417 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/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp530 bool Recover; member
556 bool Recover = false) in AddressSanitizerModule()
577 bool Recover; member in __anon4202ff1e0111::AddressSanitizerModule
827 bool Recover) { in createAddressSanitizerModulePass()
/external/clang/lib/CodeGen/
DBackendUtil.cpp218 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Address); in addAddressSanitizerPasses() local
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas811 procedure Recover(const Input: IIntStream; const RE: ERecognitionException); procedure
2269 procedure Recover(const Input: IIntStream; const RE: ERecognitionException); virtual; procedure
4604 procedure TBaseRecognizer.Recover(const Input: IIntStream; procedure
5561 procedure TLexer.Recover(const RE: ERecognitionException); procedure
/external/clang/lib/Sema/
DSemaLookup.cpp4953 MissingImportKind MIK, bool Recover) { in diagnoseMissingImport()
4987 MissingImportKind MIK, bool Recover) { in diagnoseMissingImport()
DSemaTemplateInstantiate.cpp1862 bool Recover = Complain && !S.isSFINAEContext(); in DiagnoseUninstantiableTemplate() local
DSemaTemplate.cpp8652 const bool Recover = true; in diagnose() local