Home
last modified time | relevance | path

Searched defs:MatchRanges (Results 1 – 3 of 3) sorted by relevance

/external/licenseclassifier/stringclassifier/searchset/
Dsearchset.go153 type MatchRanges []*MatchRange type
209 func extendsAny(tr tokenizer.TokenRanges, mr []MatchRanges) bool {
337 func untangleSourceRanges(matched MatchRanges) MatchRanges {
379 func splitRanges(matched MatchRanges) []MatchRanges {
398 func mergeConsecutiveRanges(matched []MatchRanges) []MatchRanges {
457 func coalesceMatchRanges(matchedRanges MatchRanges) MatchRanges {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp1596 std::list<MatchRange> MatchRanges; in CheckDag() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/
DFileCheck.cpp2444 std::list<MatchRange> MatchRanges; in CheckDag() local