Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.bind_front/
H A Dbind_front.pass.cpp63 struct MakeTuple { struct
81 auto f = std::bind_front(MakeTuple{}); in test() argument
/llvm-project-15.0.7/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-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseEmplaceCheck.cpp179 auto MakeTuple = ignoringImplicit( in registerMatchers() local