/external/clang/test/Sema/ |
atomic-type.c | 8 void testf(void*); 12 testf(t4);
|
/external/clang/test/CodeGenCXX/ |
key-function-vtable.cpp | 26 struct testf { virtual void a(); }; struct in namespace:__anon8954 28 void testf::a() {}
|
/external/valgrind/none/tests/amd64/ |
fma.c | 15 static int testf( float x, float y ) function 32 thisres |= testf( w, ft.expected[i] ); 34 thisres |= testf( w, ft.expected[i] ); 36 thisres |= testf( w, ft.expected[i] ); 38 thisres |= testf( w, ft.expected[i] ); 40 thisres |= testf( w, ft.expected[i] ); 42 thisres |= testf( w, ft.expected[i] ); 48 thisres |= testf( -w, ft.expected[i] ); 50 thisres |= testf( -w, ft.expected[i] ); 52 thisres |= testf( -w, ft.expected[i] ) [all...] |
/external/clang/test/SemaTemplate/ |
class-template-spec.cpp | 98 int testf(int x) { return f(x); } function in struct:N::B
|
/external/bzip2/ |
bzip2.c | 1512 void testf ( Char *name ) function [all...] |
/prebuilts/go/darwin-x86/src/sync/atomic/ |
atomic_test.go | 886 for name, testf := range hammer32 { 897 testf(&val, n) 1040 for name, testf := range hammer64 { 1051 testf(&val, n) [all...] |
/prebuilts/go/linux-x86/src/sync/atomic/ |
atomic_test.go | 886 for name, testf := range hammer32 { 897 testf(&val, n) 1040 for name, testf := range hammer64 { 1051 testf(&val, n) [all...] |