/external/clang/test/CodeGenCXX/ |
2010-06-22-ZeroBitfield.cpp | 5 s8 f8() { return s8(); } function
|
mangle-variadic-templates.cpp | 70 template<typename T, typename ...U> void f8(ArrayOfN<int, U..., T, typename U::type...>&) {} function 72 template void f8<int, identity<int>, identity<float>>(int (&)[6]);
|
typeid-should-throw.cpp | 47 void f8(A *x) { typeid(x[0]); } function
|
/external/clang/test/CodeGen/ |
microsoft-call-conv-x64.c | 36 void f8(void) { function
|
x86_64-arguments-win32.c | 30 // CHECK-LABEL: define void @f8({ double, double }* noalias sret %agg.result) 31 _Complex double f8() { return 1.0; } function
|
2007-09-28-PackedUnionMember.c | 14 } f8; member in struct:H
|
inline2.c | 50 // CHECK-GNU89-LABEL: define available_externally i32 @f8() 51 // CHECK-C99-LABEL: define i32 @f8() 52 extern int f8(void); 53 extern inline int f8(void) { return 0; } function 65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
|
mangle-windows.c | 45 void __fastcall f8(long long a) {} function 46 // CHECK: define x86_fastcallcc void @"\01@f8@8" 47 // X64: define void @f8(
|
microsoft-call-conv.c | 57 void f8(void) { function
|
pointer-arithmetic.c | 24 void f8(void *a, int b) { return *(a + b); } function
|
switch.c | 104 // CHECK-LABEL: define i32 @f8( 107 int f8(unsigned x) { function
|
/external/v8/test/mjsunit/compiler/ |
loopcount.js | 71 function f8() { function 77 assertEquals(0x40000002, f8());
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
field.s | 5 .global f1,f2,f3,f4,f5,f6,f7,f8 13 f8: .field 69,15 ; align at next word label
|
/external/clang/test/Sema/ |
pragma-unused.c | 39 int f8(int x) { // expected-warning{{unused parameter 'x'}} function
|
varargs.c | 64 void f8(int a, ...) { function
|
/external/llvm/test/MC/ARM/ |
ldr-pseudo-darwin.s | 76 @ CHECK-LABEL: f8: 77 f8: label
|
ldr-pseudo.s | 76 @ CHECK-LABEL: f8: 77 f8: label
|
ltorg-darwin.s | 76 b f8 78 f8: label
|
ltorg.s | 70 b f8 72 f8: label
|
/external/testng/src/test/java/test/priority/ |
BaseSample.java | 49 public void f8() { add("f8"); } method in class:BaseSample
|
/external/v8/test/mjsunit/es6/ |
block-scoping.js | 288 function f8() { function 311 f8();
|
/external/v8/test/mjsunit/harmony/ |
block-scoping-sloppy.js | 286 function f8() { function 309 f8();
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
eh-frame5.s | 67 .ent f8 68 f8: label 70 .end f8
|
/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
Blort.java | 28 float f8 = 0.0f; local
|
/external/clang/test/Analysis/ |
stream.c | 62 void f8(int c) { function
|