/external/chromium_org/v8/test/mjsunit/compiler/ |
loopcount.js | 58 function f6() { var x = 0x3fffffff; x++; return x+1; } function 59 assertEquals(0x40000001, f6());
|
variables.js | 72 function f6(arguments) { return arguments; } function 73 assertEquals(6, f6(6));
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/ |
p1.cpp | 12 int (*f6)() [[carries_dependency]]; // expected-error {{'carries_dependency' attribute cannot be applied to types}} variable
|
/external/v8/test/mjsunit/compiler/ |
loopcount.js | 58 function f6() { var x = 0x3fffffff; x++; return x+1; } function 59 assertEquals(0x40000001, f6());
|
variables.js | 72 function f6(arguments) { return arguments; } function 73 assertEquals(6, f6(6));
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
block-scoping.js | 128 function f6() { function 137 assertEquals(3, f6(6));
|
/external/chromium_org/v8/test/mjsunit/ |
simple-constructor.js | 87 function f6(x, y) { class 121 testArgs(f6);
|
switch.js | 184 function f6(N) { function 260 assertEquals(190, f6(20), "largeSwitch.20"); 261 assertEquals(2016, f6(64), "largeSwitch.64"); 262 assertEquals(4032, f6(128), "largeSwitch.128"); 263 assertEquals(4222, f6(148), "largeSwitch.148");
|
/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
p4.cpp | 5 friend void f6(int) { } // expected-error{{redefinition of}} \ function in struct:X1
|
/external/clang/test/CodeGen/ |
2007-09-28-PackedUnionMember.c | 12 unsigned short f6; member in struct:H::__anon19114::__anon19115
|
inline2.c | 29 // CHECK-GNU89: define i32 @f6() 30 // CHECK-C99: define i32 @f6() 31 inline int f6(void); 32 extern inline int f6(void) { return 0; } function 60 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
|
microsoft-call-conv.c | 16 void __thiscall f6(void) { function 17 // CHECK: define x86_thiscallcc void @f6() 28 void (__thiscall *pf6)(void) = f6; 31 f4(); f5(); f6(); 34 // CHECK: call x86_thiscallcc void @f6()
|
functions.c | 43 static void f6(const float f, const float g) { function 46 f6(f, g); 48 // CHECK: call void @f6(float{{.*}}, float{{.*}})
|
/external/clang/test/CodeGenCXX/ |
mangle-variadic-templates.cpp | 59 template<int ...Values> int_tuple<Values...> f6() {} function 61 template int_tuple<1, 2, 3> f6();
|
/external/clang/test/Parser/ |
cxx-stmt.cpp | 62 int f6() { function 63 int k, // expected-note {{change this ',' to a ';' to call 'f6'}} 64 f6(), // expected-error {{expected ';'}} expected-warning {{interpreted as a function declaration}} expected-note {{replace paren}}
|
/external/clang/test/Sema/ |
attr-unused.c | 41 int f6(int x __attribute__((__unused__))) { function
|
decl-in-prototype.c | 30 void f6(struct z {int b;} c) { // expected-warning {{declaration of 'struct z' will not be visible outside of this function}} function
|
pragma-unused.c | 27 void f6(void) { function
|
varargs.c | 42 void f6(int a, ...) { function
|
/external/llvm/test/MC/MachO/ |
darwin-x86_64-reloc.s | 72 f6: label 79 movl f6(%rip), %eax 84 .quad f6 361 // CHECK: ('_string', 'f6')
|
/external/v8/test/mjsunit/harmony/ |
block-scoping.js | 128 function f6() { function 137 assertEquals(3, f6(6));
|
/external/v8/test/mjsunit/ |
simple-constructor.js | 87 function f6(x, y) { class 121 testArgs(f6);
|
/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
Blort.java | 26 float f6 = 0.0f; local
|
/external/chromium_org/v8/test/webkit/ |
toString-elision-trailing-comma.js | 49 function f6() { function 121 testToStringAndLength("f6", 4, 4);
|
/external/clang/test/Analysis/ |
stream.c | 50 void f6(void) { function
|