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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
default.c 3 void f5 (int z) { function
attr-args.c 8 inline __attribute__((fastcall(a))) void *f5(); // expected-error {{'fastcall' attribute takes no arguments}}
9 inline __attribute__((malloc(a))) void *f5(); // expected-error {{'malloc' attribute takes no arguments}}
attr-noreturn.c 31 extern void f5 (unsigned long) __attribute__ ((__noreturn__));
34 f5 (unsigned long size) function
floating-point-compare.c 19 int f5(float x) { function
attr-availability-ios.c 9 void f5(int) __attribute__((availability(ios,introduced=2.0))) __attribute__((availability(ios,deprecated=3.0))); // expected-note {{'f5' has been explicitly marked deprecated here}}
19 f5(0); // expected-warning{{'f5' is deprecated: first deprecated in iOS 3.0}}
attr-availability-macosx.c 8 void f5(int) __attribute__((availability(ios,introduced=3.2), availability(macosx,unavailable))); // expected-note{{'f5' has been explicitly marked unavailable here}}
16 f5(0); // expected-error{{'f5' is unavailable: not available on OS X}}
  /external/clang/test/ASTMerge/Inputs/
function1.c 6 int f5(int) __attribute__((const));
function2.c 7 int f5(int) __attribute__((const));
  /external/clang/test/CodeGen/
inline2.c 24 // CHECK-GNU89-LABEL: define i32 @f5()
25 // CHECK-C99-LABEL: define i32 @f5()
26 extern inline int f5(void);
27 inline int f5(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
microsoft-call-conv-x64.c 10 void __stdcall f5(void) { function
11 // CHECK-LABEL: define void @f5()
20 void (__stdcall *pf5)(void) = f5;
23 f4(); f5();
25 // CHECK: call void @f5()
struct-passing.c 15 void __attribute__((pure)) f5(T1 a);
17 void *ps[] = { f0, f1, f2, f3, f4, f5 };
24 // CHECK: declare void @f5({{.*}} byval align 4)
microsoft-call-conv.c 13 void __stdcall f5(void) { function
14 // CHECK-LABEL: define x86_stdcallcc void @f5()
29 void (__stdcall *pf5)(void) = f5;
33 f4(); f5(); f6();
35 // CHECK: call x86_stdcallcc void @f5()
mangle-windows.c 16 void __fastcall f5(short a) {} function
17 // CHECK: define x86_fastcallcc void @"\01@f5@4"
2007-09-28-PackedUnionMember.c 11 struct opaque3 *f5; member in struct:H::__anon23164::__anon23165
  /external/clang/test/CodeGenCXX/
friend-redecl.cpp 14 bool TryFoo(Foo *f5);
reinterpret-cast.cpp 17 void f5(void*& u) { function
mangle-variadic-templates.cpp 54 template<typename R, typename ...ArgTypes> identity<R(ArgTypes...)> f5() {} function
56 template identity<int(int, float, double)> f5();
visibility-inlines-hidden.cpp 11 static void f5() { } function in struct:X0
23 static void f5() { } function in struct:X1
47 X0::f5();
59 X1<int>::f5();
  /external/clang/test/Parser/
cxx-stmt.cpp 57 void f5() { function
66 return f5(), // ok
  /external/oprofile/libutil++/tests/
path_filter_tests.cpp 52 path_filter f5("*foo*", "*bar*");
53 check(f5, "foo", true);
54 check(f5, "bar", false);
55 check(f5, "foobar", false);
56 check(f5, "barfoo", false);
57 check(f5, "foo/bar", false);
string_filter_tests.cpp 45 string_filter f5("ok,ok2", "no,no2");
46 check(f5, "ok", true);
47 check(f5, "ok2", true);
48 check(f5, "no", false);
49 check(f5, "no2", false);
  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
norm.S 57 * ty (f5) = (ux * m4) + (uy * m5) + (uz * m6)
62 fmuls %f0, M4, %f5 ! FGM Group
67 fmuls %f2, M2, %f10 ! FGM Group f5 available
69 fadds %f5, %f6, %f5 ! FGA
73 fadds %f5, %f0, %f5 ! FGA Group stall f0,f5 available
76 /* f3=tx, f5=ty, f7=tz */
80 fmuls %f5, %f5, %f8 ! FGM Group f5 availabl
    [all...]
  /external/mesa3d/src/mesa/sparc/
norm.S 57 * ty (f5) = (ux * m4) + (uy * m5) + (uz * m6)
62 fmuls %f0, M4, %f5 ! FGM Group
67 fmuls %f2, M2, %f10 ! FGM Group f5 available
69 fadds %f5, %f6, %f5 ! FGA
73 fadds %f5, %f0, %f5 ! FGA Group stall f0,f5 available
76 /* f3=tx, f5=ty, f7=tz */
80 fmuls %f5, %f5, %f8 ! FGM Group f5 availabl
    [all...]
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 25 float f5 = 0.0f; local
  /external/clang/test/Index/
complete-exprs.c 23 void f5(float f) { function
68 // CHECK-CC7: FunctionDecl:{ResultType void}{TypedText f5}{LeftParen (}{Placeholder float f}{RightParen )} (50)

Completed in 526 milliseconds

1 2 3 4 5 6 7 8 91011>>