/openbsd-src/gnu/llvm/libcxx/include/__ranges/ |
H A D | view_interface.h | 118 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 D | ThreadSafeModule.h | 133 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 D | Core.h | 1434 template <typename Func> decltype(auto) runSessionLocked(Func &&F) { in decltype() function
|
/openbsd-src/gnu/llvm/libcxx/include/__iterator/ |
H A D | common_iterator.h | 104 constexpr decltype(auto) operator*() in decltype() function 110 constexpr decltype(auto) operator*() const in decltype() function
|
H A D | iter_move.h | 68 [[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 D | TypeSwitch.h | 73 static decltype(auto) castValue( in decltype() function 83 static decltype(auto) castValue( in decltype() function
|
H A D | fallible_iterator.h | 99 decltype(auto) operator*() { return *I; } in decltype() function 102 decltype(auto) operator*() const { return *I; } in decltype() function
|
H A D | StringMapEntry.h | 153 decltype(auto) get(const StringMapEntry<ValueTy> &E) { in decltype() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Errno.h | 32 inline decltype(auto) RetryAfterSignal(const FailT &Fail, const Fun &F, in decltype() function
|
/openbsd-src/gnu/llvm/libcxx/include/__format/ |
H A D | format_arg.h | 97 _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.h | 26 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 D | GCNRegPressure.h | 126 const decltype(LiveRegs) &getLiveRegs() const { return LiveRegs; } in decltype() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
H A D | wrapper_function_utils.h | 132 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | WrapperFunctionUtils.h | 185 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() function
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-ssa-structalias.c | 4062 tree decltype = TREE_TYPE (decl); in create_variable_info_for() local
|