Home
last modified time | relevance | path

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

/aosp_15_r20/external/licenseclassifier/stringclassifier/searchset/
H A 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 {
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheck.cpp1596 std::list<MatchRange> MatchRanges; in CheckDag() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/
H A DFileCheck.cpp2444 std::list<MatchRange> MatchRanges; in CheckDag() local