Home
last modified time | relevance | path

Searched defs:MakeTuple (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/std/utilities/function.objects/func.bind.partial/
H A Dtypes.h15 struct MakeTuple { struct
17 constexpr auto operator()(Args&&... args) const { in operator()
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.bind.partial/
H A Dbind_back.pass.cpp66 struct MakeTuple { struct
84 auto f = std::__bind_back(MakeTuple{}); in test() argument
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind_front/
H A Dbind_front.pass.cpp64 struct MakeTuple { struct
82 auto f = std::bind_front(MakeTuple{}); in test() argument
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseEmplaceCheck.cpp222 auto MakeTuple = ignoringImplicit( in registerMatchers() local