Home
last modified time | relevance | path

Searched defs:decltype (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dview_interface.h118 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) front() in decltype() function
127 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) front() const in decltype() function
136 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) back() in decltype() function
145 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) back() const in decltype() function
154 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator[](range_difference_t<_RARange> __index) { in decltype() function
159 …_LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator[](range_difference_t<_RARange> __index) co… in decltype() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h49 template <typename Func> decltype(auto) withContextDo(Func &&F) { in decltype() function
57 template <typename Func> decltype(auto) withContextDo(Func &&F) const { in decltype() function
113 template <typename Func> decltype(auto) withModuleDo(Func &&F) { in decltype() function
122 template <typename Func> decltype(auto) withModuleDo(Func &&F) const { in decltype() function
132 template <typename Func> decltype(auto) consumingModuleDo(Func &&F) { in decltype() function
H A DCore.h1419 template <typename Func> decltype(auto) runSessionLocked(Func &&F) { in decltype() function
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dcommon_iterator.h114 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator*() { in decltype() function
120 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator*() const in decltype() function
240 _LIBCPP_HIDE_FROM_ABI friend constexpr decltype(auto) in decltype() function
H A Diter_move.h65 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator()(_Ip&& __i) const in decltype() function
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_find_last.h81 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator()(_Elem&& __elem) const { in decltype() function
106 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator()(_Elem&& __elem) const { in decltype() function
134 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator()(_Elem&& __elem) const { in decltype() function
H A Dmake_projected.h82 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) __make_projected_comp(_Comp& __comp, _Proj1& __proj1… in decltype() function
/freebsd/contrib/llvm-project/libcxx/include/__flat_set/
H A Dra_iterator.h63 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator*() const { return *__iter_; } in decltype() function
102 …_LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator[](difference_type __n) const { return *(*t… in decltype() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dfallible_iterator.h99 decltype(auto) operator*() { return *I; } in decltype() function
102 decltype(auto) operator*() const { return *I; } in decltype() function
H A DStringMapEntry.h152 decltype(auto) get(StringMapEntry<ValueTy> &E) { in decltype() function
161 decltype(auto) get(const StringMapEntry<ValueTy> &E) { in decltype() function
H A DTypeSwitch.h66 static decltype(auto) castValue(ValueT &&value) { in decltype() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrno.h33 inline decltype(auto) RetryAfterSignal(const FailT &Fail, const Fun &F, in decltype() function
/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Dinvoke.h32 LIBC_INLINE static decltype(auto) call(T &&fun, Args &&...args) { in decltype() function
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg.h104 _LIBCPP_HIDE_FROM_ABI decltype(auto) __visit_format_arg(_Visitor&& __vis, basic_format_arg<_Context… in decltype() function
293 _LIBCPP_HIDE_FROM_ABI decltype(auto) visit(this basic_format_arg __arg, _Visitor&& __vis) { in decltype() function
377 _LIBCPP_HIDE_FROM_ABI decltype(auto) in decltype() function
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dintrusive_shared_ptr.h121 _LIBCPP_HIDE_FROM_ABI static decltype(auto) __get_atomic_ref_count(_Tp& __obj) { in decltype() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__locale_dir/locale_base_api/
H A Dbsd_locale_fallbacks.h31 inline _LIBCPP_HIDE_FROM_ABI decltype(MB_CUR_MAX) __libcpp_mb_cur_max_l(locale_t __l) { in decltype() function
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dbsd_locale_fallbacks.h45 inline _LIBCPP_HIDE_FROM_ABI decltype(MB_CUR_MAX) __libcpp_mb_cur_max_l(locale_t __l) { in decltype() function
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/
H A Dfuchsia.h75 inline _LIBCPP_HIDE_FROM_ABI decltype(MB_CUR_MAX) __mb_len_max(__locale_t __loc) { in decltype() function
H A Dbsd_like.h155 inline _LIBCPP_HIDE_FROM_ABI decltype(MB_CUR_MAX) __mb_len_max(__locale_t __loc) { return MB_CUR_MA… in decltype() function
H A Dlinux.h182 inline _LIBCPP_HIDE_FROM_ABI decltype(MB_CUR_MAX) __mb_len_max(__locale_t __loc) { in decltype() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h288 const decltype(LiveRegs) &getLiveRegs() const { return LiveRegs; } in decltype() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h131 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h185 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() function
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dlocale_base_api.h254 inline _LIBCPP_HIDE_FROM_ABI decltype(__libcpp_mb_cur_max_l(__locale_t())) __mb_len_max(__locale_t … in decltype() function