Searched refs:f4 (Results 76 - 100 of 333) sorted by relevance

1234567891011>>

/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp31 virtual void f4() throw(A);
67 virtual void f4() throw(B1);
H A Dp1.cpp32 void f4() noexcept (1 < 2) { }
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dinjected-class-name.cpp36 template<typename ...ReallyInner> void f4();
42 void X0<T, T, Types...>::Inner<InnerTypes...>::f4() { } function in class:X0::Inner
/external/clang/test/Sema/
H A Dattr-availability.c28 void f4(int) __attribute__((availability(ios,deprecated=3.0)));
29 void f4(int) __attribute__((availability(ios,introduced=4.0))); // expected-warning {{feature cannot be deprecated in iOS version 3.0 before it was introduced in version 4.0; attribute ignored}}
H A Dfunction-redecl.c132 void f4(); // expected-note {{previous declaration is here}}
133 void f4(enum incomplete_enum); // expected-error {{conflicting types for 'f4'}}
H A Dalias-redefinition.c18 void f4() {} function
19 void fun4(void) __attribute((alias("f4")));
H A Dattr-ownership.c6 void *f4(void) __attribute__((ownership_returns(foo)));
H A Dno-documentation-warn-tagdecl-specifier.c23 struct s4* f4(void);
H A Dpragma-unused.c22 void f4(void) { function
H A Dprivate-extern.c42 void f4() { function
H A Dstring-init.c42 long f4[] = U"a"; // expected-error{{array initializer must be an initializer list}} local
H A Dvla.c48 int f4(int a[*][*]);
/external/clang/test/CodeGen/
H A Dstdcall-fastcall.c6 void __attribute__((fastcall)) f4(void) { function
7 // CHECK-LABEL: define x86_fastcallcc void @f4()
26 void (__attribute__((fastcall)) *pf4)(void) = f4;
31 f4(); f5(); f6();
32 // CHECK: call x86_fastcallcc void @f4()
H A Dblocks.c48 // CHECK-LABEL: define void @f4()
49 void f4(void) {
/external/clang/test/SemaCXX/
H A Dwarn-bool-conversion.cpp39 static void f4() __attribute__((weak_import));
65 b = S2::f4;
66 if (S2::f4) {}
H A Dconversion-delete-expr.cpp68 void f4(X x) { delete x; delete x; } function
H A Dcxx11-attr-print.cpp43 void f4 [[noreturn]] ();
/external/chromium_org/third_party/skia/include/core/
H A DSkEndian.h173 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
178 SK_OT_BYTE f4 : 1; \
183 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
187 SK_OT_BYTE f4 : 1; \
/external/chromium_org/v8/test/webkit/
H A DtoString-elision-trailing-comma.js42 function f4() { function
119 testToStringAndLength("f4", 2);
/external/clang/test/Analysis/
H A Dmethod-call.cpp37 void f4() { function
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
H A Dp1.cpp10 [[carries_dependency]] int (*f4)(); // expected-error {{'carries_dependency' attribute only applies to functions, methods, and parameters}} variable
/external/clang/test/CodeGenCXX/
H A Dmangle-unnamed.cpp39 int f4() { return A().a(); } function
/external/clang/test/PCH/
H A Dtypes.c43 float4 f4 = { 1.0, 2.0, 3.0, 4.0 }; variable
/external/clang/test/Parser/
H A Dcxx-default-args.cpp28 void f4(bool a = 1 < 0, bool b = 2 > 0 );
/external/clang/test/SemaTemplate/
H A Ddependent-type-identity.cpp47 void f4(typename T::template apply<U>*); // expected-note{{previous}}
48 void f4(typename U::template apply<U>*);
49 void f4(typename type::template apply<T>*);
50 void f4(typename type::template apply<U_type>*); // expected-error{{redeclar}}

Completed in 833 milliseconds

1234567891011>>