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

1 2 3 4 5 6

  /external/clang/test/Sema/
default.c 3 void f5 (int z) { function
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)));
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{{function has been explicitly marked unavailable here}}
16 f5(0); // expected-error{{'f5' is unavailable: not available on Mac OS X}}
sentinel-attribute.c 12 void f5(int a) __attribute__ ((sentinel)); //expected-warning{{'sentinel' attribute only supported for variadic functions}}
  /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: define i32 @f5()
25 // CHECK-C99: define i32 @f5()
26 extern inline int f5(void);
27 inline int f5(void) { return 0; } function
60 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
microsoft-call-conv.c 11 void __stdcall f5(void) { function
12 // CHECK: define x86_stdcallcc void @f5()
27 void (__stdcall *pf5)(void) = f5;
31 f4(); f5(); f6();
33 // CHECK: call x86_stdcallcc 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)
stdcall-fastcall.c 11 void __attribute__((stdcall)) f5(void) { function
12 // CHECK: define x86_stdcallcc void @f5()
27 void (__attribute__((stdcall)) *pf5)(void) = f5;
31 f4(); f5(); f6();
33 // CHECK: call x86_stdcallcc void @f5()
2007-09-28-PackedUnionMember.c 11 struct opaque3 *f5; member in struct:H::__anon5225::__anon5226
  /external/webkit/Source/WebKit/win/Interfaces/
IGEN_DOMObject.idl 37 uuid(19DD35E3-BFEC-40f5-A69F-02C5D76791E4),
  /external/clang/test/CodeGenCXX/
friend-redecl.cpp 14 bool TryFoo(Foo *f5);
reinterpret-cast.cpp 15 void f5(void*& u) { function
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();
mangle-variadic-templates.cpp 54 template<typename R, typename ...ArgTypes> identity<R(ArgTypes...)> f5() {} function
56 template identity<int(int, float, double)> f5();
  /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/clang/test/Parser/
cxx-stmt.cpp 57 void f5() { function
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-85880.js 99 function f5() function
104 f5();
106 return f5.arguments;
109 actual = (f5() == null);
114 actual = (f5(0) == null);
  /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)
  /external/clang/test/SemaCXX/
function-extern-c.cpp 32 extern "C" S2 f5( void );

Completed in 772 milliseconds

1 2 3 4 5 6