Home | History | Annotate | Download | only in Option

Lines Matching refs:End

27 // with an exceptions. '\0' comes at the end of the alphabet instead of the
147 E = PrefixesUnion.end(); I != E; ++I) {
149 for (StringRef::const_iterator C = Prefix.begin(), CE = Prefix.end();
151 if (std::find(PrefixChars.begin(), PrefixChars.end(), *C)
152 == PrefixChars.end())
172 E = Prefixes.end(); I != E; ++I)
207 const Info *End = OptionInfos + getNumOptions();
211 Start = std::lower_bound(Start, End, Name.data());
213 // Options are stored in sorted order, with '\0' at the end of the
221 for (; Start != End; ++Start) {
224 for (; Start != End; ++Start)
227 if (Start == End)
265 unsigned Index = 0, End = ArgEnd - ArgBegin;
266 while (Index < End) {
280 assert(Index >= End && "Unexpected parser error.");
417 ie = GroupedOptionHelp.end(); it != ie; ++it) {