/external/clang/test/Sema/ |
attr-ownership.c | 12 int f9 __attribute__((ownership_takes(foo, 1))); // expected-warning {{'ownership_takes' attribute only applies to non-K&R-style functions}}
variable
|
pragma-unused.c | 43 int f9(int x) { function
|
varargs.c | 72 void f9(__builtin_va_list args) function
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug035.go | 9 func f9(a int) (i int, f float64) { func
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug035.go | 9 func f9(a int) (i int, f float64) { func
|
/external/v8/test/mjsunit/compiler/ |
loopcount.js | 80 function f9() { function 86 assertEquals(42, f9());
|
/prebuilts/go/darwin-x86/doc/progs/ |
interface2.go | 127 func f9() { func 128 // START f9 OMIT
|
/prebuilts/go/linux-x86/doc/progs/ |
interface2.go | 127 func f9() { func 128 // START f9 OMIT
|
/external/clang/test/CodeGen/ |
inline2.c | 55 // CHECK-GNU89-LABEL: define available_externally i32 @f9() 56 // CHECK-C99-LABEL: define i32 @f9() 57 extern inline int f9(void); 58 extern inline int f9(void) { return 0; } function 65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
|
mangle-windows.c | 49 void __fastcall f9(long long a, char b, char c, short d) {} function 50 // CHECK: define x86_fastcallcc void @"\01@f9@20"(i64 %a, i8 signext %b, i8 signext %c, i16 signext %d) 51 // X64: define void @f9(
|
microsoft-call-conv.c | 63 void __fastcall f9(int x, int y) {}; function 64 // WIN: define x86_fastcallcc void @f9({{.*}})
|
switch.c | 118 // CHECK-LABEL: define i32 @f9() 129 int f9() { function
|
/external/llvm/test/MC/ARM/ |
ldr-pseudo-darwin.s | 90 @ CHECK-LABEL: f9: 91 f9: label
|
ldr-pseudo.s | 90 @ CHECK-LABEL: f9: 91 f9: label
|
ltorg-darwin.s | 83 @ CHECK-LABEL: f9: 84 f9: label
|
ltorg.s | 77 @ CHECK-LABEL: f9: 78 f9: label
|
/prebuilts/go/darwin-x86/test/ |
func.go | 58 func f9(a int) (i int, f float32) { func 82 r9, s9 := f9(1)
|
func2.go | 25 func f9(os int) int { func
|
/prebuilts/go/darwin-x86/test/ken/ |
robfunc.go | 58 func f9(a int) (in int, fl float64) { func 88 r9, s9 = f9(1)
|
/prebuilts/go/linux-x86/test/ |
func.go | 58 func f9(a int) (i int, f float32) { func 82 r9, s9 := f9(1)
|
func2.go | 25 func f9(os int) int { func
|
/prebuilts/go/linux-x86/test/ken/ |
robfunc.go | 58 func f9(a int) (in int, fl float64) { func 88 r9, s9 = f9(1)
|
/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
Blort.java | 29 float f9 = 0.0f; local
|
/external/clang/test/Analysis/ |
stream.c | 69 FILE *f9(void) { function
|
/external/clang/test/CodeGenCXX/ |
typeid-should-throw.cpp | 52 void f9(A *x) { typeid(0[x]); } function
|