| /freebsd-12.1/contrib/llvm/include/llvm/Demangle/ |
| H A D | Compiler.h | 65 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) 66 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline)) 68 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| H A D | zfs_context.h | 142 #define noinline __attribute__((noinline)) macro
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | ompt-internal.h | 119 #define OMPT_NOINLINE __declspec(noinline) 122 #define OMPT_NOINLINE __attribute__((noinline))
|
| /freebsd-12.1/contrib/compiler-rt/lib/builtins/ |
| H A D | int_lib.h | 50 #define NOINLINE __declspec(noinline) 55 #define NOINLINE __attribute__((noinline))
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 197 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) 198 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline)) 200 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win_dll_thunk.h | 55 extern "C" __declspec(noinline) void name() { \ 70 extern "C" __declspec(noinline) void name() { \
|
| H A D | sanitizer_internal_defs.h | 216 # define NOINLINE __declspec(noinline) 230 # define NOINLINE __attribute__((noinline))
|
| /freebsd-12.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-12.1/contrib/compiler-rt/lib/tsan/benchmarks/ |
| H A D | mini_bench_local.cc | 11 __attribute__((noinline))
|
| H A D | mini_bench_shared.cc | 11 __attribute__((noinline))
|
| /freebsd-12.1/sys/contrib/zstd/lib/common/ |
| H A D | compiler.h | 57 # define FORCE_NOINLINE static __declspec(noinline)
|
| /freebsd-12.1/usr.bin/svn/ |
| H A D | svn_private_config.h | 301 # define SVN__PREVENT_INLINE __attribute__ ((noinline))
|
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc.h | 155 # define JEMALLOC_NOINLINE __declspec(noinline) 188 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
|
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | compiler.h | 68 #define noinline __noinline macro
|
| /freebsd-12.1/contrib/compiler-rt/lib/ubsan_minimal/ |
| H A D | ubsan_minimal_handlers.cc | 23 __attribute__((noinline)) static bool report_this_error(void *caller_p) { in report_this_error()
|
| /freebsd-12.1/sys/dev/bce/ |
| H A D | if_bce.c | 9689 static __attribute__ ((noinline)) void 9706 static __attribute__ ((noinline)) void 9724 static __attribute__ ((noinline)) void 9827 static __attribute__ ((noinline)) void 9889 static __attribute__ ((noinline)) void 9919 static __attribute__ ((noinline)) void 9950 static __attribute__ ((noinline)) void 9981 static __attribute__ ((noinline)) void 10096 static __attribute__ ((noinline)) void 10122 static __attribute__ ((noinline)) void [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/ |
| H A D | svn_private_config.hw | 112 # define SVN__PREVENT_INLINE __declspec(noinline)
|
| H A D | svn_private_config.h.in | 298 # define SVN__PREVENT_INLINE __attribute__ ((noinline))
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/sys/ |
| H A D | zfs_context.h | 673 #define noinline __attribute__((noinline)) macro
|
| /freebsd-12.1/contrib/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerTracePC.h | 232 __attribute__((noinline))
|
| /freebsd-12.1/contrib/gcclibs/libssp/ |
| H A D | configure.ac | 57 void __attribute__((noinline)) bar (char *x)
|
| /freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/ |
| H A D | poly1305_sse2.c | 23 # define POLY1305_NOINLINE __declspec(noinline) 25 # define POLY1305_NOINLINE __attribute__((noinline))
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 92 def NoInline : EnumAttr<"noinline">;
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | dmu_send.c | 2009 noinline static void 2144 noinline static int 2250 noinline static int 2286 noinline static int 2506 noinline static int
|