Home
last modified time | relevance | path

Searched refs:__attribute__ (Results 1 – 25 of 2017) sorted by relevance

12345678910>>...81

/third_party/protobuf/objectivec/
DGPBCodedOutputStream_PackagePrivate.h38 __attribute__((const));
40 __attribute__((const));
42 __attribute__((const));
44 __attribute__((const));
46 __attribute__((const));
48 __attribute__((const));
50 __attribute__((const));
52 __attribute__((const));
54 __attribute__((const));
56 __attribute__((const));
[all …]
/third_party/elfutils/libebl/
Deblopenbackend.c391 default_reloc_type_name (int ignore __attribute__ ((unused)), in default_reloc_type_name()
392 char *buf __attribute__ ((unused)), in default_reloc_type_name()
393 size_t len __attribute__ ((unused))) in default_reloc_type_name()
399 default_reloc_type_check (int ignore __attribute__ ((unused))) in default_reloc_type_check()
405 default_reloc_valid_use (Elf *elf __attribute__ ((unused)), in default_reloc_valid_use()
406 int ignore __attribute__ ((unused))) in default_reloc_valid_use()
412 default_reloc_simple_type (Ebl *eh __attribute__ ((unused)), in default_reloc_simple_type()
413 int ignore __attribute__ ((unused)), in default_reloc_simple_type()
414 int *addsub __attribute__ ((unused))) in default_reloc_simple_type()
420 default_gotpc_reloc_check (Elf *elf __attribute__ ((unused)), in default_gotpc_reloc_check()
[all …]
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h65 } __attribute__((__packed__)) BIOS_PARAMETER_BLOCK;
95 } __attribute__((__packed__)) NTFS_BOOT_SECTOR;
200 } __attribute__((__packed__)) NTFS_RECORD;
270 } __attribute__((__packed__)) MFT_RECORD_FLAGS;
413 } __attribute__((__packed__)) MFT_RECORD;
485 } __attribute__((__packed__)) MFT_RECORD_OLD;
626 } __attribute__((__packed__)) ATTR_DEF;
638 } __attribute__((__packed__)) ATTR_FLAGS;
714 } __attribute__((__packed__)) RESIDENT_ATTR_FLAGS;
762 } __attribute__((__packed__));
[all …]
Dlogfile.h99 } __attribute__((__packed__)) RESTART_PAGE_HEADER;
116 } __attribute__((__packed__));
259 } __attribute__((__packed__)) RESTART_AREA;
300 } __attribute__((__packed__)) LOG_CLIENT_RECORD;
322 } __attribute__((__packed__)) copy;
329 } __attribute__((__packed__)) RECORD_PAGE_HEADER;
346 } __attribute__((__packed__)) LOG_RECORD_FLAGS;
354 } __attribute__((__packed__)) LOG_CLIENT_ID;
418 } __attribute__((__packed__));
425 } __attribute__((__packed__));
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dattributes.h88 __attribute__((__format__(__printf__, string_index, first_to_check)))
90 __attribute__((__format__(__scanf__, string_index, first_to_check)))
102 #define ABSL_ATTRIBUTE_ALWAYS_INLINE __attribute__((always_inline))
109 #define ABSL_ATTRIBUTE_NOINLINE __attribute__((noinline))
121 #define ABSL_ATTRIBUTE_NO_TAIL_CALL __attribute__((disable_tail_calls))
125 __attribute__((optimize("no-optimize-sibling-calls")))
143 #define ABSL_ATTRIBUTE_WEAK __attribute__((weak))
189 #define ABSL_ATTRIBUTE_NONNULL(arg_index) __attribute__((nonnull(arg_index)))
198 #define ABSL_ATTRIBUTE_NORETURN __attribute__((noreturn))
214 #define ABSL_ATTRIBUTE_NO_SANITIZE_ADDRESS __attribute__((no_sanitize_address))
[all …]
Dthread_annotations.h58 #define ABSL_GUARDED_BY(x) __attribute__((guarded_by(x)))
84 #define ABSL_PT_GUARDED_BY(x) __attribute__((pt_guarded_by(x)))
105 #define ABSL_ACQUIRED_AFTER(...) __attribute__((acquired_after(__VA_ARGS__)))
111 #define ABSL_ACQUIRED_BEFORE(...) __attribute__((acquired_before(__VA_ARGS__)))
141 __attribute__((exclusive_locks_required(__VA_ARGS__)))
148 __attribute__((shared_locks_required(__VA_ARGS__)))
159 #define ABSL_LOCKS_EXCLUDED(...) __attribute__((locks_excluded(__VA_ARGS__)))
170 #define ABSL_LOCK_RETURNED(x) __attribute__((lock_returned(x)))
179 #define ABSL_LOCKABLE __attribute__((lockable))
192 #define ABSL_SCOPED_LOCKABLE __attribute__((scoped_lockable))
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/
Dattr-context.c1 static void a(void) __attribute__((context)); // KO
2 static void b(void) __attribute__((context())); // KO
3 static void c(void) __attribute__((context 1)); // KO
4 static void d(void) __attribute__((context 1,2)); // KO
5 static void e(void) __attribute__((context (1))); // !!!!
6 static void f(void) __attribute__((context(0))); // !!!!
7 static void g(void) __attribute__((context(0,1,2,3))); // KO
9 static void h(void) __attribute__((context (1,2))); // OK
10 static void i(void) __attribute__((context(0,1))); // OK
11 static void j(void) __attribute__((context(0,1,2))); // OK
[all …]
Dcalling-convention-attributes.c1 extern void __attribute__((cdecl)) c1(void);
2 typedef void (__attribute__((cdecl)) *c2)(void);
5 extern void __attribute__((__cdecl__)) c_1(void);
6 typedef void (__attribute__((__cdecl__)) *c_2)(void);
9 extern void __attribute__((stdcall)) s1(void);
10 typedef void (__attribute__((stdcall)) *s2)(void);
13 extern void __attribute__((__stdcall__)) s_1(void);
14 typedef void (__attribute__((__stdcall__)) *s_2)(void);
17 extern void __attribute__((fastcall)) f1(void);
18 typedef void (__attribute__((fastcall)) *f2)(void);
[all …]
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dcodegen.h35 typedef union __attribute__((__packed__)) {
36 struct __attribute__((__packed__)) {
75 typedef union __attribute__((__packed__)) {
76 struct __attribute__((__packed__)) {
90 struct __attribute__((__packed__)) {
111 typedef struct __attribute__((__packed__)) {
129 typedef struct __attribute__((__packed__)) {
162 typedef struct __attribute__((__packed__)) {
196 typedef struct __attribute__((__packed__)) {
228 typedef struct __attribute__((__packed__)) {
[all …]
/third_party/alsa-lib/include/sound/uapi/
Dasoc.h203 } __attribute__((packed));
209 } __attribute__((packed));
215 } __attribute__((packed));
221 } __attribute__((packed));
232 } __attribute__((packed));
245 } __attribute__((packed));
254 } __attribute__((packed));
263 } __attribute__((packed));
273 } __attribute__((packed));
284 } __attribute__((packed));
[all …]
/third_party/pulseaudio/src/pulse/
Dgccmacro.h31 #define PA_GCC_PRINTF_ATTR(a,b) __attribute__ ((format (__printf__, a, b)))
33 #define PA_GCC_PRINTF_ATTR(a,b) __attribute__ ((format (printf, a, b)))
41 #define PA_GCC_SENTINEL __attribute__ ((sentinel))
48 #define PA_GCC_NORETURN __attribute__((noreturn))
55 #define PA_GCC_UNUSED __attribute__ ((unused))
62 #define PA_GCC_DESTRUCTOR __attribute__ ((destructor))
70 #define PA_GCC_PURE __attribute__ ((pure))
79 #define PA_GCC_CONST __attribute__ ((const))
88 #define PA_GCC_DEPRECATED __attribute__ ((deprecated))
97 #define PA_GCC_PACKED __attribute__ ((packed))
[all …]
/third_party/FreeBSD/sys/sys/
Dcdefs.h222 #define __weak_symbol __attribute__((__weak__))
229 #define __dead2 __attribute__((__noreturn__))
230 #define __pure2 __attribute__((__const__))
235 #define __dead2 __attribute__((__noreturn__))
236 #define __pure2 __attribute__((__const__))
237 #define __unused __attribute__((__unused__))
238 #define __used __attribute__((__used__))
239 #define __packed __attribute__((__packed__))
240 #define __aligned(x) __attribute__((__aligned__(x)))
241 #define __section(x) __attribute__((__section__(x)))
[all …]
/third_party/ffmpeg/libavutil/
Dattributes.h45 # define av_always_inline __attribute__((always_inline)) inline
62 # define av_warn_unused_result __attribute__((warn_unused_result))
68 # define av_noinline __attribute__((noinline))
76 # define av_pure __attribute__((pure))
82 # define av_const __attribute__((const))
88 # define av_cold __attribute__((cold))
94 # define av_flatten __attribute__((flatten))
100 # define attribute_deprecated __attribute__((deprecated))
131 # define av_unused __attribute__((unused))
142 # define av_used __attribute__((used))
[all …]
/third_party/selinux/libsepol/cil/src/
Dcil_copy_ast.c88 static int cil_copy_node(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __attr… in cil_copy_node()
100 int cil_copy_block(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sy… in cil_copy_block()
125 int cil_copy_blockabstract(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __at… in cil_copy_blockabstract()
139 int cil_copy_blockinherit(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __att… in cil_copy_blockinherit()
154 static int cil_copy_policycap(__attribute__((unused)) struct cil_db *db, void *data, void **copy, s… in cil_copy_policycap()
172 int cil_copy_perm(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sym… in cil_copy_perm()
225 int cil_copy_classmapping(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __att… in cil_copy_classmapping()
242 int cil_copy_class(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sy… in cil_copy_class()
264 int cil_copy_classorder(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __attri… in cil_copy_classorder()
279 int cil_copy_classpermission(__attribute__((unused)) struct cil_db *db, void *data, void **copy, sy… in cil_copy_classpermission()
[all …]
/third_party/jerryscript/jerry-core/include/
Djerryscript-compiler.h33 #define JERRY_ATTR_ALIGNED(ALIGNMENT) __attribute__((aligned(ALIGNMENT)))
34 #define JERRY_ATTR_ALWAYS_INLINE __attribute__((always_inline))
35 #define JERRY_ATTR_CONST __attribute__((const))
36 #define JERRY_ATTR_DEPRECATED __attribute__((deprecated))
37 #define JERRY_ATTR_FORMAT(...) __attribute__((format(__VA_ARGS__)))
38 #define JERRY_ATTR_HOT __attribute__((hot))
39 #define JERRY_ATTR_NOINLINE __attribute__((noinline))
40 #define JERRY_ATTR_NORETURN __attribute__((noreturn))
41 #define JERRY_ATTR_PURE __attribute__((pure))
42 #define JERRY_ATTR_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/
Dbarriers.comp10 static inline __attribute__((always_inline))
16 static inline __attribute__((always_inline))
22 static inline __attribute__((always_inline))
28 static inline __attribute__((always_inline))
34 static inline __attribute__((always_inline))
40 static inline __attribute__((always_inline))
46 static inline __attribute__((always_inline))
52 static inline __attribute__((always_inline))
58 static inline __attribute__((always_inline))
64 static inline __attribute__((always_inline))
[all …]
/third_party/ltp/include/
Dtst_cgroup.h117 __attribute__ ((nonnull (1)));
126 __attribute__ ((warn_unused_result));
129 __attribute__ ((warn_unused_result));
135 __attribute__ ((nonnull, warn_unused_result));
138 __attribute__ ((nonnull, warn_unused_result));
143 __attribute__ ((nonnull, warn_unused_result));
151 __attribute__ ((nonnull, warn_unused_result));
162 __attribute__ ((nonnull, warn_unused_result));
172 __attribute__ ((nonnull));
185 __attribute__ ((format (printf, 5, 6), nonnull));
[all …]
/third_party/libabigail/tests/data/test-symtab/basic/
Daliases.c3 void exported_function_alias() __attribute__((alias("exported_function")));
4 void exported_function_another_alias() __attribute__((alias("exported_function")));
5 void exported_function_weak_alias() __attribute__((weak, alias("exported_function")));
6 void exported_function_another_weak_alias() __attribute__((weak, alias("exported_function")));
10 extern int exported_variable_alias __attribute__((alias("exported_variable")));
11 extern int exported_variable_another_alias __attribute__((alias("exported_variable")));
12 extern int exported_variable_weak_alias __attribute__((weak, alias("exported_variable")));
13 extern int exported_variable_another_weak_alias __attribute__((weak, alias("exported_variable")));
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Duvc_h264.h247 } __attribute__((packed)) uvcx_video_config_probe_commit_t;
254 } __attribute__((packed)) uvcx_rate_control_mode_t;
261 } __attribute__((packed)) uvcx_temporal_scale_mode_t;
268 } __attribute__((packed)) uvcx_spatial_scale_mode_t;
276 } __attribute__((packed)) uvcx_snr_scale_mode_t;
284 } __attribute__((packed)) uvcx_ltr_buffer_size_control_t;
291 } __attribute__((packed)) uvcx_ltr_picture_control;
298 } __attribute__((packed)) uvcx_picture_type_control_t;
304 } __attribute__((packed)) uvcx_version_t;
310 } __attribute__((packed)) uvcx_encoder_reset;
[all …]
/third_party/libwebsockets/lib/plat/freertos/esp32/
Desp_attr.h24 #define IRAM_ATTR __attribute__((section(".iram1")))
27 #define DRAM_ATTR __attribute__((section(".dram1")))
30 #define WORD_ALIGNED_ATTR __attribute__((aligned(4)))
40 #define RTC_IRAM_ATTR __attribute__((section(".rtc.text")))
45 #define RTC_DATA_ATTR __attribute__((section(".rtc.data")))
48 #define RTC_RODATA_ATTR __attribute__((section(".rtc.rodata")))
51 #define __NOINIT_ATTR __attribute__((section(".noinit")))
56 #define RTC_NOINIT_ATTR __attribute__((section(".rtc_noinit")))
/third_party/mesa3d/src/util/
Dmacros.h144 #define ATTRIBUTE_CONST __attribute__((__const__))
150 #define FLATTEN __attribute__((__flatten__))
157 # define PRINTFLIKE(f, a) __attribute__ ((format(__MINGW_PRINTF_FORMAT, f, a)))
159 # define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a)))
166 #define MALLOCLIKE __attribute__((__malloc__))
175 # define ALWAYS_INLINE inline __attribute__((always_inline))
187 #define PACKED __attribute__((__packed__))
196 #define ATTRIBUTE_PURE __attribute__((__pure__))
202 #define ATTRIBUTE_RETURNS_NONNULL __attribute__((__returns_nonnull__))
211 # define NORETURN __attribute__((__noreturn__))
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h103 #define LLVM_LIBRARY_VISIBILITY __attribute__ ((visibility("hidden")))
115 #define LLVM_END_WITH_NULL __attribute__((sentinel))
121 #define LLVM_ATTRIBUTE_USED __attribute__((__used__))
148 #define LLVM_ATTRIBUTE_UNUSED __attribute__((__unused__))
156 #define LLVM_ATTRIBUTE_WEAK __attribute__((__weak__))
165 #define LLVM_READNONE __attribute__((__const__))
172 #define LLVM_READONLY __attribute__((__pure__))
188 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline))
200 #define LLVM_ATTRIBUTE_ALWAYS_INLINE __attribute__((always_inline))
208 #define LLVM_ATTRIBUTE_NORETURN __attribute__((noreturn))
[all …]
/third_party/mesa3d/src/imagination/csbgen/
Dpvr_packet_helpers.h41 # define NDEBUG_UNUSED __attribute__((unused))
63 static inline __attribute__((always_inline)) uint64_t __pvr_mbo(uint32_t start, in __pvr_mbo()
69 static inline __attribute__((always_inline)) uint64_t
85 static inline __attribute__((always_inline)) uint64_t
94 static inline __attribute__((always_inline)) uint64_t
114 static inline __attribute__((always_inline)) int64_t
123 static inline __attribute__((always_inline)) uint64_t
138 static inline __attribute__((always_inline)) uint64_t
152 static inline __attribute__((always_inline)) uint64_t
164 static inline __attribute__((always_inline)) __pvr_address_type
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCompiler.h126 #define LLVM_LIBRARY_VISIBILITY __attribute__ ((visibility("hidden")))
127 #define LLVM_EXTERNAL_VISIBILITY __attribute__ ((visibility("default")))
140 #define LLVM_ATTRIBUTE_USED __attribute__((__used__))
184 #define LLVM_ATTRIBUTE_UNUSED __attribute__((__unused__))
192 #define LLVM_ATTRIBUTE_WEAK __attribute__((__weak__))
201 #define LLVM_READNONE __attribute__((__const__))
208 #define LLVM_READONLY __attribute__((__pure__))
224 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline))
236 #define LLVM_ATTRIBUTE_ALWAYS_INLINE __attribute__((always_inline))
244 #define LLVM_ATTRIBUTE_NORETURN __attribute__((noreturn))
[all …]
/third_party/ltp/include/lapi/
Dclone.h20 uint64_t __attribute__((aligned(8))) flags;
21 uint64_t __attribute__((aligned(8))) pidfd;
22 uint64_t __attribute__((aligned(8))) child_tid;
23 uint64_t __attribute__((aligned(8))) parent_tid;
24 uint64_t __attribute__((aligned(8))) exit_signal;
25 uint64_t __attribute__((aligned(8))) stack;
26 uint64_t __attribute__((aligned(8))) stack_size;
27 uint64_t __attribute__((aligned(8))) tls;

12345678910>>...81