Home
last modified time | relevance | path

Searched refs:bind_front (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.bind_front/
H A Dbind_front.pass.cpp81 auto f = std::bind_front(MakeTuple{}); in test()
101 auto f = std::bind_front(MakeTuple{}); in test()
105 auto f = std::bind_front(MakeTuple{}); in test()
109 auto f = std::bind_front(MakeTuple{}); in test()
152 auto a = std::bind_front(add, m, n); in test()
158 auto c = std::bind_front(addN, n, m); in test()
161 auto f = std::bind_front(add, n); in test()
164 auto g = std::bind_front(add, n, 1); in test()
167 auto h = std::bind_front(addN, 1, 1, 1); in test()
195 auto i = std::bind_front(add, n, 1); in test()
[all …]
H A Dbind_front.verify.cpp42 auto p = std::bind_front(pass, c); in main()
45 …auto d = std::bind_front(do_nothing, n); // expected-error {{no matching function for call to 'bin… in main()
47 …auto t = std::bind_front(testNotMoveConst, NotMoveConst(0)); // expected-error {{no matching funct… in main()
/llvm-project-15.0.7/libcxx/include/__functional/
H A Dbind_front.h50 constexpr auto bind_front(_Fn&& __f, _Args&&... __args) { in bind_front() function
/llvm-project-15.0.7/libcxx/include/
H A Dfunctional512 #include <__functional/bind_front.h>
H A DCMakeLists.txt311 __functional/bind_front.h
H A Dmodule.modulemap.in681 module bind_front { private header "__functional/bind_front.h" }
/llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn372 "__functional/bind_front.h",
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx20Papers.csv131 "`P1651R0 <https://wg21.link/P1651R0>`__","LWG","bind_front should not unwrap reference_wrapper","C…
H A DCxx20Issues.csv151 "`3184 <https://wg21.link/LWG3184>`__","Inconsistencies in ``bind_front``\ wording","Cologne","|Co…