/external/clang/test/SemaObjC/ |
attr-deprecated.m | 86 __attribute ((deprecated)) 130 } footype __attribute((deprecated)); // expected-note 2 {{declared here}} 134 footype b __attribute((deprecated)); 137 @property footype d __attribute((deprecated));
|
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 may only be specified on a class}} 157 __attribute ((objc_requires_property_definitions(1))) // expected-error {{'objc_requires_property_definitions' attribute takes no arguments}}
|
boxing-illegal.m | 69 __attribute((objc_root_class)) @interface rdar13333205 @end
|
special-dep-unavail-warning.m | 47 __attribute ((deprecated))
|
/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 *);
|
/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));
|
vector.c | 11 typedef int vty __attribute((vector_size(16)));
|
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)));
|
const-init.c | 120 struct g22 {int x;} __attribute((packed)); 137 typedef long long v1i64 __attribute((vector_size(8))); 138 typedef short v12i16 __attribute((vector_size(24))); 139 typedef long double v2f80 __attribute((vector_size(24)));
|
/external/clang/test/Sema/ |
init.c | 127 typedef int32_t ivector4 __attribute((vector_size(16))); 148 int PR4386_foo() __attribute((weak)); 154 int PR4386_zed() __attribute((weak));
|
bitfield-layout.c | 31 struct f {__attribute((aligned(8))) int x : 30, y : 30, z : 30;};
|
inline-redef.c | 5 #define GNU_INLINE __attribute((__gnu_inline__))
|
/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__))
|
/system/core/debuggerd/x86/ |
machine.c | 34 void dump_memory_and_code(const ptrace_context_t* context __attribute((unused)), 38 void dump_registers(const ptrace_context_t* context __attribute((unused)),
|
/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/CodeGenObjC/ |
debug-info-id-with-protocol.m | 2 __attribute((objc_root_class)) @interface NSObject {
|
/external/clang/test/SemaCXX/ |
attr-format.cpp | 22 struct A { void a(const char*,...) __attribute((format(printf,2,3))); };
|
warn-missing-noreturn.cpp | 108 void wibble() __attribute((__noreturn__));
|
/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
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_rmnet.h | 47 #define QMI_QOS_HDR_S __attribute((__packed__)) qmi_qos_hdr_s
|