Home
last modified time | relevance | path

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

12

/llvm-project/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.in_range/
H A Din_range.pass.cpp26 struct Tuple { struct
30 constexpr Tuple() { in Tuple() argument
/llvm-project/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() argument
/llvm-project/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_greater/
H A Dcmp_greater.pass.cpp24 struct Tuple { struct
28 constexpr Tuple() { in Tuple() argument
/llvm-project/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_greater_equal/
H A Dcmp_greater_equal.pass.cpp24 struct Tuple { global() struct
28 TupleTuple Tuple() argument
/llvm-project/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/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/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_equal/
H A Dcmp_equal.pass.cpp25 struct Tuple { struct
29 constexpr Tuple() { in Tuple() function
/llvm-project/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/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_nothrow_constructible.pass.cpp71 struct Tuple { struct
72 Tuple(Empty&&) noexcept {} in Tuple() function
/llvm-project/clang/test/AST/Interp/
H A Dcxx17.cpp
/llvm-project/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.cpp48 typedef std::tuple<MoveOnly, MoveOnly, BadDefault> Tuple; in test_uses_allocator_sfinae_evaluation() typedef
61 typedef std::tuple<MoveOnly, MoveOnly, BadDefault, BadDefault> Tuple; in test_uses_allocator_sfinae_evaluation() typedef
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dmake_from_tuple.pass.cpp91 using Tuple = std::array<int, 3>; test_constexpr_construction() typedef
163 using Tuple = std::tuple<int, NothrowMoveable>; test_noexcept() typedef
170 using Tuple = std::pair<int, NothrowMoveable>; test_noexcept() typedef
177 using Tuple = std::tuple<int, int, int>; test_noexcept() typedef
182 using Tuple = std::tuple<long, long, long>; test_noexcept() typedef
187 using Tuple = std::array<int, 3>; test_noexcept() typedef
192 using Tuple = std::array<long, 3>; test_noexcept() typedef
[all...]
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/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/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/libcxx/test/std/concepts/concepts.lang/concept.assignable/
H A Dassignable_from.compile.pass.cpp78 struct Tuple { struct
/llvm-project/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/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp6 template<class ...> struct Tuple { }; struct
/llvm-project/llvm/lib/IR/
H A DMemoryModelRelaxationAnnotations.cpp30 assert(Tuple && "Invalid MMRA structure"); in MMRAMetadata() local
51 return Tuple->getNumOperands() == 2 && in isTagMD() local
H A DProfileSummary.cpp181 static bool getOptionalVal(MDTuple *Tuple, unsigned &Idx, const char *Key, in getOptionalVal() argument
195 MDTuple *Tuple = dyn_cast_or_null<MDTuple>(MD); in getFromMD() local
[all...]
/llvm-project/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp165 Triple Tuple(TheModule->getTargetTriple()); in InitEE() local
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h98 Tuple, enumerator
/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp283 MDTuple *Tuple = cast<MDTuple>(Existing); hasInstrProfHashMismatch() local

12