Home
last modified time | relevance | path

Searched refs:noinline (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
HDtrace.h108 noinline void trace_zfs_##name(void)
110 noinline void trace_zfs_##name(uintptr_t)
112 noinline void trace_zfs_##name(uintptr_t, uintptr_t)
114 noinline void trace_zfs_##name(uintptr_t, uintptr_t, \
117 noinline void trace_zfs_##name(uintptr_t, uintptr_t, \
124 noinline void trace_zfs_##name(void) { } \
129 noinline void trace_zfs_##name(uintptr_t arg1) { } \
134 noinline void trace_zfs_##name(uintptr_t arg1, \
140 noinline void trace_zfs_##name(uintptr_t arg1, \
146 noinline void trace_zfs_##name(uintptr_t arg1, \
/freebsd-13-stable/contrib/wireguard-tools/
HDcurve25519.c48 #ifndef noinline
49 #define noinline __attribute__((noinline)) macro
76 static noinline void memzero_explicit(void *s, size_t count) in memzero_explicit()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDDemangleConfig.h61 #if __has_attribute(noinline) || DEMANGLE_GNUC_PREREQ(3, 4, 0)
62 #define DEMANGLE_ATTRIBUTE_NOINLINE __attribute__((noinline))
64 #define DEMANGLE_ATTRIBUTE_NOINLINE __declspec(noinline)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
HDfunc_entry_exit.cpp12 __attribute__((noinline)) void bar(volatile bool x) { in bar()
17 __attribute__((noinline)) void foo(bool x) { in foo()
HDmini_bench_local.cpp11 __attribute__((noinline))
HDmini_bench_shared.cpp11 __attribute__((noinline))
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerPlatform.h125 #define ATTRIBUTE_NOINLINE __declspec(noinline)
132 #define ATTRIBUTE_NOINLINE __attribute__((noinline))
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDompt-internal.h121 #define OMPT_NOINLINE __declspec(noinline)
124 #define OMPT_NOINLINE __attribute__((noinline))
HDompd-specific.cpp117 void __attribute__((noinline)) ompd_dll_locations_valid(void) { in ompd_dll_locations_valid()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_hip_runtime_wrapper.h69 __attribute__((noinline, weak)) __device__ void *malloc(__hip_size_t __size) { in malloc()
73 __attribute__((noinline, weak)) __device__ void free(void *__ptr) { in free()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
HDubsan_minimal_handlers.cpp23 __attribute__((noinline)) static bool report_this_error(uintptr_t caller) { in report_this_error()
54 __attribute__((noinline)) static void decorate_msg(char *buf, in decorate_msg()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
HDint_lib.h39 #define NOINLINE __declspec(noinline)
44 #define NOINLINE __attribute__((noinline))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDCompiler.h246 #if __has_attribute(noinline)
247 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline))
249 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_win_dll_thunk.h54 extern "C" __declspec(noinline) void name() { \
69 extern "C" __declspec(noinline) void name() { \
HDsanitizer_internal_defs.h228 # define NOINLINE __declspec(noinline)
242 # define NOINLINE __attribute__((noinline))
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDvdev_raidz_math_impl.h32 #ifndef noinline
33 #define noinline __attribute__((noinline)) macro
45 static noinline void
54 static noinline void
63 static noinline void
79 static noinline void
96 static noinline void
117 static noinline void
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
HDpoly1305_donna64.h15 # define POLY1305_NOINLINE __declspec(noinline)
17 # define POLY1305_NOINLINE __attribute__((noinline))
HDpoly1305_donna32.h7 # define POLY1305_NOINLINE __declspec(noinline)
9 # define POLY1305_NOINLINE __attribute__((noinline))
/freebsd-13-stable/usr.bin/svn/
HDsvn_private_config.h309 # define SVN__PREVENT_INLINE __attribute__ ((noinline))
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/linux/
HDcompiler.h68 #define noinline __noinline macro
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/
HDjemalloc.h161 # define JEMALLOC_NOINLINE __declspec(noinline)
199 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDcompiler.h64 #define noinline __noinline macro
/freebsd-13-stable/sys/contrib/zstd/lib/common/
HDcompiler.h84 # define FORCE_NOINLINE static __declspec(noinline)
/freebsd-13-stable/sys/dev/bce/
HDif_bce.c9513 static __attribute__ ((noinline)) void
9529 static __attribute__ ((noinline)) void
9546 static __attribute__ ((noinline)) void
9648 static __attribute__ ((noinline)) void
9709 static __attribute__ ((noinline)) void
9738 static __attribute__ ((noinline)) void
9767 static __attribute__ ((noinline)) void
9796 static __attribute__ ((noinline)) void
9910 static __attribute__ ((noinline)) void
9935 static __attribute__ ((noinline)) void
[all …]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDinternal_defs.h37 #define NOINLINE __attribute__((noinline))

12