Home
last modified time | relevance | path

Searched defs:Tuple (Results 1 – 25 of 40) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.in_range/
H A Din_range.pass.cpp26 struct Tuple { struct
30 constexpr Tuple() { in Tuple() function
/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_greater/
H A Dcmp_greater.pass.cpp24 struct Tuple { struct
28 constexpr Tuple() { in Tuple() function
/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_less_equal/
H A Dcmp_less_equal.pass.cpp24 struct Tuple { struct
28 constexpr Tuple() { in Tuple() function
/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_greater_equal/
H A Dcmp_greater_equal.pass.cpp24 struct Tuple { struct
28 constexpr Tuple() { in Tuple() argument
/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_less/
H A Dcmp_less.pass.cpp25 struct Tuple { struct
29 constexpr Tuple() { in Tuple() argument
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.assign/
H A Darray.extension.pass.cpp50 typedef std::tuple<NothrowAssignableFrom<int>> Tuple; in main() typedef
55 typedef std::tuple<PotentiallyThrowingAssignableFrom<int>> Tuple; in main() typedef
71 typedef std::tuple<NothrowAssignableFrom<int>> Tuple; in main() typedef
76 typedef std::tuple<PotentiallyThrowingAssignableFrom<int>> Tuple; in main() typedef
84 typedef std::tuple<NothrowAssignableFrom<int>> Tuple; in main() typedef
91 typedef std::tuple<NothrowAssignableFrom<int>> Tuple; in main() typedef
/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_equal/
H A Dcmp_equal.pass.cpp25 struct Tuple { struct
29 constexpr Tuple() { in Tuple() argument
/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_not_equal/
H A Dcmp_not_equal.pass.cpp25 struct Tuple { struct
29 constexpr Tuple() { in Tuple() argument
/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_nothrow_constructible.pass.cpp95 struct Tuple { struct
96 Tuple(Empty&&) noexcept {} in Tuple() function
/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A DUTypes.pass.cpp44 typedef std::tuple<MoveOnly, NoDefault> Tuple; in test_sfinae_missing_elements() typedef
57 typedef std::tuple<MoveOnly, MoveOnly, NoDefault> Tuple; in test_sfinae_missing_elements() typedef
71 typedef std::tuple<MoveOnly, NoDefault> Tuple; in test_sfinae_missing_elements() typedef
H A Dalloc_UTypes.pass.cpp49 typedef std::tuple<MoveOnly, MoveOnly, BadDefault> Tuple; in test_uses_allocator_sfinae_evaluation() typedef
62 typedef std::tuple<MoveOnly, MoveOnly, BadDefault, BadDefault> Tuple; in test_uses_allocator_sfinae_evaluation() typedef
/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dmake_from_tuple.pass.cpp97 using Tuple = std::array<int, 3>; in test_constexpr_construction() typedef
169 using Tuple = std::tuple<int, NothrowMoveable>; in test_noexcept() typedef
176 using Tuple = std::pair<int, NothrowMoveable>; in test_noexcept() typedef
183 using Tuple = std::tuple<int, int, int>; in test_noexcept() typedef
188 using Tuple = std::tuple<long, long, long>; in test_noexcept() typedef
193 using Tuple = std::array<int, 3>; in test_noexcept() typedef
198 using Tuple = std::array<long, 3>; in test_noexcept() typedef
H A Dapply_large_arity.pass.cpp72 using Tuple = make_tuple_t<int, Size>; in test_all() typedef
119 using Tuple = make_tuple_t<int, Size>; in test_one() typedef
/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
H A Dforward_as_tuple.pass.cpp24 test0(const Tuple&) in test0()
61 test3(const Tuple&) in test3()
/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
H A Dconst_pair.pass.cpp65 typedef std::tuple<NothrowCopyAssignable, long> Tuple; in main() typedef
72 typedef std::tuple<PotentiallyThrowingCopyAssignable, long> Tuple; in main() typedef
H A Dmove_pair.pass.cpp114 typedef std::tuple<NothrowMoveAssignable, long> Tuple; in main() typedef
120 typedef std::tuple<PotentiallyThrowingMoveAssignable, long> Tuple; in main() typedef
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.assignable/
H A Dassignable_from.compile.pass.cpp78 struct Tuple { struct
/llvm-project-15.0.7/llvm/unittests/Support/
H A DReverseIterationTest.cpp49 for (auto Tuple : zip(Map, IterKeys)) in TEST() local
103 for (auto Tuple : zip(Map, Keys)) in TEST() local
/llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp6 template<class ...> struct Tuple { }; struct
/llvm-project-15.0.7/llvm/lib/IR/
H A DProfileSummary.cpp181 static bool getOptionalVal(MDTuple *Tuple, unsigned &Idx, const char *Key, in getOptionalVal()
195 MDTuple *Tuple = dyn_cast_or_null<MDTuple>(MD); in getFromMD() local
/llvm-project-15.0.7/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp165 Triple Tuple(TheModule->getTargetTriple()); in InitEE() local
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h98 Tuple, enumerator
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp297 MDTuple *Tuple = cast<MDTuple>(Existing); in hasInstrProfHashMismatch() local
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp279 for (auto Tuple : zip_first(HdrData->Atoms, Values)) { in lookup() local
540 for (auto Tuple : zip_first(Abbr->Attributes, Values)) { in lookup() local
574 for (auto Tuple : zip_first(Abbr->Attributes, Values)) { in dump() local
/llvm-project-15.0.7/libcxx/benchmarks/algorithms/
H A Dcommon.h20 enum class ValueType { Uint32, Uint64, Pair, Tuple, String, Float }; enumerator

12