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

1 2 3 4 5

  /external/clang/test/CodeGen/
inline2.c 34 // CHECK-GNU89: define i32 @f7()
35 // CHECK-C99: define i32 @f7()
36 extern inline int f7(void);
37 extern int f7(void) { return 0; } function
60 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
microsoft-call-conv.c 46 void __stdcall f7(foo) int foo; {} function
48 f7(0);
49 // CHECK: call x86_stdcallcc void @f7(i32 0)
stdcall-fastcall.c 46 void __attribute((stdcall)) f7(foo) int foo; {} function
48 f7(0);
49 // CHECK: call x86_stdcallcc void @f7(i32 0)
2007-09-28-PackedUnionMember.c 13 } f7; member in union:H::__anon5225
functions.c 45 void f7(float f, float g) { function
47 // CHECK: define void @f7(float{{.*}}, float{{.*}})
function-attributes.c 9 // CHECK: define void @f7(i16 zeroext %x) nounwind
25 void f7(unsigned short x) { } function
  /external/clang/test/Sema/
warn-unused-function.c 25 static void f7(void);
27 void f9(void) { f8(f7); }
28 static void f7(void) {} function
floating-point-compare.c 23 int f7(float x) { function
pragma-unused.c 34 void f7() { function
private-extern.c 57 void f7() { function
  /external/clang/test/SemaCXX/
dcl_ambig_res.cpp 58 void f7(int(C7)) { } // expected-note{{candidate}} function
61 f7(1); // expected-error{{no matching function}}
62 f7(g7); //OK
function-extern-c.cpp 35 extern "C" void f7( U u );
  /external/oprofile/libutil++/tests/
string_filter_tests.cpp 61 string_filter f7(v1, v2);
62 check(f7, "ok", true);
63 check(f7, "ok2", true);
64 check(f7, "no", false);
path_filter_tests.cpp 69 path_filter f7(".", "");
70 check(f7, ".", true);
75 check(f7, "foo", true);
  /external/clang/test/CodeGenCXX/
mangle-variadic-templates.cpp 65 template_tuple<Templates...> f7() {} function
67 template template_tuple<identity, add_reference> f7();
mangle-neon-vectors.cpp 30 void f7(poly8x16_t v) { } function
mangle-unnamed.cpp 62 int f7() { function
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 27 float f7 = 0.0f; local
  /external/libffi/testsuite/libffi.call/
many.c 18 float f7,
29 (double) f6, (double) f7, (double) f8, (double) f9, (double) f10,
33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
many_win32.c 18 float f7,
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
  /external/clang/test/SemaTemplate/
dependent-type-identity.cpp 63 void f7(typename N::X2<T>::template apply<U> *); // expected-note{{previous}}
64 void f7(typename N::X2<U>::template apply<U> *);
65 void f7(typename N::X2<U>::template apply<T> *);
66 void f7(typename X2<type>::template apply<U_type> *); // expected-error{{redeclar}}
  /external/skia/include/core/
SkEndian.h 130 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
138 SK_OT_BYTE f7 : 1;
140 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
141 SK_OT_BYTE f7 : 1; \
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 35 virtual void f7() noexcept;
71 virtual void f7() noexcept;
  /bionic/libc/kernel/arch-mips/asm/
fpregdef.h 37 #define ft1f $f7
84 #define ft3 $f7
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fpregdef.h 37 #define ft1f $f7
84 #define ft3 $f7

Completed in 208 milliseconds

1 2 3 4 5