/external/v8/test/mjsunit/ |
D | switch.js | 228 function f7(value) { function 262 assertEquals("default", f7(0.1), "0-1-switch.double-0.1"); 263 assertEquals("0", f7(-0), "0-1-switch.double-neg0"); 264 assertEquals("MaxSmi", f7((1<<30)-1), "0-1-switch.maxsmi"); 265 assertEquals("MinSmi", f7(-(1<<30)), "0-1-switch.minsmi"); 266 assertEquals("default", f7(1<<30), "0-1-switch.maxsmi++"); 267 assertEquals("default", f7(-(1<<30)-1), "0-1-switch.minsmi--"); 268 assertEquals("A", f7((170/16)-(170%16/16)), "0-1-switch.heapnum");
|
/external/clang/test/CodeGen/ |
D | inline2.c | 36 extern inline int f7(void); 37 extern int f7(void) { return 0; } in f7() function 60 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9() in test_all()
|
D | microsoft-call-conv.c | 46 void __stdcall f7(foo) int foo; {} in f7() function 48 f7(0); in f8()
|
D | stdcall-fastcall.c | 46 void __attribute((stdcall)) f7(foo) int foo; {} 48 f7(0); in f8()
|
/external/oprofile/libutil++/tests/ |
D | string_filter_tests.cpp | 61 string_filter f7(v1, v2); in main() local 62 check(f7, "ok", true); in main() 63 check(f7, "ok2", true); in main() 64 check(f7, "no", false); in main()
|
D | path_filter_tests.cpp | 69 path_filter f7(".", ""); in main() local 70 check(f7, ".", true); in main() 75 check(f7, "foo", true); in main()
|
/external/clang/test/Sema/ |
D | warn-unused-function.c | 25 static void f7(void); 27 void f9(void) { f8(f7); } in f9() 28 static void f7(void) {} in f7() function
|
/external/clang/test/SemaCXX/ |
D | dcl_ambig_res.cpp | 58 void f7(int(C7)) { } // expected-note{{candidate}} in f7() function 61 f7(1); // expected-error{{no matching function}} in foo7() 62 f7(g7); //OK in foo7()
|
/external/clang/test/SemaTemplate/ |
D | dependent-type-identity.cpp | 63 void f7(typename N::X2<T>::template apply<U> *); // expected-note{{previous}} 64 void f7(typename N::X2<U>::template apply<U> *); 65 void f7(typename N::X2<U>::template apply<T> *); 66 void f7(typename X2<type>::template apply<U_type> *); // expected-error{{redeclar}}
|
/external/clang/test/SemaObjCXX/ |
D | arc-overloading.mm | 119 void f7(__strong id&); // expected-note{{candidate function not viable: 1st argument ('__weak id') … function 128 f7(strong_id); 129 f7(weak_id); // expected-error{{no matching function for call to 'f7'}} 130 f7(autoreleasing_id); // expected-error{{no matching function for call to 'f7'}} 131 f7(unsafe_id); // expected-error{{no matching function for call to 'f7'}}
|
/external/libffi/testsuite/libffi.call/ |
D | many.c | 18 float f7, in many() argument 29 (double) f6, (double) f7, (double) f8, (double) f9, (double) f10, in many() 33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13); in many()
|
D | many_win32.c | 18 float f7, in stdcall_many() argument 26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13); in stdcall_many()
|
/external/llvm/test/CodeGen/ARM/ |
D | fpcmp_ueq.ll | 4 define i32 @f7(float %a, float %b) { 6 ; CHECK: f7:
|
D | constants.ll | 39 define void @f7(i32 %a) { 40 ; CHECK: f7
|
D | fpconv.ll | 64 define float @f7(i32 %a) { 65 ;CHECK-VFP: f7: 67 ;CHECK: f7:
|
/external/clang/test/CodeGenCXX/ |
D | mangle-variadic-templates.cpp | 65 template_tuple<Templates...> f7() {} in f7() function 67 template template_tuple<identity, add_reference> f7();
|
D | temp-order.cpp | 133 static unsigned f7() { in f7() function 196 print("f7", f7()); in test() 197 if (f7() != ORDER2(5, 2)) in test()
|
/external/v8/test/mjsunit/compiler/ |
D | loopcount.js | 62 function f7() { function 68 assertEquals(0x40000001, f7());
|
/external/clang/test/CXX/except/except.spec/ |
D | p5-virtual.cpp | 35 virtual void f7() noexcept; 71 virtual void f7() noexcept;
|
/external/llvm/test/CodeGen/Thumb/ |
D | select.ll | 70 define double @f7(double %a, double %b) { 75 ; CHECK: f7: 79 ; CHECK-EABI: f7:
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-mvn2.ll | 33 define i32 @f7(i32 %a) { 34 ; CHECK: f7:
|
D | thumb2-orr.ll | 26 define i32 @f7(i32 %a, i32 %b) { 27 ; CHECK: f7:
|
D | thumb2-tst.ll | 34 define i1 @f7(i32 %a) { 39 ; CHECK: f7:
|
D | thumb2-teq.ll | 34 define i1 @f7(i32 %a) { 39 ; CHECK: f7:
|
/external/valgrind/main/memcheck/tests/x86/ |
D | fxsave.stdout.exp | 10 80 xx xx cf d1 f7 17 72 b1 fe 3f 00 00 00 00 00 00 78 80 xx xx cf d1 f7 17 72 b1 fe 3f 00 00 00 00 00 00
|