Searched refs:begin (Results 126 - 150 of 2269) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTrace.cpp39 for (const_iterator i = begin(), e = end(); i != e; ++i) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/
H A DDeclOccurrence.h31 Relations(Relations.begin(), Relations.end()) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelConsumer.cpp32 for (DeclGroupRef::iterator I = D.begin(), E = D.end(); I != E; ++I) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h76 for (typename EdgeWeights::iterator EWi = EdgeVector.begin(),
85 for (typename EdgeWeights::iterator EWi = EdgeVector.begin(),
98 typename MaxSpanTree::iterator begin() { function in class:llvm::MaximumSpanningTree
99 return MST.begin();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h93 EntriesMap::const_iterator begin() const { return VarEntries.begin(); } function in class:llvm::DbgValueHistoryMap
117 InstrMap::const_iterator begin() const { return LabelInstr.begin(); } function in class:llvm::DbgLabelInstrMap
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h80 Iterator begin() const { return Lines.begin(); } function in class:llvm::codeview::final
111 std::vector<Entry>::const_iterator begin() const { return Entries.begin(); } function in class:llvm::codeview::final
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.cpp36 eval.begin(CGF);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp62 std::lower_bound(SubsectionFragmentMap.begin(),
99 for (auto It = PendingLabels.begin(); It != PendingLabels.end(); ++It) {
129 for (auto it = begin(), ie = end(); it != ie; ++it) {
130 if (it != begin())
H A DSubtargetFeature.cpp36 V.assign(Tmp.begin(), Tmp.end());
53 return join(Features.begin(), Features.end(), ",");
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h60 iterator begin() { return m_strings.begin(); } function in class:lldb_private::StringList
62 const_iterator begin() const { return m_strings.begin(); } function in class:lldb_private::StringList
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DManagedStringPool.h32 SmallVectorImpl<std::string *>::iterator Current = Pool.begin();
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h79 if (I != Seqs.begin() && isSuffix((--I)->first, Seq))
94 for (typename SeqMap::iterator I = Seqs.begin(), E = Seqs.end(); I != E;
117 for (typename SeqMap::const_iterator I = Seqs.begin(), E = Seqs.end();
120 for (typename SeqT::const_iterator SI = I->first.begin(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectBranchTracking.cpp131 auto MBB = MF.begin();
132 Changed |= addENDBR(*MBB, MBB->begin());
139 Changed |= addENDBR(MBB, MBB.begin());
145 for (MachineBasicBlock::iterator I = MBB.begin(); I != MBB.end(); ++I) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp164 RemoveImpl(m_modules.begin() + idx);
177 for (pos = m_modules.begin(); pos != end; ++pos) {
206 for (pos = m_modules.begin(); pos != end; ++pos) {
246 for (pos = m_modules.begin(); pos != end; ++pos) {
269 collection::iterator pos = m_modules.begin();
286 for (pos = module_list.m_modules.begin(); pos != end; ++pos) {
340 for (pos = m_modules.begin(); pos != end; ++pos) {
353 for (pos = m_modules.begin(); pos != end; ++pos) {
370 for (pos = m_modules.begin(); pos != end; ++pos) {
382 for (pos = m_modules.begin(); po
582 collection::const_iterator pos, begin = m_modules.begin(), local
657 collection::const_iterator begin = m_modules.begin(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h74 ArrayRef(const T *begin, const T *end) argument
75 : Data(begin), Length(end - begin) {}
108 : Data(Vec.begin() == Vec.end() ? (T*)nullptr : Vec.begin()),
146 iterator begin() const { return Data; } function in class:llvm::ArrayRef
150 reverse_iterator rend() const { return reverse_iterator(begin()); }
175 std::uninitialized_copy(begin(), end(), Buff);
183 return std::equal(begin(), end(), RHS.begin());
472 makeArrayRef(const T *begin, const T *end) argument
[all...]
H A DMapVector.h69 iterator begin() { return Vector.begin(); } function in class:llvm::MapVector
70 const_iterator begin() const { return Vector.begin(); } function in class:llvm::MapVector
126 return std::make_pair(begin() + I, false);
139 return std::make_pair(begin() + I, false);
150 (Vector.begin() + Pos->second);
156 (Vector.begin() + Pos->second);
180 size_t Index = Next - Vector.begin();
210 auto O = Vector.begin();
[all...]
/freebsd-11-stable/usr.bin/mkcsmapper/
H A Dyacc.y325 put32(ptr, ofs, rowcol[i].begin); ofs++;
551 check_src(u_int32_t begin, u_int32_t end)
557 if (begin > end)
559 if (begin < end) {
560 m = begin & ~rowcol_mask;
567 m = (begin >> i) & rowcol_mask;
568 if (m < p->begin || m > p->end)
571 if (begin < end) {
574 if (n < p->begin || n > p->end)
590 n = ((lz->begin >>
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Diterators_fn_imps.hpp50 begin() function in class:PB_DS_CLASS_C_DEC
58 begin() const function in class:PB_DS_CLASS_C_DEC
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Ddebug_fn_imps.hpp77 for (const_iterator it = begin(); it != end(); ++it)
115 static_cast<const_internal_node_pointer>(p_nd)->begin();
H A Derase_fn_imps.hpp77 _GLIBCXX_DEBUG_ASSERT(std::distance(p_nd->begin(), p_nd->end()) >= 1);
78 if (std::distance(p_nd->begin(), p_nd->end()) == 1)
82 m_p_head->m_p_parent =* p_nd->begin();
86 node_pointer p_new_child =* p_nd->begin();
93 (*p_nd->begin())->m_p_parent = p_nd->m_p_parent;
106 _GLIBCXX_DEBUG_ASSERT(std::distance(p_nd->begin(), p_nd->end()) > 1);
157 static_cast<internal_node_pointer>(p_nd)->begin();
257 iterator it = begin();
H A Diterators_fn_imps.hpp50 begin() function in class:PB_DS_CLASS_C_DEC
56 begin() const function in class:PB_DS_CLASS_C_DEC
H A Dtrace_fn_imps.hpp91 const size_type num_children = std::distance(p_internal->begin(),
97 p_internal->begin();
/freebsd-11-stable/contrib/libstdc++/src/
H A Dbitmap_allocator.cc59 iterator __tmp = __lower_bound(__free_list.begin(), __free_list.end(),
113 iterator __iter = __free_list.begin();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp49 std::vector<FrameData> SortedFrames(Frames.begin(), Frames.end());
50 std::sort(SortedFrames.begin(), SortedFrames.end(),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileSystemStatCache.h77 iterator begin() const { return StatCalls.begin(); } function in class:clang::MemorizeStatCalls

Completed in 268 milliseconds

1234567891011>>