Searched refs:launder (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__utility/ |
H A D | small_buffer.h | 59 return std::launder(reinterpret_cast<_Stored*>(__buffer_)); in __get() 61 return *std::launder(reinterpret_cast<_Stored**>(__buffer_)); in __get() 67 return std::launder(reinterpret_cast<_Stored*>(__buffer_)); in __alloc() 71 return std::launder(reinterpret_cast<_Stored*>(__allocation)); in __alloc()
|
/freebsd/sys/vm/ |
H A D | vm_pageout.c | 206 static int vm_pageout_launder(struct vm_domain *vmd, int launder, 692 vm_pageout_launder(struct vm_domain *vmd, int launder, bool in_shortfall) in vm_pageout_launder() argument 704 starting_target = launder; in vm_pageout_launder() 726 while (launder > 0 && (m = vm_pageout_next(&ss, false)) != NULL) { in vm_pageout_launder() 827 launder--; in vm_pageout_launder() 894 launder -= numpagedout; in vm_pageout_launder() 914 if (launder > 0 && queue == PQ_UNSWAPPABLE) { in vm_pageout_launder() 923 if (vnodes_skipped > 0 && launder > 0) in vm_pageout_launder() 926 return (starting_target - launder); in vm_pageout_launder() 962 int domain, last_target, launder, shortfall, shortfall_cycle, target; in vm_pageout_laundry_worker() local [all …]
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | new.cppm |
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | new | 49 template <class T> [[nodiscard]] constexpr T* launder(T* p) noexcept; // C++17, nodiscard since C… 332 static_assert(!(is_function<_Tp>::value), "can't launder functions"); 333 static_assert(!(is_same<void, __remove_cv_t<_Tp> >::value), "can't launder cv-void"); 339 [[nodiscard]] inline _LIBCPP_HIDE_FROM_ABI constexpr _Tp* launder(_Tp* __p) noexcept {
|
H A D | map | 771 return *std::launder(std::addressof(__cc_)); 779 return *std::launder(std::addressof(__cc_));
|
H A D | unordered_map | 845 return *std::launder(std::addressof(__cc_)); 853 return *std::launder(std::addressof(__cc_));
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExternalASTSource.h | 343 return *std::launder(reinterpret_cast<U *>(Obj)); in As()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Intrinsics.td | 1602 // launder.invariant.group can't be marked with 'readnone' (IntrNoMem),
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 1924 SYMBOL(launder, std::, <new>)
|
/freebsd/share/dict/ |
H A D | web2 | 104854 launder
|