/external/clang/test/CodeGenCXX/ |
typeid-should-throw.cpp | 42 void f7(A *x) { typeid((*x)); } function
|
mangle-ms-back-references.cpp | 21 void f7(int a, int* b, int c, int* d, bool e, bool f, bool* g) {} function 22 // CHECK: "\01?f7@@YAXHPAHH0_N1PA_N@Z"
|
mangle-neon-vectors.cpp | 57 void f7(float16x4_t v) {} function
|
mangle-unnamed.cpp | 62 int f7() { function
|
/external/clang/test/Sema/ |
varargs.c | 55 void f7(int a, ...) { function
|
warn-unused-function.c | 23 static void f7(void); 25 void f9(void) { f8(f7); } 26 static void f7(void) {} function
|
/external/clang/test/SemaCXX/ |
dcl_ambig_res.cpp | 59 void f7(int(C7)) { } // expected-note{{candidate}} function 62 f7(1); // expected-error{{no matching function}} 63 f7(g7); //OK
|
/external/llvm/test/MC/AArch64/ |
ldr-pseudo.s | 77 // CHECK-LABEL: f7: 78 f7: label
|
/external/v8/test/mjsunit/ |
switch.js | 266 function f7(value) { function 300 assertEquals("default", f7(0.1), "0-1-switch.double-0.1"); 301 assertEquals("0", f7(-0), "0-1-switch.double-neg0"); 302 assertEquals("MaxSmi", f7((1<<30)-1), "0-1-switch.maxsmi"); 303 assertEquals("MinSmi", f7(-(1<<30)), "0-1-switch.minsmi"); 304 assertEquals("default", f7(1<<30), "0-1-switch.maxsmi++"); 305 assertEquals("default", f7(-(1<<30)-1), "0-1-switch.minsmi--"); 306 assertEquals("A", f7((170/16)-(170%16/16)), "0-1-switch.heapnum");
|
/external/v8/test/webkit/ |
toString-elision-trailing-comma.js | 53 function f7() { function 122 testToStringAndLength("f7", 2, 2);
|
/art/test/703-floating-point-div/src/ |
Main.java | 69 float f7 = -0.0f; local 80 expectEquals(Float.floatToRawIntBits(fPi/f7), 0xff800000);
|
/external/clang/test/Analysis/ |
malloc-overflow.c | 45 void * f7(int n) function
|
outofbound.c | 53 void f7() { function
|
uninit-const.cpp | 44 void f7(void) { function
|
/external/clang/test/CodeGen/ |
function-attributes.c | 10 // CHECK: define void @f7(i16 zeroext %x) [[NUW]] 26 void f7(unsigned short x) { } function
|
le32-arguments.c | 51 // CHECK-LABEL: define void @f7(%union.simple_union* byval align 4 %s) 52 void f7(union simple_union s) {} function
|
stdcall-fastcall.c | 46 void __attribute((stdcall)) f7(foo) int foo; {} function 48 f7(0); 49 // CHECK: call x86_stdcallcc void @f7(i32 0)
|
exprs.c | 99 void f7() { function
|
wasm-arguments.c | 64 // WEBASSEMBLY32: define void @f7(i32 %a) 65 // WEBASSEMBLY64: define void @f7(i32 %a) 66 void f7(enum my_enum a) {} function
|
/external/clang/test/SemaTemplate/ |
temp_arg_template.cpp | 86 template_tuple<Templates...> f7() {} function 89 f7<identity>();
|
/external/libcxxabi/test/ |
catch_pointer_reference.pass.cpp | 241 void f7() function 437 f7();
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
catch_pointer_reference.pass.cpp | 241 void f7() function 437 f7();
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
insns-c674x-pcrel.s | 119 f7: label 127 callnop .S2 f7,5 128 [a0] callnop .S2 f7+4,6
|
unwind-1.s | 109 f7: label
|
unwind-2.s | 109 f7: label
|