Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp373 SMRange MatchRange) const { in PrintVariableUses()
405 if (MatchRange.isValid()) in PrintVariableUses()
407 {MatchRange}); in PrintVariableUses()
470 SMRange MatchRange = in PrintFuzzyMatch() local
473 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in PrintFuzzyMatch()
910 SMRange MatchRange = ProcessMatchResult( in PrintMatch() local
924 {MatchRange}); in PrintMatch()
925 Pat.PrintVariableUses(SM, Buffer, VariableTable, MatchRange); in PrintMatch()
1204 struct MatchRange { in CheckDag() struct
1211 std::list<MatchRange> MatchRanges; in CheckDag()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h128 SMRange MatchRange = None) const;