HomeSort by relevance Sort by last modified time
    Searched refs:__attribute (Results 26 - 50 of 180) sorted by null

12 3 4 5 6 7 8

  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng_swig.i 39 #define __attribute(X) /*nothing*/
  /external/clang/test/Sema/
attr-mode.c 8 typedef int i16_1 __attribute((mode(HI)));
10 typedef int i16_2 __attribute((__mode__(__HI__)));
13 typedef float f64 __attribute((mode(DF)));
16 typedef int invalid_1 __attribute((mode)); // expected-error{{'mode' attribute takes one argument}}
17 typedef int invalid_2 __attribute((mode())); // expected-error{{'mode' attribute takes one argument}}
18 typedef int invalid_3 __attribute((mode(II))); // expected-error{{unknown machine mode}}
19 typedef struct {int i,j,k;} invalid_4 __attribute((mode(SI))); // expected-error{{mode attribute only supported for integer and floating-point types}}
20 typedef float invalid_5 __attribute((mode(SI))); // expected-error{{type of machine mode does not match type of base type}}
23 typedef unsigned unwind_word __attribute((mode(unwind_word)));
25 int **__attribute((mode(QI)))* i32; // expected-error{{mode attribute}
    [all...]
mips16_attr_allowed.c 23 __attribute((nomips16)) int a; // expected-error {{attribute only applies to functions}}
25 __attribute((mips16)) int b; // expected-error {{attribute only applies to functions}}
inline-redef.c 5 #define GNU_INLINE __attribute((__gnu_inline__))
altivec-init.c 3 typedef int v4 __attribute((vector_size(16)));
4 typedef short v8 __attribute((vector_size(16)));
init.c 127 typedef int32_t ivector4 __attribute((vector_size(16)));
148 int PR4386_foo() __attribute((weak));
154 int PR4386_zed() __attribute((weak));
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));
  /external/clang/test/CodeGen/
align-param.c 14 int test2(struct X x __attribute((aligned(16)))) {
regparm-flag.c 6 void f2(int a, int b) __attribute((regparm(0)));
pragma-weak.c 87 void __declfirstattr(void) __attribute((noinline));
94 //// ensure that pragma weak/__attribute((weak)) play nice
98 __attribute((weak)) void mix(void) { }
104 void __mix2(void) __attribute((noinline));
105 void __mix2(void) __attribute((noinline));
109 ////////////// test #pragma weak/__attribute combinations
113 void both(void) __attribute((alias("__both")));
123 void both2(void) __attribute((alias("__both2"))); // first, wins
130 void __a1(void) __attribute((noinline));
136 __attribute((pure,noinline,const)) void __xxx(void) {
    [all...]
alias.c 30 extern int g1 __attribute((alias("g0")));
44 extern void f1(void) __attribute((alias("f0")));
alignment.c 3 __attribute((aligned(16))) float a[128];
4 union {int a[4]; __attribute((aligned(16))) float b[4];} b;
packed-nest-unpacked.c 4 struct Y { char x[13]; struct X y; } __attribute((packed));
58 } __attribute((packed));
regparm.c 11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall)); typedef
compound-literal.c 6 typedef int v4i32 __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)));
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/Index/
complete-with-annotations.cpp 4 int field __attribute((annotate("one"), annotate("two"), annotate("three")));
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cygwin/
testexe.c 24 extern __attribute((dllimport)) void _stdcall Sleep (unsigned int duration);
  /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/Parser/
cxx-attributes.cpp 24 __attribute((typename)) int x; // expected-warning {{unknown attribute 'typename' ignored}}
  /external/clang/test/CodeGenCXX/
pragma-visibility.cpp 12 struct __attribute((visibility("default"))) x2 {
43 namespace n __attribute((visibility("default"))) {
49 namespace n __attribute((visibility("default"))) {
regparm.cpp 34 __attribute((regparm(2))) void foo4(S3 a, int b);
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_rmnet.h 47 #define QMI_QOS_HDR_S __attribute((__packed__)) qmi_qos_hdr_s
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rmnet.h 49 #define QMI_QOS_HDR_S __attribute((__packed__)) qmi_qos_hdr_s

Completed in 937 milliseconds

12 3 4 5 6 7 8