Home
last modified time | relevance | path

Searched defs:f1a (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dnoncopyable_return_type.pass.cpp45 std::function<NonCopyable()> f1a = []() { return NonCopyable(); }; in test() local
62 std::function<const NonCopyable()> f1a = []() { return NonCopyable(); }; in const_test() local
79 std::function<void()> f1a = []() { return NonCopyable(); }; in void_test() local
91 std::function<const void()> f1a = []() { return NonCopyable(); }; in const_void_test() local
103 std::function<NonCopyable(LargeLambda*)> f1a = &LargeLambda::f; in member_pointer_test() local
126 std::function f1a = []() { return NonCopyable(); }; in ctad_test() local
/llvm-project/clang/test/CodeGen/
H A Dattr-ifunc.c49 void f1a(void) {} f1a() function
61 void f1a(void) {} f1a() function
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.funcaddr/
H A Dp1.cpp16 float (*f1a)(float, int) = f1; in test_f1() local
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp7-cxx14.cpp69 auto f1a() { return 0; } in f1a() function
/llvm-project/clang/test/CodeGenCoroutines/
H A Dcoro-alloc.cpp123 extern "C" void f1a(promise_matching_placement_new_tag, int x, float y , double z) { in f1a() function
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp229 template<typename T> void f1a() { in f1a() function