Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DLexer.cs409 public virtual void Recover( RecognitionException re ) in Recover() method in Antlr.Runtime.Lexer
DBaseRecognizer.cs444 public virtual void Recover( IIntStream input, RecognitionException re ) in Recover() method in Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs426 public virtual void Recover( RecognitionException re ) in Recover() method in Antlr.Runtime.SlimLexer
/external/antlr/antlr-3.4/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/clang/lib/CodeGen/
DBackendUtil.cpp201 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Address); in addAddressSanitizerPasses() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp485 bool Recover; member
510 bool Recover = false) in AddressSanitizerModule()
530 bool Recover; member in __anon51be2e130111::AddressSanitizerModule
775 bool Recover) { in createAddressSanitizerModulePass()
/external/webrtc/webrtc/sound/
Dalsasoundsystem.cc159 bool Recover(int error) { in Recover() function in rtc::AlsaStream
/external/antlr/antlr-3.4/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.cpp4862 bool NeedDefinition, bool Recover) { in diagnoseMissingImport()
4890 MissingImportKind MIK, bool Recover) { in diagnoseMissingImport()