Searched refs:Extent (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/libcxx/include/ |
H A D | span | 22 template <class ElementType, size_t Extent = dynamic_extent> 25 template<class ElementType, size_t Extent> 28 template<class ElementType, size_t Extent> 32 template <class ElementType, size_t Extent> 33 span<const byte, ((Extent == dynamic_extent) ? dynamic_extent : 34 (sizeof(ElementType) * Extent))> as_bytes(span<ElementType, Extent> s) noexcept; 36 template <class ElementType, size_t Extent> 38 (sizeof(ElementType) * Extent))> as_writable_bytes(span<ElementType, Extent> s) noexcept; 41 template <class ElementType, size_t Extent = dynamic_extent> 55 static constexpr size_type extent = Extent; [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/orc/ |
H A D | adt.h | 27 template <typename T, std::size_t Extent = dynamic_extent> class span { 40 static constexpr std::size_t extent = Extent;
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | DynamicExtent.h | 39 DefinedOrUnknownSVal Extent, SValBuilder &SVB);
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 472 auto Extent = getLineExtent(ChildId); in encodeInlineLineTable() local 473 LocBegin = std::min(LocBegin, Extent.first); in encodeInlineLineTable() 474 LocEnd = std::max(LocEnd, Extent.second); in encodeInlineLineTable()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 865 SVal Extent = Top->getMemRegionManager().getStaticSize(Top, SVB); in collectSubRegionBindings() local 867 Extent.getAs<nonloc::ConcreteInt>()) { in collectSubRegionBindings()
|
/openbsd/gnu/llvm/clang/docs/analyzer/developer-docs/ |
H A D | InitializerLists.rst | 44 to produce less bindings in the store). Extent of this array would represent
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | epigraphs.pod | 2391 Extent of the new chasm thus laid bare,
|