Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/include/__iterator/
H A Diter_move.h48 [[nodiscard]] constexpr decltype(auto) operator()(_Ip&& __i) const in decltype() function
61 [[nodiscard]] constexpr decltype(auto) operator()(_Ip&& __i) const in decltype() function
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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
H A DCore.h1289 template <typename Func> decltype(auto) runSessionLocked(Func &&F) { in decltype() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrno.h33 inline decltype(auto) RetryAfterSignal(const FailT &Fail, const Fun &F, in decltype() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/custom/
H A Draw-ostream.h34 template <typename T> decltype(auto) printable(const T &V) { in decltype() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_scalar.h38 _GLIBCXX_SIMD_INTRINSIC constexpr decltype(auto) in decltype() function
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__bsd_locale_fallbacks.h27 decltype(MB_CUR_MAX) __libcpp_mb_cur_max_l(locale_t __l) in decltype() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h125 const decltype(LiveRegs) &getLiveRegs() const { return LiveRegs; } in decltype() function
/netbsd-src/external/public-domain/sqlite/sqlite2mdoc/
H A Dmain.c52 enum decltype { enum