Searched refs:begin (Results 276 - 300 of 2755) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h129 inline iterator begin() const { return LI.begin(); } function in class:llvm::MachineLoopInfo
198 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
207 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h81 iterator begin() { return Frontiers.begin(); } function in class:llvm::DominanceFrontierBase
82 const_iterator begin() const { return Frontiers.begin(); } function in class:llvm::DominanceFrontierBase
/freebsd-current/contrib/llvm-project/libcxx/include/__iterator/
H A Ddata.h42 return __il.begin();
/freebsd-current/contrib/llvm-project/lld/Common/
H A DDriverDispatcher.cpp51 for (auto it = args.begin(); it + 1 != args.end(); ++it) {
69 for (auto it = expandedArgs.begin(); it + 1 != expandedArgs.end(); ++it) {
109 argsV.erase(argsV.begin() + 1, argsV.begin() + 3);
/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Drend.h57 { ranges::begin(__t) } -> same_as<decltype(ranges::end(__t))>;
58 { ranges::begin(__t) } -> bidirectional_iterator;
80 noexcept(noexcept(ranges::begin(__t))) {
81 return std::make_reverse_iterator(ranges::begin(__t));
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp100 SmallVector<uint32_t> Offsets(ObjectFile.Header.PartOffsets->begin(),
224 PSV.OutputVectorMasks[I].insert(PSV.OutputVectorMasks[I].begin(),
225 P.Info->OutputVectorMasks[I].begin(),
227 PSV.InputOutputMap[I].insert(PSV.InputOutputMap[I].begin(),
228 P.Info->InputOutputMap[I].begin(),
232 PSV.PatchOrPrimMasks.insert(PSV.PatchOrPrimMasks.begin(),
233 P.Info->PatchOrPrimMasks.begin(),
235 PSV.InputPatchMap.insert(PSV.InputPatchMap.begin(),
236 P.Info->InputPatchMap.begin(),
238 PSV.PatchOutputMap.insert(PSV.PatchOutputMap.begin(),
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h25 // for (yaml::document_iterator di = stream.begin(), de = stream.end();
96 document_iterator begin();
219 SMLoc Start = SMLoc::getFromPointer(Val.begin());
267 SMLoc Start = SMLoc::getFromPointer(RawVal.begin());
395 typename CollectionType::iterator begin(CollectionType &C) { function in namespace:llvm::yaml
407 for (typename CollectionType::iterator i = begin(C), e = C.end(); i != e;
437 template <class T> friend typename T::iterator yaml::begin(T &);
440 iterator begin() { return yaml::begin(*this); } function in class:llvm::yaml::final
492 template <class T> friend typename T::iterator yaml::begin(
497 iterator begin() { return yaml::begin(*this); } function in class:llvm::yaml::final
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDeclLookups.h80 return lookups_range(all_lookups_iterator(Map->begin(), Map->end()),
94 return lookups_range(all_lookups_iterator(Map->begin(), Map->end()),
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h123 iterator begin() { return LineEntries.begin(); } function in class:clang::LineTableInfo
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DOptEmitter.cpp62 for (std::vector<StringRef>::const_iterator APre = APrefixes.begin(),
64 BPre = BPrefixes.begin(),
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMultiHazardRecognizer.cpp62 return std::accumulate(Recognizers.begin(), Recognizers.end(), 0u, MN);
69 return std::accumulate(Recognizers.begin(), Recognizers.end(), 0u, MN);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DRandomNumberGenerator.cpp57 llvm::copy(Salt, Data.begin() + 2);
59 std::seed_seq SeedSeq(Data.begin(), Data.end());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h87 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; ++It)
108 for (auto It = Other.Intervals.begin(), End = Other.Intervals.end();
165 for (auto It = RHS.Intervals.begin(), End = RHS.Intervals.end();
223 auto ItL = Intervals.begin();
224 auto ItR = RHS.Intervals.begin();
247 // one used in \ref begin, to optimize the common `It == end()` pattern.
346 const_iterator begin() const { return const_iterator(Intervals.begin()); } function in class:llvm::CoalescingBitVector
378 for (auto It = Intervals.begin(), End = Intervals.end(); It != End;
H A DDirectedGraph.h104 const_iterator begin() const { return Edges.begin(); } function in class:llvm::DGNode
106 iterator begin() { return Edges.begin(); } function in class:llvm::DGNode
195 const_iterator begin() const { return Nodes.begin(); } function in class:DirectedGraph
197 iterator begin() { return Nodes.begin(); } function in class:DirectedGraph
242 /// begin with.
H A DAllocatorList.h161 iterator begin() { return iterator(List.begin()); } function in class:llvm::AllocatorList
163 const_iterator begin() const { return const_iterator(List.begin()); } function in class:llvm::AllocatorList
207 void pop_front() { List.eraseAndDispose(List.begin(), Disposer(*this)); }
209 void push_front(T &&V) { insert(begin(), std::move(V)); }
211 void push_front(const T &V) { insert(begin(), V); }
216 emplace(begin(), std::forward<Ts>(Vs)...);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h66 GSIHashIterator begin() const { return GSIHashIterator(HashRecords.begin()); } function in class:llvm::pdb::GSIHashTable
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.h68 Iterator begin() const { return Checksums.begin(); } function in class:llvm::codeview::final
/freebsd-current/contrib/opencsd/decoder/source/pkt_printers/
H A Dtrc_print_fact.cpp96 it = printer_list.begin();
108 it = printer_list.begin();
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dinterval_set.h66 const_iterator begin() const { return const_iterator(Map.begin()); } function in class:__orc_rt::IntervalSet
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp51 for (CFGBlock::iterator I = B->begin(), E = B->end(); I != E; ++I) {
86 for (CFG::iterator I = C->begin(), E = C->end(); I != E; ++I)
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-info.exp1 make: "directive-info.mk" line 12: begin .info tests
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h223 Collection::const_iterator begin() const { return Lines.begin(); }
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp85 for (pos = m_locations.begin(); pos != end; ++pos) {
130 for (pos = m_locations.begin(); pos != end; ++pos)
156 for (pos = m_locations.begin(); pos != end; ++pos)
164 for (pos = m_locations.begin(); pos != end; ++pos) {
174 for (pos = m_locations.begin(); pos != end; ++pos)
189 for (pos = m_locations.begin(); pos != end; ++pos) {
201 for (pos = m_locations.begin(); pos != end; ++pos) {
263 m_locations.erase(m_locations.begin() + idx);
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-typed-test.cc73 for (std::vector<std::string>::const_iterator name_it = name_vec.begin();
89 for (RegisteredTestIter it = registered_tests_.begin();
/freebsd-current/lib/libiconv_modules/mapper_std/
H A Dcitrus_mapper_std.c95 if (n < lz->begin || n > lz->end) {
106 idx = idx * lz->width + n - lz->begin;
136 uint32_t begin, uint32_t end)
139 if (begin > end)
142 lz->begin = begin;
144 lz->width= end - begin + 1;
221 m = be32toh(rcx->rcx_src_rowcol[i].begin),
135 set_linear_zone(struct _citrus_mapper_std_linear_zone *lz, uint32_t begin, uint32_t end) argument

Completed in 373 milliseconds

<<11121314151617181920>>