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 D | bind_front.pass.cpp | 81 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 D | bind_front.verify.cpp | 42 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 D | bind_front.h | 50 constexpr auto bind_front(_Fn&& __f, _Args&&... __args) { in bind_front() function
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | functional | 512 #include <__functional/bind_front.h>
|
| H A D | CMakeLists.txt | 311 __functional/bind_front.h
|
| H A D | module.modulemap.in | 681 module bind_front { private header "__functional/bind_front.h" }
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/ |
| H A D | BUILD.gn | 372 "__functional/bind_front.h",
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx20Papers.csv | 131 "`P1651R0 <https://wg21.link/P1651R0>`__","LWG","bind_front should not unwrap reference_wrapper","C…
|
| H A D | Cxx20Issues.csv | 151 "`3184 <https://wg21.link/LWG3184>`__","Inconsistencies in ``bind_front``\ wording","Cologne","|Co…
|