Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dnoncopyable_return_type.pass.cpp48 std::function<NonCopyable()> f4a = std::ref(f1a); in test() local
65 std::function<const NonCopyable()> f4a = std::ref(f1a); in const_test() local
82 std::function<void()> f4a = std::ref(f1a); in void_test() local
94 std::function<const void()> f4a = std::ref(f1a); in const_void_test() local
/aosp_15_r20/frameworks/native/libs/math/tests/
H A Dhalf_test.cpp99 float4 f4a(1,2,3,4); in TEST_F() local
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp7-1y.cpp84 auto f4a(int n) { return f(); } in f4a() function
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dwritebarrier.go69 func f4a(x *[2]string, y *[2]string) { func
Dprove.go80 func f4a(a, b, c int) int { func
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp252 template<typename T> void f4a() { in f4a() function