Home
last modified time | relevance | path

Searched full:assignable (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/contrib/llvm-project/libcxx/include/
H A Dconcepts47 // [concept.assignable], concept assignable_from
136 # include <__concepts/assignable.h>
/freebsd/contrib/llvm-project/libcxx/include/__concepts/
H A Dmovable.h12 #include <__concepts/assignable.h>
H A Dcopyable.h12 #include <__concepts/assignable.h>
H A Dassignable.h27 // [concept.assignable]
H A Dswappable.h12 #include <__concepts/assignable.h>
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dowl-dma.yaml32 controller supports 4 interrupts, which are freely assignable to the
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/bitfields/
H A Dtst.BitFieldPromotion.d32 * warp around the maximum number assignable to the data type.
/freebsd/sys/dev/isci/scil/
H A Dscic_config_parameters.h206 * 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 Dmove_sentinel.h12 #include <__concepts/assignable.h>
H A Dcounted_iterator.h14 #include <__concepts/assignable.h>
H A Dadvance.h14 #include <__concepts/assignable.h>
/freebsd/contrib/one-true-awk/
H A Dawk.1498 argument count, assignable.
501 argument array, assignable;
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dmovable_box.h34 // __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 Dsort_heap.h48 …ssert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assignable."); in sort_heap()
H A Dpush_heap.h69 …ssert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assignable."); in push_heap()
H A Dpop_heap.h65 …ssert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assignable."); in pop_heap()
H A Dpartial_sort.h76 …ssert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assignable."); in partial_sort()
H A Dfold.h13 #include <__concepts/assignable.h>
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dconcepts.cppm
/freebsd/usr.bin/awk/
H A Dawk.1394 Argument count, assignable.
396 Argument array, assignable;
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIterable.h40 // Copy-assignable
/freebsd/lib/libsys/
H A Dcpuset.266 assignable on a per-process basis.
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSwitch.h59 // StringSwitch is not assignable due to 'Str' being 'const'.
H A DAny.h12 /// It can hold a value of any copy-constructible copy-assignable type
/freebsd/contrib/llvm-project/libcxx/include/__string/
H A Dconstexpr_c_functions.h159 // syntactically copy/move constructible or copy/move assignable. Technically, only one of the

123