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

1 2 3 4 5 6 7 8 9

  /external/clang/test/CodeGen/
inline2.c 50 // CHECK-GNU89-LABEL: define available_externally i32 @f8()
51 // CHECK-C99-LABEL: define i32 @f8()
52 extern int f8(void);
53 extern inline int f8(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
mangle-windows.c 25 void __fastcall f8(long long a) {} function
26 // CHECK: define x86_fastcallcc void @"\01@f8@8"
2007-09-28-PackedUnionMember.c 14 } f8; member in struct:H
microsoft-call-conv-x64.c 36 void f8(void) { function
le32-arguments.c 60 // CHECK-LABEL: define void @f8(%struct.bitfield1* byval %bf1)
61 void f8(bitfield1 bf1) {} function
microsoft-call-conv.c 49 void f8(void) { function
switch.c 104 // CHECK-LABEL: define i32 @f8(
107 int f8(unsigned x) { function
  /external/clang/test/CodeGenCXX/
2010-06-22-ZeroBitfield.cpp 5 s8 f8() { return s8(); } function
  /external/llvm/test/MC/Mips/
micromips-fpu-instructions.s 12 # CHECK-EL: add.s $f4, $f6, $f8 # encoding: [0x06,0x55,0x30,0x20]
13 # CHECK-EL: add.d $f4, $f6, $f8 # encoding: [0x06,0x55,0x30,0x21]
14 # CHECK-EL: div.s $f4, $f6, $f8 # encoding: [0x06,0x55,0xf0,0x20]
15 # CHECK-EL: div.d $f4, $f6, $f8 # encoding: [0x06,0x55,0xf0,0x21]
16 # CHECK-EL: mul.s $f4, $f6, $f8 # encoding: [0x06,0x55,0xb0,0x20]
17 # CHECK-EL: mul.d $f4, $f6, $f8 # encoding: [0x06,0x55,0xb0,0x21]
18 # CHECK-EL: sub.s $f4, $f6, $f8 # encoding: [0x06,0x55,0x70,0x20]
19 # CHECK-EL: sub.d $f4, $f6, $f8 # encoding: [0x06,0x55,0x70,0x21]
30 # CHECK-EL: ceil.w.s $f6, $f8 # encoding: [0xc8,0x54,0x3b,0x1b]
31 # CHECK-EL: ceil.w.d $f6, $f8 # encoding: [0xc8,0x54,0x3b,0x5b
    [all...]
mips64-instructions.s 4 # CHECK: sdxc1 $f8, $4($25) # encoding: [0x09,0x40,0x24,0x4f]
7 sdxc1 $f8, $a0($t9)
  /external/clang/test/Sema/
expr-address-of.c 111 void f8() { function
112 void *dummy0 = &f8(); // expected-error {{cannot take the address of an rvalue of type 'void'}}
115 void *dummy1 = &(1 ? v : f8()); // expected-error {{cannot take the address of an rvalue of type 'void'}}
117 void *dummy2 = &(f8(), v); // expected-error {{cannot take the address of an rvalue of type 'void'}}
warn-unused-function.c 24 void f8(void(*a0)(void));
25 void f9(void) { f8(f7); }
attr-args.c 11 inline __attribute__((stdcall(a))) void *f8(); // expected-error {{'stdcall' attribute takes no arguments}}
attr-ownership.c 10 void f8(int *i, int *j, int k) __attribute__((ownership_holds(foo, 1, 2, 4))); // expected-error {{'ownership_holds' attribute parameter 3 is out of bounds}}
no-documentation-warn-tagdecl-specifier.c 43 struct s4 *f8(struct s8 *p);
pragma-unused.c 39 int f8(int x) { // expected-warning{{unused parameter 'x'}} function
private-extern.c 65 void f8() { function
  /external/oprofile/libutil++/tests/
string_filter_tests.cpp 71 string_filter f8(v1, v2);
72 check(f8, "ok", true);
73 check(f8, "no", false);
74 check(f8, "no", false);
  /external/llvm/test/MC/Sparc/
sparc-fp-instructions.s 60 ! CHECK: fadds %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x08,0x24]
61 ! CHECK: faddd %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x08,0x44]
62 ! CHECK: faddq %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x08,0x64]
63 fadds %f0, %f4, %f8
64 faddd %f0, %f4, %f8
65 faddq %f0, %f4, %f8
73 ! CHECK: fsubs %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x08,0xa4]
74 ! CHECK: fsubd %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x08,0xc4]
75 ! CHECK: fsubq %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x08,0xe4]
76 fsubs %f0, %f4, %f8
    [all...]
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 28 float f8 = 0.0f; local
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 36 virtual void f8() noexcept;
72 virtual void f8() noexcept(true);
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 14 int (((f8)))(int n [[carries_dependency]]); // ok
  /external/clang/test/PCH/
cxx11-exception-spec.cpp 32 decltype(f<8>()) f8;
  /external/clang/test/Parser/
cxx-default-args.cpp 32 void f8(int = func<0,1<2>(0), int = 1<0, T1<int,int>(int) = 0);
  /external/clang/test/SemaCXX/
cxx11-attr-print.cpp 53 void f8 (void *, const char *, ...) __attribute__ ((format (printf, 2, 3)));

Completed in 622 milliseconds

1 2 3 4 5 6 7 8 9