Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__ranges/
H A Dview_interface.h118 constexpr decltype(auto) front() in decltype() function
128 constexpr decltype(auto) front() const in decltype() function
138 constexpr decltype(auto) back() in decltype() function
148 constexpr decltype(auto) back() const in decltype() function
158 constexpr decltype(auto) operator[](range_difference_t<_RARange> __index) in decltype() function
165 constexpr decltype(auto) operator[](range_difference_t<_RARange> __index) const in decltype() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h133 template <typename Func> decltype(auto) withModuleDo(Func &&F) { in decltype() function
141 template <typename Func> decltype(auto) withModuleDo(Func &&F) const { in decltype() function
150 template <typename Func> decltype(auto) consumingModuleDo(Func &&F) { in decltype() function
H A DCore.h1434 template <typename Func> decltype(auto) runSessionLocked(Func &&F) { in decltype() function
/openbsd-src/gnu/llvm/libcxx/include/__iterator/
H A Dcommon_iterator.h104 constexpr decltype(auto) operator*() in decltype() function
110 constexpr decltype(auto) operator*() const in decltype() function
H A Diter_move.h68 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator()(_Ip&& __i) const in decltype() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DTypeSwitch.h73 static decltype(auto) castValue( in decltype() function
83 static decltype(auto) castValue( in decltype() function
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.h153 decltype(auto) get(const StringMapEntry<ValueTy> &E) { in decltype() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DErrno.h32 inline decltype(auto) RetryAfterSignal(const FailT &Fail, const Fun &F, in decltype() function
/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Dformat_arg.h97 _LIBCPP_HIDE_FROM_ABI _LIBCPP_AVAILABILITY_FORMAT decltype(auto) in decltype() function
279 _LIBCPP_HIDE_FROM_ABI _LIBCPP_AVAILABILITY_FORMAT decltype(auto) in decltype() function
/openbsd-src/gnu/llvm/libcxx/include/
H A D__bsd_locale_fallbacks.h26 decltype(MB_CUR_MAX) __libcpp_mb_cur_max_l(locale_t __l) in decltype() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h126 const decltype(LiveRegs) &getLiveRegs() const { return LiveRegs; } in decltype() function
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h132 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h185 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() function
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-structalias.c4062 tree decltype = TREE_TYPE (decl); in create_variable_info_for() local