Home
last modified time | relevance | path

Searched refs:__attribute (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/tcpdump/
H A Dfuncattrs.h63 #define NORETURN __attribute((noreturn))
75 #define NORETURN_FUNCPTR __attribute((noreturn))
98 #define WARN_UNUSED_RESULT __attribute((warn_unused_result))
/freebsd/contrib/libpcap/pcap/
H A Dfuncattrs.h255 #define PCAP_NORETURN __attribute((noreturn))
256 #define PCAP_NORETURN_DEF __attribute((noreturn))
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-register_sysctl_table.m414 __attribute((unused)) = register_sysctl_table(dummy_table);
H A Dkernel-blkdev.m4121 blk_mode_t m __attribute((unused)) = (blk_mode_t)0;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h405 __device__ void free(void *) __attribute((nothrow));
406 __device__ void *malloc(size_t) __attribute((nothrow)) __attribute__((malloc));
/freebsd/crypto/openssl/crypto/modes/
H A Dofb128.c15 typedef size_t size_t_aX __attribute((__aligned__(1))); typedef
H A Dctr128.c16 typedef size_t size_t_aX __attribute((__aligned__(1))); typedef
H A Dcbc128.c19 typedef size_t size_t_aX __attribute((__aligned__(1))); typedef
H A Dcfb128.c15 typedef size_t size_t_aX __attribute((__aligned__(1))); typedef
H A Dxts128.c17 typedef u64 u64_a1 __attribute((__aligned__(1))); typedef
H A Dccm128.c16 typedef u64 u64_a1 __attribute((__aligned__(1))); typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_dynamic_shadow.cpp86 extern __attribute((weak, visibility("hidden"))) ElfW(Rela) __rela_iplt_start[],
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h39 #define COMPILER_RT_ALWAYS_INLINE inline __attribute((always_inline))
/freebsd/sbin/routed/rtquery/
H A Drtquery.c108 static void trace_loop(char *argv[]) __attribute((__noreturn__));
109 static void query_loop(char *argv[], int) __attribute((__noreturn__));
/freebsd/contrib/bc/include/
H A Dstatus.h232 #define BC_NORETURN __attribute((noreturn))
/freebsd/crypto/openssl/crypto/aes/
H A Daes_ige.c32 } aes_block_t __attribute((__aligned__(1))); typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h47 # define SANITIZER_WEAK_IMPORT extern "C" __attribute((weak_import))
/freebsd/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c75 typedef u64 u64_a1 __attribute((__aligned__(1))); typedef
82 typedef u64 u64_aX __attribute((__aligned__(1))); typedef
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c587 vtinput_read_event(int fd __attribute((unused)), in vtinput_read_event()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h860 __attribute((enable_if(__builtin_strlen(Str) == N - 1, in StringLiteral()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def441 KEYWORD(__attribute , KEYALL)
669 ALIAS("__attribute__", __attribute, KEYALL)
/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistp224.c76 typedef uint64_t limb_aX __attribute((__aligned__(1))); typedef
H A Decp_nistz256.c41 # define ALIGN32 __attribute((aligned(32)))
H A Decp_nistp521.c132 typedef limb limb_aX __attribute((__aligned__(1))); typedef
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h903 #define GTEST_ATTRIBUTE_NO_SANITIZE_THREAD_ __attribute((no_sanitize_thread))

12