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

1 2 3 4 5 6 7

  /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
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 29 float f9 = 0.0f; local
  /external/clang/test/Sema/
attr-args.c 12 inline __attribute__((used(a))) void *f9(); // expected-error {{'used' attribute takes no arguments}}
pragma-unused.c 43 int f9(int x) { function
private-extern.c 71 void f9() { function
warn-unused-function.c 25 void f9(void) { f8(f7); } function
  /external/compiler-rt/test/cfi/
utils.h 24 virtual void f9() {} function in class:Deriver
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 37 virtual void f9() noexcept(false);
73 virtual void f9() noexcept(true);
  /device/asus/flo/
audio_effects.conf 66 uuid 119341a0-8469-11df-81f9-0002a5d5c51b
90 uuid 93f04452-e4fe-41cc-91f9-e475b6d1d69f
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 15 int (*f9(int n))(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only allowed on parameter in a function declaration}}
  /external/clang/test/PCH/
cxx11-exception-spec.cpp 33 decltype(f<9>()) f9;
  /external/llvm/test/MC/SystemZ/
regs-good.s 61 #CHECK: ler %f8, %f9 # encoding: [0x38,0x89]
70 ler %f8,%f9
79 #CHECK: ldr %f8, %f9 # encoding: [0x28,0x89]
88 ldr %f8,%f9
95 #CHECK: lxr %f8, %f9 # encoding: [0xb3,0x65,0x00,0x89]
100 lxr %f8,%f9
128 #CHECK: .cfi_offset %f9, 200
162 .cfi_offset %f9,200
  /frameworks/av/media/libeffects/data/
audio_effects.conf 102 uuid 119341a0-8469-11df-81f9-0002a5d5c51b
126 uuid 93f04452-e4fe-41cc-91f9-e475b6d1d69f
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fpregdef.h 40 #define ft2f $f9
86 #define ft5 $f9
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
fpregdef.h 40 #define ft2f $f9
86 #define ft5 $f9
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
fpregdef.h 40 #define ft2f $f9
86 #define ft5 $f9
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
fpregdef.h 40 #define ft2f $f9
86 #define ft5 $f9
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
fpregdef.h 40 #define ft2f $f9
86 #define ft5 $f9
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
fpregdef.h 40 #define ft2f $f9
86 #define ft5 $f9
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
fpregdef.h 40 #define ft2f $f9
86 #define ft5 $f9
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
fpregdef.h 40 #define ft2f $f9
86 #define ft5 $f9
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
fpregdef.h 40 #define ft2f $f9
86 #define ft5 $f9

Completed in 728 milliseconds

1 2 3 4 5 6 7