Home
last modified time | relevance | path

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

/third_party/boost/libs/phoenix/test/boost_bind_compatibility/
Dbind_fn2_test.cpp53 long f_3(long a, long b, long c) in f_3() function
147 bind( f_3, 1, 2, 3 )(); BOOST_TEST( global_result == 321L ); in function_test() local
Dbind_stdcall_test.cpp53 long __stdcall f_3(long a, long b, long c) in f_3() function
Dbind_fastcall_test.cpp53 long __fastcall f_3(long a, long b, long c) in f_3() function
Dbind_void_test.cpp55 long f_3(long a, long b, long c) in f_3() function
Dbind_const_test.cpp52 long f_3(long a, long b, long c) in f_3() function
Dbind_eq_test.cpp69 int f_3(X, X, X) in f_3() function
Dbind_test.cpp52 long f_3(long a, long b, long c) in f_3() function
/third_party/boost/libs/bind/test/
Dbind_noexcept_test.cpp42 long f_3(long a, long b, long c) noexcept in f_3() function
Dbind_fastcall_test.cpp52 long __fastcall f_3(long a, long b, long c) in f_3() function
Dbind_stdcall_test.cpp54 long __stdcall f_3(long a, long b, long c) in f_3() function
Dbind_no_placeholders_test.cpp34 long f_3(long a, long b, long c) in f_3() function
Dbind_void_test.cpp46 long f_3(long a, long b, long c) in f_3() function
Dbind_const_test.cpp44 long f_3(long a, long b, long c) in f_3() function
Dbind_fn2_test.cpp44 long f_3(long a, long b, long c) in f_3() function
Dbind_eq_test.cpp59 int f_3(X, X, X) in f_3() function
Dbind_test.cpp44 long f_3(long a, long b, long c) in f_3() function
/third_party/libffi/testsuite/libffi.closures/
Dhuge_struct.c68 test_large_fn( in test_large_fn()
190 float f_3 = *(float*)args[32]; in cls_large_fn() local