Home
last modified time | relevance | path

Searched refs:MatchRange (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp712 SMRange MatchRange) const { in printSubstitutions()
742 if (MatchRange.isValid()) in printSubstitutions()
743 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, OS.str(), in printSubstitutions()
744 {MatchRange}); in printSubstitutions()
805 SMRange MatchRange = in printFuzzyMatch() local
808 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in printFuzzyMatch()
1290 SMRange MatchRange = ProcessMatchResult( in PrintMatch() local
1306 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here", in PrintMatch()
1307 {MatchRange}); in PrintMatch()
1308 Pat.printSubstitutions(SM, Buffer, MatchRange); in PrintMatch()
[all …]
DFileCheckImpl.h495 SMRange MatchRange = None) const;
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp1457 SMRange MatchRange = in printFuzzyMatch() local
1460 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in printFuzzyMatch()
1985 SMRange MatchRange = ProcessMatchResult(MatchTy, SM, Loc, Pat.getCheckTy(), in PrintMatch() local
1988 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, Diags); in PrintMatch()
2003 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here", in PrintMatch()
2004 {MatchRange}); in PrintMatch()
2005 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, nullptr); in PrintMatch()
2291 struct MatchRange { in CheckDag() struct
2298 std::list<MatchRange> MatchRanges; in CheckDag()
2337 MatchRange M{MatchPos, MatchPos + MatchLen}; in CheckDag()
DFileCheckImpl.h710 SMRange MatchRange, FileCheckDiag::MatchType MatchTy,
/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/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/
DLexer.cs302 public virtual void MatchRange( int a, int b ) in MatchRange() method in Antlr.Runtime.Lexer
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1097 procedure MatchRange(const A, B: Integer); procedure
2466 procedure MatchRange(const A, B: Integer); virtual;
5502 procedure TLexer.MatchRange(const A, B: Integer); procedure
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg959 MatchRange(<a>,<b>); <checkRuleBacktrackFailure()>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg1066 MatchRange(<a>, <b>); <checkRuleBacktrackFailure()>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg979 MatchRange(<a>,<b>); <checkRuleBacktrackFailure()>