| /freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | subrange.h | 73 …subrange_kind _Kind = sized_sentinel_for<_Sent, _Iter> ? subrange_kind::sized : subrange_kin… 74 requires(_Kind == subrange_kind::sized || !sized_sentinel_for<_Sent, _Iter>) 78 …static constexpr bool _StoreSize = (_Kind == subrange_kind::sized && !sized_sentinel_for<_Sent, _I… 101 requires(_Kind == subrange_kind::sized) in subrange() 126 requires(_Kind == subrange_kind::sized) in subrange() 151 requires(_Kind == subrange_kind::sized) in size() 201 … _Sent, make_unsigned_t<iter_difference_t<_Iter>>) -> subrange<_Iter, _Sent, subrange_kind::sized>; 207 ? subrange_kind::sized 212 -> subrange<iterator_t<_Range>, sentinel_t<_Range>, subrange_kind::sized>;
|
| H A D | reverse_view.h | 135 …everse_subrange<subrange<reverse_iterator<_Iter>, reverse_iterator<_Iter>, subrange_kind::sized>> =
|
| /freebsd/contrib/llvm-project/libcxx/include/__fwd/ |
| H A D | subrange.h | 27 enum class subrange_kind : bool { unsized, sized }; enumerator 30 requires(_Kind == subrange_kind::sized || !sized_sentinel_for<_Sent, _Iter>)
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Interfaces/ |
| H A D | CIRTypeInterfaces.td | 106 Returns true if this is a sized type. This mirrors sizedness from the 107 clang AST, where a type is sized if it has a known size. 110 For example, whether a struct is not sized if it is incomplete.
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | array | 269 static_assert(!is_const<_Tp>::value, "cannot fill zero-sized array of type 'const T'"); 273 static_assert(!is_const<_Tp>::value, "cannot swap zero-sized array of type 'const T'"); 299 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::operator[] on a zero-sized ar… 304 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::operator[] on a zero-sized ar… 319 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::front() on a zero-sized array… 324 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::front() on a zero-sized array… 329 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::back() on a zero-sized array"… 334 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::back() on a zero-sized array"…
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | array | 338 static_assert(!is_const<_Tp>::value, "cannot fill zero-sized array of type 'const T'"); 342 static_assert(!is_const<_Tp>::value, "cannot swap zero-sized array of type 'const T'"); 402 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::operator[] on a zero-sized ar… 407 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::operator[] on a zero-sized ar… 422 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::front() on a zero-sized array… 427 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::front() on a zero-sized array… 432 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::back() on a zero-sized array"… 437 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(false, "cannot call array<T, 0>::back() on a zero-sized array"…
|
| H A D | ranges | 55 // [range.sized], sized ranges 107 enum class subrange_kind : bool { unsized, sized }; 110 requires (K == subrange_kind::sized || !sized_sentinel_for<S, I>)
|
| /freebsd/sys/modules/qlnx/qlnxr/ |
| H A D | Makefile | 66 CWARNEXTRA += -Wno-gnu-variable-sized-type-not-at-end
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_preamble.h.in | 170 * Are extra safety checks enabled; things like checking the size of sized 189 * Extra debugging of sized deallocations too onerous to be included in the
|
| /freebsd/usr.sbin/bsdconfig/dot/ |
| H A D | USAGE | 59 US-Letter sized pages that can be assembled into a large poster (using 72 of 2x-wide and 4x-tall US-Letter sized pages:
|
| /freebsd/sys/contrib/device-tree/Bindings/firmware/ |
| H A D | coreboot.txt | 11 1.) The coreboot table. This is a list of variable-sized descriptors
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | flags.inc | 32 "Terminate on a size mismatch between a sized-delete and the actual "
|
| /freebsd/sys/contrib/device-tree/src/arm/intel/ixp/ |
| H A D | intel-ixp42x-adi-coyote.dts | 42 * 32 MB of Flash in 128 0x20000 sized blocks
|
| H A D | intel-ixp42x-netgear-wg302v1.dts | 71 * 8 MB of Flash in 64 0x20000 sized blocks
|
| H A D | intel-ixp42x-dlink-dsm-g600.dts | 108 * 16 MB of Flash in 128 0x20000 sized blocks
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | ranges.cppm | |
| H A D | ranges.inc | 49 // [range.sized], sized ranges
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_div_impl.inc | 28 // rep_t-sized bitmask with lower half of bits set to ones 117 // implicit bit set). Corresponds to rep_t-sized b_UQ1 represented in 122 // half_rep_t-sized b_UQ1_hw represented in UQ1.(HW-1) that is a **truncated** 131 // rep_t-sized iterations may be slower than the corresponding half-width
|
| /freebsd/stand/ficl/softwords/ |
| H A D | string.fr | 7 \ counted string, buffer sized dynamically
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | datamove.sh | 110 /* Create a FILESIZE sized file - then remove file data from the cache*/
|
| H A D | datamove2.sh | 99 /* Create a FILESIZE sized file - then remove file data from the cache */
|
| H A D | datamove3.sh | 116 /* Create a FILESIZE sized file - then remove file data from the cache */
|
| H A D | datamove4.sh | 106 /* Create a FILESIZE sized file - then remove file data from the cache */
|
| H A D | datamove5.sh | 116 /* Create a FILESIZE sized file - then remove file data from the cache */
|
| /freebsd/contrib/libcbor/doc/source/ |
| H A D | internal.rst | 106 …Dynamically sized types (:doc:`api/type_2_byte_strings`, :doc:`api/type_3_strings`, :doc:`api/type…
|