Lines Matching full:npos
132 /// returns the position that is matched or npos if there is no match. If
167 /// \return offset of the closing sequence within Str, or npos if it was not
195 (PatternStr.find("{{") == StringRef::npos &&
196 PatternStr.find("[[") == StringRef::npos)) {
212 if (End == StringRef::npos) {
244 if (End == StringRef::npos) {
270 if (NameEnd != StringRef::npos) {
295 if (NameEnd == StringRef::npos) {
376 /// returns the position that is matched or npos if there is no match. If
407 return StringRef::npos;
413 return StringRef::npos;
432 return StringRef::npos;
509 size_t Best = StringRef::npos;
527 if (Quality < BestQuality || Best == StringRef::npos) {
536 if (Best && Best != StringRef::npos && BestQuality < 50) {
580 return StringRef::npos;
748 // string and the location will be StringRef::npos. If one prefix is a substring
755 size_t FirstLoc = StringRef::npos;
756 size_t SearchLoc = StringRef::npos;
760 CheckLoc = StringRef::npos;
765 if (PrefixLoc == StringRef::npos)
821 if (CheckLoc == StringRef::npos)
1039 if (LastPos == StringRef::npos)
1040 return StringRef::npos;
1046 if (MatchPos == StringRef::npos) {
1048 return StringRef::npos;
1059 return StringRef::npos;
1064 return StringRef::npos;
1069 return StringRef::npos;
1151 if (Pos == StringRef::npos) continue;
1192 if (MatchPos == StringRef::npos) {
1194 return StringRef::npos;
1216 return StringRef::npos;
1226 return StringRef::npos;
1338 if (MatchLabelPos == StringRef::npos) {
1357 if (MatchPos == StringRef::npos) {