/external/clang/test/CodeGenObjC/ |
debug-info-ivars-private.m | 5 __attribute((objc_root_class)) @interface NSObject {
|
debug-info-ivars.m | 3 __attribute((objc_root_class)) @interface NSObject {
|
debug-info-id-with-protocol.m | 2 __attribute((objc_root_class)) @interface NSObject {
|
/external/clang/test/CodeGenOpenCL/ |
logical-ops.cl | 5 typedef int int4 __attribute((ext_vector_type(4))); 6 typedef long long4 __attribute((ext_vector_type(4))); 7 typedef float float4 __attribute((ext_vector_type(4))); 8 typedef double double4 __attribute((ext_vector_type(4)));
|
/external/clang/test/Index/ |
complete-with-annotations.cpp | 4 int field __attribute((annotate("one"), annotate("two"), annotate("three")));
|
/external/clang/test/Sema/ |
attr-deprecated.c | 118 foo_dep a __attribute((deprecated)); 120 foo_dep c, d __attribute((deprecated)); // expected-warning {{'foo_dep' is deprecated}} 121 __attribute((deprecated)) foo_dep e, f; 124 typedef int test23_ty __attribute((deprecated)); // expected-note {{previous definition is here}}
|
init.c | 127 typedef int32_t ivector4 __attribute((vector_size(16))); 148 int PR4386_foo() __attribute((weak)); 154 int PR4386_zed() __attribute((weak));
|
inline-redef.c | 5 #define GNU_INLINE __attribute((__gnu_inline__))
|
/external/clang/test/Analysis/ |
malloc-annotations.c | 7 void __attribute((ownership_returns(malloc))) *my_malloc(size_t); 8 void __attribute((ownership_takes(malloc, 1))) my_free(void *); 10 __attribute((ownership_holds(malloc, 1, 2))); 11 void __attribute((ownership_returns(malloc, 1))) *my_malloc2(size_t); 12 void __attribute((ownership_holds(malloc, 1))) my_hold(void *); 17 void __attribute((ownership_holds(malloc, 1))) 18 __attribute((ownership_holds(malloc, 1))) 19 __attribute((ownership_holds(malloc, 3))) my_hold2(void *, void *, void *);
|
nonnull.m | 73 extern void rdar16153464_check(union rdar16153464_pub_ctx_t outer) __attribute((nonnull(1)));
|
/external/clang/test/CodeGen/ |
alignment.c | 3 __attribute((aligned(16))) float a[128]; 4 union {int a[4]; __attribute((aligned(16))) float b[4];} b;
|
alias.c | 10 extern int g1 __attribute((alias("g0"))); 15 extern void f1(void) __attribute((alias("f0")));
|
packed-nest-unpacked.c | 4 struct Y { char x[13]; struct X y; } __attribute((packed)); 58 } __attribute((packed));
|
x86_32-arguments-darwin.c | 157 typedef int v39 __attribute((vector_size(16))); 289 struct s59 { float x __attribute((aligned(8))); }; 293 struct s60 { int x __attribute((aligned(8))); }; 297 typedef int T61 __attribute((vector_size(16))); 302 typedef int T62 __attribute((vector_size(16))); 303 struct s62 { T62 x; int y; } __attribute((packed, aligned(8))); 310 typedef int T63 __attribute((vector_size(16))); 332 typedef int T66 __attribute((vector_size(16)));
|
/external/clang/test/SemaObjC/ |
default-synthesize-3.m | 5 __attribute ((objc_requires_property_definitions)) 15 __attribute ((objc_requires_property_definitions)) // redundant, just for testing 36 __attribute ((objc_requires_property_definitions)) 40 __attribute ((objc_requires_property_definitions)) // expected-error {{'objc_requires_property_definitions' attribute only applies to Objective-C interfaces}} 157 __attribute ((objc_requires_property_definitions(1))) // expected-error {{'objc_requires_property_definitions' attribute takes no arguments}}
|
attr-deprecated.m | 86 __attribute ((deprecated)) 130 } footype __attribute((deprecated)); // expected-note 2 {{'footype' has been explicitly marked deprecated here}} 134 footype b __attribute((deprecated)); 137 @property footype d __attribute((deprecated));
|
/external/compiler-rt/SDKs/linux/usr/include/ |
stdlib.h | 31 void *malloc(size_t) __attribute__((__nothrow__)) __attribute((__malloc__)) 33 void *realloc(void *, size_t) __attribute__((__nothrow__)) __attribute((__malloc__))
|
/external/chromium_org/third_party/libxml/src/ |
threads.c | 55 __attribute((weak)); 57 __attribute((weak)); 60 __attribute((weak)); 63 __attribute((weak)); 65 __attribute((weak)); 67 __attribute((weak)); 69 __attribute((weak)); 71 __attribute((weak)); 73 __attribute((weak)); 75 __attribute((weak)) [all...] |
/external/libxml2/ |
threads.c | 55 __attribute((weak)); 57 __attribute((weak)); 60 __attribute((weak)); 63 __attribute((weak)); 65 __attribute((weak)); 67 __attribute((weak)); 69 __attribute((weak)); 71 __attribute((weak)); 73 __attribute((weak)); 75 __attribute((weak)) [all...] |
/external/clang/test/SemaCXX/ |
attr-format.cpp | 22 struct A { void a(const char*,...) __attribute((format(printf,2,3))); };
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
capng_swig.i | 39 #define __attribute(X) /*nothing*/
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_rmnet.h | 49 #define QMI_QOS_HDR_S __attribute((__packed__)) qmi_qos_hdr_s
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
msm_rmnet.h | 36 #define QMI_QOS_HDR_S __attribute((__packed__)) qmi_qos_hdr_s
|
/external/clang/test/Misc/ |
ast-dump-attr.cpp | 97 M: __attribute(()) int j; 102 N: __attribute(()) ;
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_rmnet.h | 132 #define QMI_QOS_HDR_S __attribute((__packed__)) qmi_qos_hdr_s 143 } __attribute((__packed__));
|