/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheck.cpp | 712 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 …]
|
D | FileCheckImpl.h | 495 SMRange MatchRange = None) const;
|
/external/llvm-project/llvm/lib/FileCheck/ |
D | FileCheck.cpp | 1457 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()
|
D | FileCheckImpl.h | 710 SMRange MatchRange, FileCheckDiag::MatchType MatchTy,
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimLexer.cs | 310 public void MatchRange( int a, int b ) in MatchRange() method in Antlr.Runtime.SlimLexer
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | Lexer.cs | 244 public virtual void MatchRange(int a, int b) { in MatchRange() method in Antlr.Runtime.Lexer
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | Lexer.cs | 302 public virtual void MatchRange( int a, int b ) in MatchRange() method in Antlr.Runtime.Lexer
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 1097 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/ |
D | CSharp3.stg | 959 MatchRange(<a>,<b>); <checkRuleBacktrackFailure()>
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | Delphi.stg | 1066 MatchRange(<a>, <b>); <checkRuleBacktrackFailure()>
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | CSharp2.stg | 979 MatchRange(<a>,<b>); <checkRuleBacktrackFailure()>
|