| /llvm-project-15.0.7/libcxx/include/__ranges/ |
| H A D | view_interface.h | 115 constexpr decltype(auto) front() in decltype() function 125 constexpr decltype(auto) front() const in decltype() function 135 constexpr decltype(auto) back() in decltype() function 145 constexpr decltype(auto) back() const in decltype() function 155 constexpr decltype(auto) operator[](range_difference_t<_RARange> __index) in decltype() function 162 constexpr decltype(auto) operator[](range_difference_t<_RARange> __index) const in decltype() function
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | stl_extras.h | 24 decltype(auto) apply_tuple_impl(F &&f, Tuple &&t, std::index_sequence<I...>) { in decltype() function 36 decltype(auto) apply_tuple(F &&f, Tuple &&t) { in decltype() function
|
| H A D | wrapper_function_utils.h | 132 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Errno.h | 32 inline decltype(auto) RetryAfterSignal(const FailT &Fail, const Fun &F, in decltype() function
|
| /llvm-project-15.0.7/libcxx/include/__iterator/ |
| H A D | common_iterator.h | 96 constexpr decltype(auto) operator*() in decltype() function 102 constexpr decltype(auto) operator*() const in decltype() function
|
| H A D | iter_move.h | 64 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator()(_Ip&& __i) const in decltype() function
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/iterator.cust/ |
| H A D | unqualified_lookup_wrapper.h | 23 constexpr decltype(auto) operator*() const noexcept { return *base_; } in decltype() function 38 friend constexpr decltype(auto) iter_move(unqualified_lookup_wrapper& i) noexcept(false) { in decltype() function
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| 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
|
| /llvm-project-15.0.7/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
|
| H A D | Core.h | 1419 template <typename Func> decltype(auto) runSessionLocked(Func &&F) { in decltype() function
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | counting_projection.h | 29 constexpr decltype(auto) operator()(T&& value) const { in decltype() function
|
| H A D | counting_predicates.h | 66 constexpr decltype(auto) operator()(Args&& ...args) { in decltype() function 72 constexpr decltype(auto) operator()(Args&& ...args) const { in decltype() function
|
| H A D | test_iterators.h | 251 constexpr decltype(auto) operator*() const { return *it_; } in decltype() function 252 constexpr decltype(auto) operator[](difference_type n) const { return it_[n]; } in decltype() function 621 constexpr decltype(auto) operator*() const { return *it_; } in decltype() function
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/custom/ |
| H A D | raw-ostream.h | 34 template <typename T> decltype(auto) printable(const T &V) { in decltype() function
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | properties.mm | 129 extern decltype(TestNonTrivialObj.p1 = NonTrivial1())* VoidType; function 130 extern decltype(TestNonTrivialObj.p2 = NonTrivial2())* VoidType; function
|
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.filter/ |
| H A D | types.h | 66 …friend constexpr decltype(auto) iter_move(const NoexceptIterMoveInputIterator& it) noexcept(IsNoex… in decltype() function
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/cpp_keyword_identifiers/ |
| H A D | main.c | 28 int decltype = 1; in main() local
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __bsd_locale_fallbacks.h | 27 decltype(MB_CUR_MAX) __libcpp_mb_cur_max_l(locale_t __l) in decltype() function
|
| /llvm-project-15.0.7/clang/test/Preprocessor/ |
| H A D | cxx_oper_keyword_ms_compat.cpp | 43 #define decltype macro
|
| /llvm-project-15.0.7/libcxx/include/__format/ |
| H A D | format_arg.h | 89 _LIBCPP_HIDE_FROM_ABI _LIBCPP_AVAILABILITY_FORMAT decltype(auto) visit_format_arg(_Visitor&& __vis, in decltype() function
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | GCNRegPressure.h | 125 const decltype(LiveRegs) &getLiveRegs() const { return LiveRegs; } in decltype() function
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | token-parsers.h | 678 template <typename A> constexpr decltype(auto) verbatim(A x) { in decltype() function
|
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.zip/ |
| H A D | types.h | 266 constexpr decltype(auto) operator[](std::size_t n) const { return *(begin() + n); } in decltype() function
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | WrapperFunctionUtils.h | 185 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() function
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryBasicBlock.h | 725 decltype(Instructions)::iterator findInstruction(const MCInst *Inst) { in decltype() function
|