/external/v8/test/mjsunit/ |
call.js | 28 function f0() { function 32 assertTrue(this === f0.call(), "1"); 34 assertTrue(this === f0.call(this), "w"); 35 assertTrue(this === f0.call(this, 1), "w"); 36 assertTrue(this === f0.call(this, 1, 2), "w"); 38 assertTrue(this === f0.call(null), "3a"); 39 assertTrue(this === f0.call(null, 1), "3b"); 40 assertTrue(this === f0.call(null, 1, 2), "3c"); 42 assertTrue(this === f0.call(void 0), "4a"); 43 assertTrue(this === f0.call(void 0, 1), "4b") [all...] |
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
p2.cpp | 19 template<typename T> void f0(T) { // expected-note{{here}} function in namespace:N0 23 template<> void f0(NonDefaultConstructible) { } function in namespace:N0 26 f0(NDC); 29 template<> void f0(int); 30 template<> void f0(long); 33 template<> void N0::f0(int) { } // okay function in class:N0 36 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}} function in class:N1::N0 39 template<> void N0::f0(double); // expected-warning{{C++11 extension}} 40 template<> void N0::f0(double) { } function in class:N0
|
p1.cpp | 18 template<typename T> void f0(T) { function 22 template<> void f0(NonDefaultConstructible) { } function 25 f0(NDC);
|
/external/elfutils/src/tests/ |
run-varlocs.sh | 30 [33] function 'f1'@80483f0 33 [80483f0,804841b) {fbreg(0)} 35 [80483f0,804841b) {fbreg(0), GNU_deref_type(8){long long int,signed,64@[25]}, GNU_const_type{long long int,signed,64@[25]}(8)[0000806745230100], div, GNU_convert{long long unsigned int,unsigned,64@[2c]}, stack_value} 36 [7d] function 'main'@80482f0 43 [25] function 'foo'@80483f0 46 [80483f0,80483f6) {implicit_value(8){0200000000000000}, piece(8), implicit_value(8){1500000000000000}, piece(8)} 47 [86] function 'main'@80482f0
|
/external/llvm/test/MC/SystemZ/ |
insn-bad.s | 14 #CHECK: adb %f0, -1 16 #CHECK: adb %f0, 4096 18 adb %f0, -1 19 adb %f0, 4096 22 #CHECK: aeb %f0, -1 24 #CHECK: aeb %f0, 4096 26 aeb %f0, -1 27 aeb %f0, 4096 243 #CHECK: axbr %f0, %f2 245 #CHECK: axbr %f2, %f0 [all...] |
insn-good-z196.s | 138 #CHECK: cdlfbr %f0, 0, %r0, 0 # encoding: [0xb3,0x91,0x00,0x00] 139 #CHECK: cdlfbr %f0, 0, %r0, 15 # encoding: [0xb3,0x91,0x0f,0x00] 140 #CHECK: cdlfbr %f0, 0, %r15, 0 # encoding: [0xb3,0x91,0x00,0x0f] 141 #CHECK: cdlfbr %f0, 15, %r0, 0 # encoding: [0xb3,0x91,0xf0,0x00] 145 cdlfbr %f0, 0, %r0, 0 146 cdlfbr %f0, 0, %r0, 15 147 cdlfbr %f0, 0, %r15, 0 148 cdlfbr %f0, 15, %r0, 0 152 #CHECK: cdlgbr %f0, 0, %r0, 0 # encoding: [0xb3,0xa1,0x00,0x00] 153 #CHECK: cdlgbr %f0, 0, %r0, 15 # encoding: [0xb3,0xa1,0x0f,0x00 [all...] |
/external/clang/test/CodeGen/ |
arm64-arguments.c | 3 // CHECK: define signext i8 @f0() 4 char f0(void) { function 11 struct s1 { char f0; }; member in struct:s1 15 struct s2 { short f0; }; member in struct:s2 19 struct s3 { int f0; }; member in struct:s3 23 struct s4 { struct s4_0 { int f0; } f0; }; member in struct:s4 27 struct s5 { struct { } f0; int f1; }; member in struct:s5 31 struct s6 { int f0[1]; }; member in struct:s6 35 struct s7 { struct { int : 0; } f0; }; member in struct:s7 39 struct s8 { struct { int : 0; } f0[1]; }; member in struct:s8 43 struct s9 { int f0; int : 0; }; member in struct:s9 47 struct s10 { int f0; int : 0; int : 0; }; member in struct:s10 51 struct s11 { int : 0; int f0; }; member in struct:s11 55 union u12 { char f0; short f1; int f2; }; member in union:u12 60 struct s13 { float f0; }; member in struct:s13 63 union u14 { float f0; }; member in union:u14 73 struct s17 { short f0 : 13; char f1 : 4; }; member in struct:s17 77 struct s18 { short f0; char f1 : 4; }; member in struct:s18 81 struct s19 { int f0; struct s8 f1; }; member in struct:s19 85 struct s20 { struct s8 f1; int f0; }; member in struct:s20 89 struct s21 { struct {} f1; int f0 : 4; }; member in struct:s21 106 struct s28 { _Complex char f0; }; member in struct:s28 110 struct s29 { _Complex short f0; }; member in struct:s29 114 struct s30 { _Complex int f0; }; member in struct:s30 [all...] |
const-init.c | 23 struct { } *f0; member in struct:s2::__anon6127 24 } f0; member in union:s2 27 int g0 = (int)(&(((union s2 *) 0)->f0.f0) - 0); 108 struct g20_s0 *f0, **f1; member in struct:g20_s1 111 static struct g20_s1 l0 = { ((void*) 0), &l0.f0 };
|
mangle.c | 8 void __attribute__((__overloadable__)) f0(int a) {} function 10 void __attribute__((__overloadable__)) f0(long b) {} function
|
x86_64-arguments-nacl.c | 18 // CHECK: define { i64, i64 } @f0() 19 struct PP_Var f0() { function 66 struct s13_0 { long long f0[3]; }; member in struct:s13_0 67 struct s13_1 { long long f0[2]; }; member in struct:s13_1
|
/external/clang/test/CodeGenCXX/ |
mangle-template.cpp | 8 void f0(T<x> a0) {} function in namespace:test1 13 void f0(float) {} function in namespace:test1 16 void f1(t1<f0> a0) {} 21 void f0(float) {} function in namespace:test2 24 void f1(t1<f0> a0) {} 63 void f0(T<&A::im0> a0) {} function in namespace:test6
|
/external/clang/test/CXX/expr/ |
p9.cpp | 12 __typeof__(0 + 0.0f) f0; 13 float &fr = f0;
|
/external/clang/test/CXX/temp/temp.spec/ |
no-body.cpp | 23 template<typename T> void f0(T) { } function 39 template<> void f0<int>(int) { } // expected-error {{no function template matches function template specialization 'f0'}} function in namespace:exp_spec
|
/external/clang/test/Sema/ |
attr-availability-android.c | 3 void f0(int) __attribute__((availability(android,introduced=14,deprecated=19))); 11 f0(0);
|
attr-availability-ios.c | 3 void f0(int) __attribute__((availability(ios,introduced=2.0,deprecated=2.1))); // expected-note {{'f0' has been explicitly marked deprecated here}} 14 f0(0); // expected-warning{{'f0' is deprecated: first deprecated in iOS 2.1}}
|
attr-availability-macosx.c | 3 void f0(int) __attribute__((availability(macosx,introduced=10.4,deprecated=10.6))); 11 f0(0);
|
warn-unused-function.c | 9 static int f0() { return 17; } // expected-warning{{not needed and will not be emitted}} function 10 int x = sizeof(f0());
|
anonymous-struct-union.c | 79 struct s0 { union { int f0; }; }; member in union:s0::__anon6623 86 int f0; // expected-note{{previous declaration is here}} member in struct:s1 88 int f0; // expected-error{{member of anonymous union redeclares 'f0'}} member in union:s1::__anon6625
|
expr-address-of.c | 40 void f0() { function 64 register struct { int f0[10]; } x4; member in struct:__anon6686 65 int *_dummy4 = &x4.f0[2]; // expected-error {{address of register variable requested}}
|
/external/clang/test/SemaTemplate/ |
explicit-specialization-member.cpp | 6 void f0(T); 10 template<> void X0<char>::f0(char);
|
/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
Blort.java | 20 float f0 = 0.0f; local
|
/external/clang/test/CXX/temp/temp.param/ |
p9-0x.cpp | 18 friend void f0(X3); 37 void f0(); 41 template<typename T = int> void X2<T>::f0() { } // expected-error{{cannot add a default template argument to the definition of a member of a class template}} function in class:PR8748::X2
|
/external/clang/test/SemaCXX/ |
warn-unused-parameters.cpp | 4 T f0(T x); 12 template<typename T> T X<T>::f0(T x) { return x; } function in class:X 20 x.f0(i);
|
/external/valgrind/none/tests/mips32/ |
MoveIns.stdout.exp | 2 mfc1 $t1, $f0 :: fs 4.676074, rt 0x4095a266 30 mtc1 $t1, $f0 :: fs 4.676074, rt 0x4095a266 58 mov.s $f0, $f0 :: fs 0.000000, rt 0x0 59 mov.s $f0, $f1 :: fs 456.248962, rt 0x43e41fde 86 mov.d $f0, $f0 ::fs 11600973572943642624.000000, rt 0x0 87 mov.d $f0, $f0 ::fs -0.007813, rt 0x40400000 88 mov.d $f0, $f2 ::fs -52072.789633, rt 0x44ad133 [all...] |
/external/llvm/test/MC/Mips/ |
mips-reginfo-fp32.s | 25 # abs.s - Reads and writes from/to $f0. 26 abs.s $f0,$f0
|