Searched refs:__attribute__ (Results 51 - 75 of 105) sorted by relevance

12345

/fuchsia/zircon/third_party/ulib/lz4/include/lz4/
H A Dlz4hc.h153 # define LZ4_DEPRECATED(message) __attribute__((deprecated(message)))
155 # define LZ4_DEPRECATED(message) __attribute__((deprecated))
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstdlib.h38 void abort(void) __attribute__((noreturn));
/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dmemmove.c46 __typeof(memmove) __unsanitized_memmove __attribute__((alias("memmove")));
H A Dmemcpy.c21 typedef uint32_t __attribute__((__may_alias__)) u32;
155 __typeof(memcpy) __unsanitized_memcpy __attribute__((alias("memcpy")));
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/
H A Ddelocate.h25 static type name __attribute__((used)); \
/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dbase.h175 #define OPENSSL_EXPORT __attribute__((visibility("default")))
195 __attribute__( \
199 __attribute__((__format__(__printf__, string_index, first_to_check)))
213 #define OPENSSL_UNUSED __attribute__((unused))
/fuchsia/zircon/bootloader/src/
H A Dpci.c22 } __attribute__((packed)) acpi_addrspace_desc64_t;
51 } __attribute__((packed)) pci_common_header_t;
/fuchsia/zircon/kernel/dev/intel_rng/
H A Dintel-rng.cpp57 __attribute__((target("rdrnd,rdseed"))) static bool instruction_step(enum entropy_instr instr,
/fuchsia/zircon/system/dev/display/hikey-display/
H A Dedid.h30 } __attribute__((__packed__)) disp_timing_t;
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/
H A Dinternal.h124 #define alignas(x) __attribute__ ((aligned (x)))
184 #define OPENSSL_FALLTHROUGH __attribute__ ((fallthrough))
728 void BORINGSSL_FIPS_abort(void) __attribute__((noreturn));
/fuchsia/zircon/kernel/arch/arm64/hypervisor/gic/
H A Dgicv2.cpp29 } __attribute__((__packed__)) Gich;
/fuchsia/zircon/system/dev/nand/aml-rawnand/
H A Daml-rawnand.h100 struct __attribute__((packed)) aml_info_format {
/fuchsia/zircon/system/utest/register-state/
H A Dregister-state-test.cpp25 __attribute__((target("fsgsbase")))
/fuchsia/zircon/system/utest/trace/
H A Dfixture.h109 __attribute__((cleanup(fixture_scope_cleanup))) bool __scope; \
/fuchsia/zircon/third_party/uapp/dash/src/
H A Derror.c69 __attribute__((__noreturn__));
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/
H A Djemalloc_macros.h86 # define JEMALLOC_ATTR(s) __attribute__((s))
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dthreads_impl.h177 __attribute__((nonnull(3))) ATTR_LIBC_VISIBILITY;
H A Dstdio_impl.h68 __attribute__((visibility("protected")))
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstdio.h9 #define __printflike(__fmt, __varargs) __attribute__((__format__(__printf__, __fmt, __varargs)))
10 #define __scanflike(__fmt, __varargs) __attribute__((__format__(__scanf__, __fmt, __varargs)))
H A Dpthread.h151 __attribute__((__deprecated__("pthread_attr_setstack is not available in Fuchsia; perhaps pthread_attr_setstacksize and/or pthread_attr_setguardsize is sufficient for your needs?")));
/fuchsia/zircon/system/uapp/netdump/
H A Dnetdump.c47 } __attribute__((packed)) pcap_shb_t;
56 } __attribute__((packed)) pcap_idb_t;
62 } __attribute__((packed)) simple_pkt_t;
/fuchsia/zircon/system/ulib/unittest/include/unittest/
H A Dunittest.h97 #define ZX_ANALYZER_CREATE_SINK __attribute__((annotate("zx_create_sink")))
139 __attribute__((format (printf, 1, 2)));
236 __attribute__((constructor)) static void _register_##case_name(void) { \
/fuchsia/zircon/kernel/arch/x86/
H A Dthread.cpp88 __NO_SAFESTACK __attribute__((target("fsgsbase"))) void arch_context_switch(thread_t* oldthread, thread_t* newthread) {
/fuchsia/zircon/system/dev/i2c/intel-i2c/
H A Dintel-i2c-controller.h12 typedef struct __attribute__((packed)) intel_serialio_i2c_regs {
/fuchsia/zircon/system/private/efi/
H A Dtypes.h10 #define EFIAPI __attribute__((ms_abi))

Completed in 200 milliseconds

12345