Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dnoncopyable_return_type.pass.cpp49 std::function<NonCopyable(int)> f1b = [](int) { return NonCopyable(); }; in test() local
66 std::function<const NonCopyable(int)> f1b = [](int) { return NonCopyable(); }; in const_test() local
83 std::function<void(int)> f1b = [](int) { return NonCopyable(); }; in void_test() local
95 std::function<const void(int)> f1b = [](int) { return NonCopyable(); }; in const_void_test() local
128 std::function f1b = [](int) { return NonCopyable(); }; in ctad_test() local
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.funcaddr/
H A Dp1.cpp17 float (*f1b)(float, int) = &f1; in test_f1() local
/llvm-project/clang/test/CodeGenCoroutines/
H A Dcoro-alloc.cpp157 extern "C" void f1b(promise_matching_global_placement_new_tag, dummy *) { in f1b() function