Searched full:assignable (Results 1 – 25 of 56) sorted by relevance
123
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | concepts | 47 // [concept.assignable], concept assignable_from 136 # include <__concepts/assignable.h>
|
/freebsd/contrib/llvm-project/libcxx/include/__concepts/ |
H A D | movable.h | 12 #include <__concepts/assignable.h>
|
H A D | copyable.h | 12 #include <__concepts/assignable.h>
|
H A D | assignable.h | 27 // [concept.assignable]
|
H A D | swappable.h | 12 #include <__concepts/assignable.h>
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | owl-dma.yaml | 32 controller supports 4 interrupts, which are freely assignable to the
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/bitfields/ |
H A D | tst.BitFieldPromotion.d | 32 * warp around the maximum number assignable to the data type.
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_config_parameters.h | 206 * This is the min value assignable to a port's phy mask 211 * This is the max value assignable to a port's phy mask
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | move_sentinel.h | 12 #include <__concepts/assignable.h>
|
H A D | counted_iterator.h | 14 #include <__concepts/assignable.h>
|
H A D | advance.h | 14 #include <__concepts/assignable.h>
|
/freebsd/contrib/one-true-awk/ |
H A D | awk.1 | 498 argument count, assignable. 501 argument array, assignable;
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | movable_box.h | 34 // __movable_box allows turning a type that is move-constructible (but maybe not move-assignable) i… 35 // a type that is both move-constructible and move-assignable. It does that by introducing an empty…
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | sort_heap.h | 48 …ssert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assignable."); in sort_heap()
|
H A D | push_heap.h | 69 …ssert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assignable."); in push_heap()
|
H A D | pop_heap.h | 65 …ssert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assignable."); in pop_heap()
|
H A D | partial_sort.h | 76 …ssert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assignable."); in partial_sort()
|
H A D | fold.h | 13 #include <__concepts/assignable.h>
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | concepts.cppm |
|
/freebsd/usr.bin/awk/ |
H A D | awk.1 | 394 Argument count, assignable. 396 Argument array, assignable;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Iterable.h | 40 // Copy-assignable
|
/freebsd/lib/libsys/ |
H A D | cpuset.2 | 66 assignable on a per-process basis.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringSwitch.h | 59 // StringSwitch is not assignable due to 'Str' being 'const'.
|
H A D | Any.h | 12 /// It can hold a value of any copy-constructible copy-assignable type
|
/freebsd/contrib/llvm-project/libcxx/include/__string/ |
H A D | constexpr_c_functions.h | 159 // syntactically copy/move constructible or copy/move assignable. Technically, only one of the
|
123