Home
last modified time | relevance | path

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

/third_party/boost/libs/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
/third_party/boost/libs/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
/third_party/libffi/testsuite/libffi.closures/
Dhuge_struct.c68 test_large_fn( in test_large_fn()
202 float f_4 = *(float*)args[44]; in cls_large_fn() local