HomeSort by relevance Sort by last modified time
    Searched defs:f9 (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /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
warn-unused-function.c 25 void f9(void) { f8(f7); } function
  /external/v8/test/mjsunit/compiler/
loopcount.js 80 function f9() { function
86 assertEquals(42, f9());
  /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
function-attributes.c 37 void f9(void) { f9_t(); } 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
  /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
malloc-overflow.c 60 void * f9(int n) function
  /external/clang/test/CodeGenCXX/
typeid-should-throw.cpp 52 void f9(A *x) { typeid(0[x]); } function
mangle-neon-vectors.cpp 65 void f9(poly8x16_t v) {} function
  /external/llvm/test/MC/AArch64/
ldr-pseudo.s 98 // CHECK-LABEL: f9:
99 f9: label
  /external/v8/test/webkit/
toString-elision-trailing-comma.js 61 function f9() { function
124 testToStringAndLength("f9", 5, 5);
  /art/test/703-floating-point-div/src/
Main.java 71 float f9 = Float.MIN_VALUE; local
83 expectEquals(Float.floatToRawIntBits(fPi/f9), 0x7f800000);
  /external/libcxxabi/test/
catch_pointer_reference.pass.cpp 309 void f9() function
439 f9();
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_pointer_reference.pass.cpp 309 void f9() function
439 f9();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x-pcrel.s 155 f9: label
163 callret .S2 f9
164 [b2] callret .S2 f9+4

Completed in 1102 milliseconds

1 2 3 4