Home
last modified time | relevance | path

Searched defs:f_4 (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/
Dbind_fn2_test.cpp58 long f_4(long a, long b, long c, long d) in f_4() function
148 bind( f_4, 1, 2, 3, 4 )(); BOOST_TEST( global_result == 4321L ); in function_test() local
Dbind_stdcall_test.cpp58 long __stdcall f_4(long a, long b, long c, long d) in f_4() function
Dbind_fastcall_test.cpp58 long __fastcall f_4(long a, long b, long c, long d) in f_4() function
Dbind_void_test.cpp60 long f_4(long a, long b, long c, long d) in f_4() function
Dbind_const_test.cpp57 long f_4(long a, long b, long c, long d) in f_4() function
Dbind_eq_test.cpp74 int f_4(X, X, X, X) in f_4() function
Dbind_test.cpp57 long f_4(long a, long b, long c, long d) in f_4() function
/aosp_15_r20/external/libffi/testsuite/libffi.call/
H A Dhuge_struct.c70 test_large_fn( in test_large_fn()
204 float f_4 = *(float*)args[44]; in cls_large_fn() local
/aosp_15_r20/external/libffi/testsuite/libffi.closures/
H A Dhuge_struct.c68 test_large_fn( in test_large_fn()
202 float f_4 = *(float*)args[44]; in cls_large_fn() local
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dhuge_struct.c70 test_large_fn( in test_large_fn()
204 float f_4 = *(float*)args[44]; in cls_large_fn() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_noexcept_test.cpp47 long f_4(long a, long b, long c, long d) noexcept in f_4() function
Dbind_fastcall_test.cpp57 long __fastcall f_4(long a, long b, long c, long d) in f_4() function
Dbind_stdcall_test.cpp59 long __stdcall f_4(long a, long b, long c, long d) in f_4() function
Dbind_no_placeholders_test.cpp39 long f_4(long a, long b, long c, long d) in f_4() function
Dbind_void_test.cpp51 long f_4(long a, long b, long c, long d) in f_4() function
Dbind_const_test.cpp49 long f_4(long a, long b, long c, long d) in f_4() function
Dbind_fn2_test.cpp49 long f_4(long a, long b, long c, long d) in f_4() function
Dbind_eq_test.cpp64 int f_4(X, X, X, X) in f_4() function
Dbind_test.cpp49 long f_4(long a, long b, long c, long d) in f_4() function
/aosp_15_r20/external/clang/test/Analysis/
H A Duninit-const.c57 void f_4(void) { in f_4() function