Searched refs:MatchSize (Results 1 – 3 of 3) sorted by relevance
703 size_t MatchSize() { return find_this.length(); } in MatchSize() function715 constexpr size_t MatchSize() { return 1; } in MatchSize() function733 const size_t find_length = matcher.MatchSize(); in DoReplaceMatchesAfterOffset()
578 const auto MatchSize = strlen(NameTable[Idx]); in lookupIntrinsicID() local579 assert(Name.size() >= MatchSize && "Expected either exact or prefix match"); in lookupIntrinsicID()580 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID()
692 const auto MatchSize = strlen(NameTable[Idx]); in lookupIntrinsicID() local693 assert(Name.size() >= MatchSize && "Expected either exact or prefix match"); in lookupIntrinsicID()694 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID()