Home
last modified time | relevance | path

Searched defs:MatchRange (Results 1 – 6 of 6) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLexer.cs244 public virtual void MatchRange(int a, int b) { in MatchRange() method in Antlr.Runtime.Lexer
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs310 public void MatchRange( int a, int b ) in MatchRange() method in Antlr.Runtime.SlimLexer
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DLexer.cs302 public virtual void MatchRange( int a, int b ) in MatchRange() method in Antlr.Runtime.Lexer
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp805 SMRange MatchRange = in printFuzzyMatch() local
1290 SMRange MatchRange = ProcessMatchResult( in PrintMatch() local
1589 struct MatchRange { in CheckDag() struct
1590 size_t Pos; in CheckDag()
1591 size_t End; in CheckDag()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp1457 SMRange MatchRange = in printFuzzyMatch() local
1985 SMRange MatchRange = ProcessMatchResult(MatchTy, SM, Loc, Pat.getCheckTy(), in PrintMatch() local
2291 struct MatchRange { in CheckDag() struct
2292 size_t Pos; in CheckDag()
2293 size_t End; in CheckDag()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1097 procedure MatchRange(const A, B: Integer); procedure
5502 procedure TLexer.MatchRange(const A, B: Integer); procedure