Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DHWAddressSanitizer.h33 bool Recover; variable
DAddressSanitizer.h108 bool Recover; variable
128 bool Recover; variable
DMemorySanitizer.h26 bool Recover; member
/external/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
DAddressSanitizer.h109 bool Recover; variable
130 bool Recover; variable
DHWAddressSanitizer.h34 bool Recover; variable
DMemorySanitizer.h26 bool Recover; member
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp284 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Address); in addAddressSanitizerPasses() local
308 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::HWAddress); in addHWAddressSanitizerPasses() local
326 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Memory); in addGeneralOptsForMemorySanitizer() local
1241 bool Recover = CodeGenOpts.SanitizeRecover.has(SanitizerKind::Memory); in EmitAssemblyWithNewPassManager() local
1261 bool Recover = CodeGenOpts.SanitizeRecover.has(Mask); in EmitAssemblyWithNewPassManager() local
1284 bool Recover = CodeGenOpts.SanitizeRecover.has(Mask); in EmitAssemblyWithNewPassManager() local
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_checks.h79 enum class ErrorAction { Abort, Recover }; enumerator
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp195 bool Recover = false) : M(M) { in HWAddressSanitizer()
283 bool Recover; member in __anon6d1aa7c60111::HWAddressSanitizer
312 bool Recover = false) in HWAddressSanitizerLegacyPass()
337 bool Recover; member in __anon6d1aa7c60111::HWAddressSanitizerLegacyPass
354 bool Recover) { in createHWAddressSanitizerLegacyPassPass()
359 HWAddressSanitizerPass::HWAddressSanitizerPass(bool CompileKernel, bool Recover) in HWAddressSanitizerPass()
DAddressSanitizer.cpp681 bool Recover; member
708 bool Recover = false, in AddressSanitizerLegacyPass()
736 bool Recover; member in __anonee8b06e70211::AddressSanitizerLegacyPass
743 bool CompileKernel = false, bool Recover = false, in ModuleAddressSanitizer()
809 bool Recover; member in __anonee8b06e70211::ModuleAddressSanitizer
836 bool Recover = false, in ModuleAddressSanitizerLegacyPass()
861 bool Recover; member in __anonee8b06e70211::ModuleAddressSanitizerLegacyPass
1166 AddressSanitizerPass::AddressSanitizerPass(bool CompileKernel, bool Recover, in AddressSanitizerPass()
1190 bool Recover, in ModuleAddressSanitizerPass()
1240 bool CompileKernel, bool Recover, bool UseGlobalsGC, bool UseOdrIndicator) { in createModuleAddressSanitizerLegacyPassPass()
/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 __anon79f8a7ba0111::HWAddressSanitizer
302 bool Recover = false) in HWAddressSanitizerLegacyPass()
324 bool Recover; member in __anon79f8a7ba0111::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 __anonb84079db0211::AddressSanitizerLegacyPass
740 bool CompileKernel = false, bool Recover = false, in ModuleAddressSanitizer()
804 bool Recover; member in __anonb84079db0211::ModuleAddressSanitizer
831 bool Recover = false, in ModuleAddressSanitizerLegacyPass()
856 bool Recover; member in __anonb84079db0211::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 __anon1b6b5cee0211::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 __anon561ee8390111::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
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp5283 MissingImportKind MIK, bool Recover) { in diagnoseMissingImport()
5315 MissingImportKind MIK, bool Recover) { in diagnoseMissingImport()
DSemaTemplate.cpp802 bool Recover = Complain && !isSFINAEContext(); in DiagnoseUninstantiableTemplate() local
11022 const bool Recover = true; in diagnose() local

12