| /freebsd-13.1/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | trace.h | 108 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.1/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | DemangleConfig.h | 61 #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.1/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/ |
| H A D | func_entry_exit.cpp | 12 __attribute__((noinline)) void bar(volatile bool x) { in bar() 17 __attribute__((noinline)) void foo(bool x) { in foo()
|
| H A D | mini_bench_local.cpp | 11 __attribute__((noinline))
|
| H A D | mini_bench_shared.cpp | 11 __attribute__((noinline))
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | ompt-internal.h | 115 #define OMPT_NOINLINE __declspec(noinline) 118 #define OMPT_NOINLINE __attribute__((noinline))
|
| H A D | ompd-specific.cpp | 117 void __attribute__((noinline)) ompd_dll_locations_valid(void) { in ompd_dll_locations_valid()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerPlatform.h | 125 #define ATTRIBUTE_NOINLINE __declspec(noinline) 132 #define ATTRIBUTE_NOINLINE __attribute__((noinline))
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | int_lib.h | 39 #define NOINLINE __declspec(noinline) 44 #define NOINLINE __attribute__((noinline))
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 225 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) 226 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline)) 228 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win_dll_thunk.h | 54 extern "C" __declspec(noinline) void name() { \ 69 extern "C" __declspec(noinline) void name() { \
|
| H A D | sanitizer_internal_defs.h | 211 # define NOINLINE __declspec(noinline) 225 # define NOINLINE __attribute__((noinline))
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_impl.h | 32 #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.1/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
| H A D | poly1305_donna64.h | 15 # define POLY1305_NOINLINE __declspec(noinline) 17 # define POLY1305_NOINLINE __attribute__((noinline))
|
| H A D | poly1305_donna32.h | 7 # define POLY1305_NOINLINE __declspec(noinline) 9 # define POLY1305_NOINLINE __attribute__((noinline))
|
| /freebsd-13.1/usr.bin/svn/ |
| H A D | svn_private_config.h | 310 # define SVN__PREVENT_INLINE __attribute__ ((noinline))
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/linux/ |
| H A D | compiler.h | 68 #define noinline __noinline macro
|
| /freebsd-13.1/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc.h | 161 # define JEMALLOC_NOINLINE __declspec(noinline) 199 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | compiler.h | 66 #define noinline __noinline macro
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/ |
| H A D | ubsan_minimal_handlers.cpp | 23 __attribute__((noinline)) static bool report_this_error(void *caller_p) { in report_this_error()
|
| /freebsd-13.1/sys/contrib/zstd/lib/common/ |
| H A D | compiler.h | 84 # define FORCE_NOINLINE static __declspec(noinline)
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | internal_defs.h | 37 #define NOINLINE __attribute__((noinline))
|
| /freebsd-13.1/sys/dev/bce/ |
| H A D | if_bce.c | 9521 static __attribute__ ((noinline)) void 9537 static __attribute__ ((noinline)) void 9554 static __attribute__ ((noinline)) void 9656 static __attribute__ ((noinline)) void 9717 static __attribute__ ((noinline)) void 9746 static __attribute__ ((noinline)) void 9775 static __attribute__ ((noinline)) void 9804 static __attribute__ ((noinline)) void 9918 static __attribute__ ((noinline)) void 9943 static __attribute__ ((noinline)) void [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/ |
| H A D | svn_private_config.hw | 112 # define SVN__PREVENT_INLINE __declspec(noinline)
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 132 #define noinline __attribute__((noinline))
|