/external/strace/tests/ |
stack-fcall-3.c | 3 int f3(int i) function
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
got-page-3c.s | 5 .globl f3 6 .ent f3 7 f3: label 11 .end f3
|
got-page-7c.s | 1 .globl f3 2 .ent f3 3 f3: label 6 .end f3
|
/external/clang/test/CodeGen/ |
redef-ext-inline.c | 5 int f3 (void) {return f1();} function
|
always_inline.c | 19 int f3(void) { return f2(); } function
|
attr-availability.c | 11 // CHECK-10_4-LABEL: define void @f3 12 // CHECK-10_5-LABEL: define void @f3 13 // CHECK-10_6-LABEL: define void @f3 14 void f3() __attribute__((availability(macosx,introduced=10.5))); 15 void f3() { } function
|
mangle-windows-rtd.c | 9 void __fastcall f3(void) {} function 10 // CHECK: define x86_fastcallcc void @"\01@f3@0"
|
ppc64-extend.c | 10 int f3(void) { return 0; } function 11 // CHECK: define signext i32 @f3() [[NUW]]
|
/external/clang/test/Sema/ |
arg-duplicate.c | 3 int f3(y, x, function 13 f3 (1, 1, 2, 3, 4); // expected-warning{{too many arguments}}
|
/prebuilts/go/darwin-x86/test/import2.dir/ |
import3.go | 12 func f3(func() func() int) func 15 p.F3(p.F1) 16 p.F3(p.F2()) 17 f3(p.F1) 18 f3(p.F2())
|
/prebuilts/go/linux-x86/test/import2.dir/ |
import3.go | 12 func f3(func() func() int) func 15 p.F3(p.F1) 16 p.F3(p.F2()) 17 f3(p.F1) 18 f3(p.F2())
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
elfv2-2b.s | 1 .globl f3 2 .type f3,@function 4 f3: label 5 addis 2,12,.TOC.-f3@ha 6 addi 2,2,.TOC.-f3@l 7 .localentry f3,.-f3 9 .size f3,.-f3
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
pcrel-reloc-local-2.s | 4 bnop .S2 f3,0 6 bdec .S2 f3,b1 8 b .S2 f3 10 addkpc .S2 f3,b1,0 13 f3: label
|
/external/clang/test/Analysis/ |
chroot.c | 20 void f3(void) { function
|
/external/clang/test/CodeGenCXX/ |
int64_uint64.cpp | 20 void f3(int64_t *ptr) {} function
|
reinterpret-cast.cpp | 12 unsigned long f3(void *p) { function
|
/external/clang/test/SemaObjCXX/Inputs/ |
nullability-consistency-1.h | 7 void f3(int *ptr) { // expected-warning{{pointer is missing a nullability type specifier}} function
|
/external/clang/test/SemaTemplate/ |
function-template-specialization-noreturn.cpp | 7 template <int N> void __attribute__((noreturn)) f3() { __builtin_unreachable(); } function 8 template <> void f3<1>() { } // expected-warning {{function declared 'noreturn' should not return}} function
|
/external/llvm/test/MC/ARM/ |
symbol-variants-errors.s | 18 f3: label
|
/external/v8/test/mjsunit/ |
arguments-indirect.js | 38 function f3(x) { function 41 g(f3); 55 f3(1,2,3);
|
binary-operation-overwrite.js | 31 function f3() { return (1.2 || 3.4) + 5.6; } function 35 assertTrue(f3() === f3());
|
break.js | 52 function f3() { function 67 f3();
|
/external/v8/test/mjsunit/asm/ |
float64mul.js | 15 function f3(i) { function in function:Module 19 return { f1: f1, f2: f2, f3: f3 }; 26 assertEquals(NaN, m.f3(NaN)); 29 assertEquals(Infinity, 1 / m.f3(-0)); 32 assertEquals(Infinity, m.f3(-Infinity)); 35 assertEquals(-Infinity, 1 / m.f3(0)); 38 assertEquals(-Infinity, m.f3(Infinity)); 42 assertEquals(-i, m.f3(i));
|
/external/v8/test/mjsunit/compiler/ |
osr-multiple.js | 28 function f3(a,b,c) { function 44 check(f3, 11, 12, 50000);
|
osr-multiple2.js | 33 function f3(a,b,c) { function 51 check(f3, 11, 12, 50000);
|