HomeSort by relevance Sort by last modified time
    Searched refs:f6 (Results 26 - 50 of 246) sorted by null

12 3 4 5 6 7 8 910

  /external/clang/test/CodeGen/
le32-arguments.c 43 // CHECK-LABEL: define void @f6(i32 %a)
44 void f6(enum my_enum a) {} function
stdcall-fastcall.c 16 void __attribute__((thiscall)) f6(void) { function
17 // CHECK-LABEL: define x86_thiscallcc void @f6()
28 void (__attribute__((thiscall)) *pf6)(void) = f6;
31 f4(); f5(); f6();
34 // CHECK: call x86_thiscallcc void @f6()
  /external/clang/test/Sema/
attr-unused.c 41 int f6(int x __attribute__((__unused__))) { function
decl-in-prototype.c 30 void f6(struct z {int b;} c) { // expected-warning {{declaration of 'struct z' will not be visible outside of this function}} function
attr-availability.c 34 void f6(int) __attribute__((availability(ios,deprecated=3.0))); // expected-note {{previous attribute is here}}
35 void f6(int) __attribute__((availability(ios,deprecated=4.0))); // expected-warning {{availability does not match previous declaration}}
attr-ownership.c 8 void f6(void) __attribute__((ownership_holds(foo, 1, 2, 3))); // expected-error {{'ownership_holds' attribute parameter 1 is out of bounds}}
no-documentation-warn-tagdecl-specifier.c 34 struct s6* f6(void);
pragma-unused.c 27 void f6(void) { function
private-extern.c 52 void f6() { function
  /external/clang/test/SemaTemplate/
temp_func_order.cpp 77 int &f6(T&, U&);
80 float &f6(const T&, U&);
83 int &ir = f6(i, i);
84 float &fr = f6(ic, ic);
dependent-type-identity.cpp 58 void f6(typename N::X2<T>::template apply<U> *); // expected-note{{previous}}
59 void f6(typename N::X2<U>::template apply<U> *);
60 void f6(typename N::X2<U>::template apply<T> *);
61 void f6(typename ::N::X2<type>::template apply<U_type> *); // expected-error{{redeclar}}
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 33 virtual void f6();
69 virtual void f6() throw(B2, B2, int, float, char, double, bool);
  /external/clang/test/CodeGenCXX/
vtable-available-externally.cpp 149 virtual void f6 ();
152 void f6 ();
mangle-unnamed.cpp 50 int f6() { function
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_rdft_mips.c 275 float f0, f1, f2, f3, f4, f5, f6, f7; local
288 "lwc1 %[f6], 24(%[a]) \n\t"
293 "add.s %[x2r], %[f4], %[f6] \n\t"
296 "sub.s %[x3r], %[f4], %[f6] \n\t"
304 "add.s %[f6], %[x1r], %[x3i] \n\t"
312 "swc1 %[f6], 24(%[a]) \n\t"
320 "lwc1 %[f6], 56(%[a]) \n\t"
326 "sub.s %[x3r], %[f4], %[f6] \n\t"
328 "add.s %[x2r], %[f4], %[f6] \n\t"
333 "add.s %[f6], %[x3i], %[x1r] \n\t
521 float f0, f1, f2, f3, f4, f5, f6, f7; local
814 float f0, f1, f2, f3, f4, f5, f6, f7; local
874 float f0, f1, f2, f3, f4, f5, f6, f7; local
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkEndian.h 173 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
180 SK_OT_BYTE f6 : 1; \
183 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
185 SK_OT_BYTE f6 : 1; \
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 12 int (*f6)() [[carries_dependency]]; // expected-error {{'carries_dependency' attribute cannot be applied to types}} variable
  /external/clang/test/PCH/
cxx11-exception-spec.cpp 17 decltype(f<6>()) f6;
  /external/clang/test/Parser/
cxx-default-args.cpp 30 void f6(bool a = T2<0,3>::V < 4, bool b = 4 > T2<0,3>::V);
  /external/clang/test/SemaCXX/
cxx11-attr-print.cpp 46 inline void f6() __attribute__((gnu_inline));
  /external/skia/include/core/
SkEndian.h 173 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
180 SK_OT_BYTE f6 : 1; \
183 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
185 SK_OT_BYTE f6 : 1; \
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fpregdef.h 36 #define ft1 $f6
82 #define ft2 $f6
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6
82 #define ft2 $f6
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6
82 #define ft2 $f6
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6
82 #define ft2 $f6

Completed in 580 milliseconds

12 3 4 5 6 7 8 910