Searched defs:end (Results 151 - 175 of 1829) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h72 iterator end() const { return ExprBindings.end(); } function in class:clang::ento::Environment
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_checks.h110 uptr end = p + sz; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h102 typename MaxSpanTree::iterator end() { function in class:llvm::MaximumSpanningTree
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h51 iterator end() { return Vector.end(); } function in class:llvm::BlotMapVector
53 const_iterator end() const { return Vector.end(); } function in class:llvm::BlotMapVector
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h63 Iterator end() const { return References.end(); } function in class:llvm::codeview::final
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DTypeFinder.h50 iterator end() { return StructTypes.end(); } function in class:llvm::TypeFinder
53 const_iterator end() const { return StructTypes.end(); } function in class:llvm::TypeFinder
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp18 collection::const_iterator end = m_infos.end(); local
H A DDWARFDebugArangeSet.cpp132 DescriptorConstIter end = m_arange_descriptors.end(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h92 iterator end() { function in class:llvm::SetVector
97 const_iterator end() const { function in class:llvm::SetVector
[all...]
H A DUniqueVector.h81 iterator end() { return Vector.end(); } function in class:llvm::UniqueVector
84 const_iterator end() const { return Vector.end(); } function in class:llvm::UniqueVector
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h152 const_iterator end() const { return LiveRegs.end(); } function in class:llvm::LivePhysRegs
H A DLiveStacks.h56 const_iterator end() const { return S2IMap.end(); } function in class:llvm::LiveStacks
58 iterator end() { return S2IMap.end(); } function in class:llvm::LiveStacks
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h51 const_iterator end() const { return Sequence.end(); } function in class:llvm::mca::SourceMgr
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp116 static void ProtectRange(uptr beg, uptr end) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DFileSpecList.h198 const_iterator end() const { return m_files.end(); } function in class:lldb_private::FileSpecList
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h61 iterator end() { return m_strings.end(); } function in class:lldb_private::StringList
63 const_iterator end() const { return m_strings.end(); } function in class:lldb_private::StringList
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DInstrumentation.h86 void end() { function in class:lld::ScopedTask
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.h102 iterator end() { return Operands.end(); } function in class:llvm::GIMatchDagOperandList
103 const_iterator end() const { return Operands.end(); } function in class:llvm::GIMatchDagOperandList
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h75 SectionFilterIterator end() { function in class:llvm::SectionFilter
/freebsd-11-stable/contrib/serf/buckets/
H A Dmmap_buckets.c83 const char *end; local
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dsegments.c108 uint64_t dl, vma, lma, start, end; local
/freebsd-11-stable/sys/dev/usb/
H A Dusb_parse.c77 uint8_t *end; local
/freebsd-11-stable/contrib/less/
H A Djump.c69 POSITION end; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgen-protos.c67 parse_fn_proto (char *start, char *end, struct fn_decl *fn) argument
H A Dsched-vis.c46 char *end = buf + BUF_LEN - 2; /* Leave room for null. */ local

Completed in 303 milliseconds

1234567891011>>