Searched defs:end (Results 251 - 275 of 1829) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcessStructReader.h83 auto iter = m_fields.find(name), end = m_fields.end(); local
96 auto iter = m_fields.find(name), end = m_fields.end(); local
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamTee.h64 collection::iterator pos, end; variable
120 collection::iterator pos, end; variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectList.cpp66 collection::iterator pos, end = m_value_objects.end(); local
79 collection::iterator pos, end = m_value_objects.end(); local
96 collection::iterator pos, end = m_value_objects.end(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTaskPool.cpp103 void TaskMapOverInt(size_t begin, size_t end, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h50 iterator end() { return iterator(Decls.end()); } function in class:clang::ASTUnresolvedSet
53 const_iterator end() const { return const_iterator(Decls.end()); } function in class:clang::ASTUnresolvedSet
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h124 iterator end() { return LineEntries.end(); } function in class:clang::LineTableInfo
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteBuffer.h38 iterator end() const { return Buffer.end(); } function in class:clang::RewriteBuffer
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DIdentifierResolver.h141 iterator end() { function in class:clang::IdentifierResolver
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.c52 off_t end = length + offset; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.h110 INLINE void ReleaseMemoryPagesToOSAndZeroFill(uptr beg, uptr end) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h87 iterator end () { return BasicBlocks.end(); } function in class:llvm::Trace
88 const_iterator end () const { return BasicBlocks.end(); } function in class:llvm::Trace
H A DCallGraphSCCPass.h109 iterator end() const { return Nodes.end(); } function in class:llvm::CallGraphSCC
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h61 iterator end() { function in class:llvm::MachineDominanceFrontier
65 const_iterator end() const { function in class:llvm::MachineDominanceFrontier
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.h67 Iterator end() const { return Checksums.end(); } function in class:llvm::codeview::final
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h67 GSIHashIterator end() const { return GSIHashIterator(HashRecords.end()); } function in class:llvm::pdb::GSIHashTable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h50 static generic_gep_type_iterator end(ItTy It) { function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DStringPool.h120 inline const char *end() const { function in class:llvm::PooledStringPtr
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h113 lldb::addr_t end; member in struct:ProcessElfCore::NT_FILE_Entry
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.cpp57 DWARFAbbreviationDeclarationCollConstIter end = m_decls.end(); local
126 DWARFAbbreviationDeclarationCollMapConstIter end local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp158 end = m_stop_id_to_section_load_list.end(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DSharingPtr.cpp80 PtrToBacktraceMap::iterator pos, end = g_map.end(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBreadthFirstIterator.h117 static bf_iterator end(const GraphT &G) { return bf_iterator(); } function in class:llvm::bf_iterator
H A DSparseSet.h175 const_iterator end() const { return Dense.end(); } function in class:llvm::SparseSet
177 iterator end() { return Dense.end(); } function in class:llvm::SparseSet
[all...]
H A Dfallible_iterator.h94 static fallible_iterator end(Underlying I) { function in class:llvm::fallible_iterator
[all...]
/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmpsutil.c133 mps_table_handler(struct mpsutil_command **start, struct mpsutil_command **end, argument

Completed in 288 milliseconds

<<11121314151617181920>>