Lines Matching refs:__attribute__
4 __attribute__((unused));
9 __attribute__((unused));
30 int TestAlignedNull __attribute__((aligned));
35 int TestAlignedExpr __attribute__((aligned(4)));
40 int TestEnum __attribute__((visibility("default")));
44 class __attribute__((lockable)) Mutex {
46 int TestExpr __attribute__((guarded_by(mu1)));
51 class Mutex TestVariadicExpr __attribute__((acquired_after(mu1, mu2)));
58 int TestFunction __attribute__((cleanup(function1))); in function1()
64 __attribute__((pointer_with_type_tag(ident1,1,2)));
69 __attribute__((pointer_with_type_tag(bool1,1,2)));
74 __attribute__((pointer_with_type_tag(unsigned1,1,2)));
78 void TestInt(void) __attribute__((constructor(123)));
82 int TestString __attribute__((alias("alias1")));
87 __attribute__((type_tag_for_datatype(ident1,int)));
91 void *TestVariadicUnsigned1(int) __attribute__((alloc_size(1)));
95 void *TestVariadicUnsigned2(int, int) __attribute__((alloc_size(1,2)));