Searched defs:f1a (Results 1 – 6 of 6) sorted by relevance
45 std::function<NonCopyable()> f1a = []() { return NonCopyable(); }; in test() local62 std::function<const NonCopyable()> f1a = []() { return NonCopyable(); }; in const_test() local79 std::function<void()> f1a = []() { return NonCopyable(); }; in void_test() local91 std::function<const void()> f1a = []() { return NonCopyable(); }; in const_void_test() local103 std::function<NonCopyable(LargeLambda*)> f1a = &LargeLambda::f; in member_pointer_test() local126 std::function f1a = []() { return NonCopyable(); }; in ctad_test() local
49 void f1a(void) {} f1a() function 61 void f1a(void) {} f1a() function
16 float (*f1a)(float, int) = f1; in test_f1() local
69 auto f1a() { return 0; } in f1a() function
123 extern "C" void f1a(promise_matching_placement_new_tag, int x, float y , double z) { in f1a() function
229 template<typename T> void f1a() { in f1a() function