Home
last modified time | relevance | path

Searched defs:Tup (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply.pass.cpp43 using Tup = std::tuple<>; in test_constexpr_evaluation() typedef
50 using Tup = std::tuple<int>; in test_constexpr_evaluation() typedef
57 using Tup = std::tuple<int, long>; in test_constexpr_evaluation() typedef
64 using Tup = std::pair<int, long>; in test_constexpr_evaluation() typedef
71 using Tup = std::tuple<int, long, int>; in test_constexpr_evaluation() typedef
78 using Tup = std::array<int, 3>; test_constexpr_evaluation() typedef
163 using Tup = std::tuple<int, int const&, unsigned&&>; test_call_quals_and_arg_types() typedef
193 using Tup = std::tuple<int, const char*, long>; test_noexcept() typedef
204 using Tup = std::tuple<NothrowMoveable, int>; test_noexcept() typedef
[all...]
H A Dmake_from_tuple.pass.cpp102 using Tup = std::tuple<>; test_perfect_forwarding() typedef
109 using Tup = std::tuple<int>; test_perfect_forwarding() typedef
118 using Tup = std::tuple<int&, const char*, unsigned&&>; test_perfect_forwarding() typedef
130 using Tup = std::pair<int&, const char*>; test_perfect_forwarding() typedef
141 using Tup = std::array<int, 3>; test_perfect_forwarding() typedef
[all...]
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A DPR27684_contains_ref_to_incomplete_type.pass.cpp33 using Tup = std::tuple<const IT&, const IT&>; in main() typedef
39 using Tup = std::tuple<const IT&, const IT&>; in main() typedef
H A Ddeduct.pass.cpp124 using Tup = std::tuple<int, decltype(nullptr)>; in test_primary_template() typedef
131 using Tup = std::tuple<void*, unsigned, char>; in test_primary_template() typedef
136 using Tup = std::tuple<int, decltype(nullptr)>; in test_primary_template() typedef
143 using Tup = std::tuple<void*, unsigned, char>; in test_primary_template() typedef
H A Dmove.pass.cpp54 using Tup = std::tuple<Elem>; in test_sfinae() typedef
/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp255 for (const auto &Tup : CheckStmtInlineAttr() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1675 for (auto &Tup : DupCandidates) { selectBestSuccessor() local