Searched refs:begin (Results 176 - 200 of 2269) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h148 ModuleIterator begin() { return Chain.begin(); } function in class:clang::serialization::ModuleManager
154 ModuleConstIterator begin() const { return Chain.begin(); } function in class:clang::serialization::ModuleManager
168 return llvm::make_range(PCHChain.begin(), PCHChain.end());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp32 if (It != Ranges.begin() && Range.Start < It[-1].End)
40 Ranges.begin(), Ranges.end(),
42 return It != Ranges.begin() && Addr < It[-1].End;
49 Ranges.begin(), Ranges.end(),
51 if (It == Ranges.begin())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h333 iterator begin() { return Sections.begin(); } function in namespace:llvm
334 const_iterator begin() const { return Sections.begin(); } function in namespace:llvm
344 symbol_iterator symbol_begin() { return Symbols.begin(); }
345 const_symbol_iterator symbol_begin() const { return Symbols.begin(); }
369 return IndirectSymbols.begin();
372 return IndirectSymbols.begin();
401 data_region_iterator data_region_begin() { return DataRegions.begin(); }
403 return DataRegions.begin();
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp150 m_threads.erase(m_threads.begin() + idx);
170 m_threads.erase(m_threads.begin() + idx);
297 for (pos = threads_copy.begin(); pos != end; ++pos) {
302 for (pos = threads_copy.begin(); pos != end; ++pos) {
347 for (pos = threads_copy.begin(); pos != end; ++pos) {
371 for (pos = m_threads.begin(); pos != end; ++pos) {
402 for (pos = m_threads.begin(); pos != end; ++pos) {
421 for (pos = m_threads.begin(); pos != end; ++pos) {
470 for (pos = m_threads.begin(); pos != end; ++pos)
480 for (pos = m_threads.begin(); po
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp115 Args.insert(Args.begin() + 1, Str);
143 Args.erase(Args.begin() + i);
147 Args.erase(Args.begin() + i);
165 Args.erase(Args.begin() + i);
224 ArgVector.insert(ArgVector.begin() + InsertionPoint,
231 ArgVector.insert(ArgVector.begin() + InsertionPoint,
232 std::begin(arr), std::end(arr));
395 auto FirstArg = std::find_if(argv.begin() + 1, argv.end(),
400 auto newEnd = std::remove(argv.begin(), argv.end(), nullptr);
401 argv.resize(newEnd - argv.begin());
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp65 const auto I = PendUpdates.begin() + PendDTUpdateIndex;
86 const auto I = PendUpdates.begin() + PendPDTUpdateIndex;
422 const auto B = PendUpdates.begin();
423 const auto E = PendUpdates.begin() + dropIndex;
454 [&](ArrayRef<DominatorTree::UpdateType>::const_iterator begin,
456 if (begin == end)
459 for (auto It = begin, ItEnd = end; It != ItEnd; ++It) {
489 const auto I = PendUpdates.begin() + PendDTUpdateIndex;
490 assert(PendUpdates.begin() <= I && I <= PendUpdates.end() &&
493 printUpdates(PendUpdates.begin(),
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp1845 SmallVector<std::string, 8> Prefixes(D.PrefixDirs.begin(),
1885 GentooTestTriples.append(ExtraTripleAliases.begin(),
1887 GentooTestTriples.append(CandidateTripleAliases.begin(),
2110 using std::begin;
2123 LibDirs.append(begin(SolarisLibDirs), end(SolarisLibDirs));
2124 BiarchLibDirs.append(begin(SolarisLibDirs), end(SolarisLibDirs));
2127 TripleAliases.append(begin(SolarisX86Triples), end(SolarisX86Triples));
2128 BiarchTripleAliases.append(begin(SolarisX86_64Triples),
2132 TripleAliases.append(begin(SolarisX86_64Triples),
2134 BiarchTripleAliases.append(begin(SolarisX86Triple
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp275 for (const_iterator I = S.begin(), E = S.end(); I != E; ++I)
291 for (const_iterator I = M.begin(), E = M.end(); I != E; ++I) {
294 for (UseSet::const_iterator J = Us.begin(), F = Us.end(); J != F; ++J) {
402 Uses[PN].insert(Us.begin(), Us.end());
419 for (ValueVect::iterator I = BO.begin(), E = BO.end(); I != E; ++I) {
421 for (BasicBlock::iterator J = B->begin(), F = B->end(); J != F; ++J) {
437 for (const_iterator I = Nodes.begin(), E = Nodes.end(); I != E; ++I) {
455 NodeVect::iterator First = Work.begin();
460 Work.insert(Work.end(), CF->second.begin(), CF->second.end());
461 Nodes.insert(CF->second.begin(), C
[all...]
/freebsd-11-stable/usr.bin/dtc/
H A Dchecking.cc183 for (property::value_iterator i=p->begin(),e=p->end() ; i!=e ; ++i)
213 while (checkers.begin() != checkers.end())
215 delete checkers.begin()->second;
216 checkers.erase(checkers.begin());
218 while (disabled_checkers.begin() != disabled_checkers.end())
220 delete disabled_checkers.begin()->second;
221 disabled_checkers.erase(disabled_checkers.begin());
/freebsd-11-stable/usr.sbin/ppp/
H A Dchat.c300 char *begin, *end; local
305 for (begin = c->bufstart; begin < end; begin++)
306 if (!strncmp(begin, c->argptr, c->arglen)) {
307 c->bufstart = begin + c->arglen;
388 char *abegin, *ebegin, *begin, *aend, *eend, *end; local
403 /* `begin' and `end' delimit where we're going to strncmp() from */
418 begin = abegin < ebegin ? abegin : ebegin;
429 for (chop = begin
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h82 iterator begin() { function in class:llvm::SetVector
83 return vector_.begin();
87 const_iterator begin() const { function in class:llvm::SetVector
88 return vector_.begin();
179 auto NI = vector_.begin();
248 for (typename STy::const_iterator SI = S.begin(), SE = S.end(); SI != SE;
261 for (typename STy::const_iterator SI = S.begin(), SE = S.end(); SI != SE;
H A DSmallString.h31 SmallString(StringRef S) : SmallVector<char, InternalLen>(S.begin(), S.end()) {}
59 SmallVectorImpl<char>::append(RHS.begin(), RHS.end());
65 SmallVectorImpl<char>::append(RHS.begin(), RHS.end());
84 SmallVectorImpl<char>::append(RHS.begin(), RHS.end());
89 SmallVectorImpl<char>::append(RHS.begin(), RHS.end());
266 StringRef str() const { return StringRef(this->begin(), this->size()); }
285 this->append(RHS.begin(), RHS.end());
H A DDirectedGraph.h97 const_iterator begin() const { return Edges.begin(); } function in class:llvm::DGNode
99 iterator begin() { return Edges.begin(); } function in class:llvm::DGNode
188 const_iterator begin() const { return Nodes.begin(); } function in class:DirectedGraph
190 iterator begin() { return Nodes.begin(); } function in class:DirectedGraph
226 EL.insert(EL.end(), TempList.begin(), TempList.end());
235 /// begin wit
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h52 for (iterator I = begin(), E = end(); I != E; ++I)
80 for (typename DomSetType::const_iterator I = DS1.begin(), E = DS1.end();
102 for (typename DomSetMapType::const_iterator I = Other.begin(),
107 for (typename DomSetMapType::iterator I = tmpFrontiers.begin(),
130 for (const_iterator I = begin(), E = end(); I != E; ++I) {
195 for (typename DomTreeNodeT::const_iterator NI = currentNode->begin(),
215 typename DomSetType::const_iterator CDFI = S.begin(), CDFE = S.end();
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_csmapper.c178 const char *begin, *end; member in struct:zone
194 z1.begin = _bcs_skip_ws_len(_region_head(r), &len);
197 z1.end = _bcs_skip_nonws_len(z1.begin, &len);
200 z2.begin = _bcs_skip_ws_len(z1.end, &len);
203 z2.end = _bcs_skip_nonws_len(z2.begin, &len);
207 "%.*s", (int)(z1.end-z1.begin), z1.begin);
209 "%.*s", (int)(z2.end-z2.begin), z2.begin);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp73 std::lower_bound(m_locations.begin(), end, break_id, Compare);
86 for (pos = m_locations.begin(); pos != end; ++pos) {
131 for (pos = m_locations.begin(); pos != end; ++pos)
157 for (pos = m_locations.begin(); pos != end; ++pos)
165 for (pos = m_locations.begin(); pos != end; ++pos) {
175 for (pos = m_locations.begin(); pos != end; ++pos)
184 for (pos = m_locations.begin(); pos != end; ++pos) {
196 for (pos = m_locations.begin(); pos != end; ++pos) {
258 m_locations.erase(m_locations.begin() + idx);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Derase_fn_imps.hpp86 for (source_it = begin(); source_it != m_end_it; ++source_it)
102 for (source_it = begin(); source_it != m_end_it; ++source_it)
147 iterator source_it = begin();
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dcallout.cc78 for (std::list<Callout *>::iterator it(s_activeCallouts.begin());
115 std::list<Callout *>::iterator it(s_activeCallouts.begin());
211 it =s_activeCallouts.begin();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h212 iterator begin() { function in class:llvm::xray::Graph::InOutEdgeView
216 return iterator(It->second.begin(), &M, A);
223 return const_iterator(It->second.begin(), &M, A);
226 const_iterator begin() const { return cbegin(); } function in class:llvm::xray::Graph::InOutEdgeView
284 iterator begin() { return G.Vertices.begin(); } function in class:llvm::xray::Graph::VertexView
288 const_iterator begin() const { return G.Vertices.begin(); } function in class:llvm::xray::Graph::VertexView
321 iterator begin() { return G.Edges.begin(); } function in class:llvm::xray::Graph::EdgeView
325 const_iterator begin() const { return G.Edges.begin(); } function in class:llvm::xray::Graph::EdgeView
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h85 return std::any_of(begin(), end(), [&](const DictionaryEntry &DE) {
89 const DictionaryEntry *begin() const { return &DE[0]; } function in namespace:fuzzer
90 const DictionaryEntry *end() const { return begin() + Size; }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h77 CurTok.erase(CurTok.begin());
82 CurTok.insert(CurTok.begin(), T);
89 CurTok.insert(CurTok.begin(), Token);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.h74 Range(size_t begin, size_t end) : begin_index(begin), end_index(end) { argument
75 assert(end >= begin);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h102 iterator begin() { return Regions.begin(); } function in class:llvm::mca::CodeRegions
104 const_iterator begin() const { return Regions.cbegin(); } function in class:llvm::mca::CodeRegions
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp56 for (RecSet::iterator I = Add.begin(), E = Add.end(); I != E; ++I)
72 for (RecSet::iterator I = S1.begin(), E = S1.end(); I != E; ++I)
106 Elts.insert(Set.begin() + N, Set.end());
119 Elts.insert(Set.begin(), Set.begin() + N);
140 Elts.insert(Set.begin() + N, Set.end());
141 Elts.insert(Set.begin(), Set.begin() + N);
231 Elts.insert(Result->begin(), Result->end());
286 return Elts.insert(Result->begin(), Resul
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp98 : File(File), Stream(IJS), Strings(Strings), Cur(Stream.begin()) {}
108 return std::make_unique<NativeInjectedSource>(std::next(Stream.begin(), N)->second,
118 void NativeEnumInjectedSources::reset() { Cur = Stream.begin(); }

Completed in 322 milliseconds

1234567891011>>