Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DCompiler.h65 #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 Dzfs_context.h142 #define noinline __attribute__((noinline)) macro
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dompt-internal.h119 #define OMPT_NOINLINE __declspec(noinline)
122 #define OMPT_NOINLINE __attribute__((noinline))
/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dint_lib.h50 #define NOINLINE __declspec(noinline)
55 #define NOINLINE __attribute__((noinline))
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCompiler.h197 #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 Dsanitizer_win_dll_thunk.h55 extern "C" __declspec(noinline) void name() { \
70 extern "C" __declspec(noinline) void name() { \
H A Dsanitizer_internal_defs.h216 # define NOINLINE __declspec(noinline)
230 # define NOINLINE __attribute__((noinline))
/freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna64.h15 # define POLY1305_NOINLINE __declspec(noinline)
17 # define POLY1305_NOINLINE __attribute__((noinline))
H A Dpoly1305_donna32.h7 # define POLY1305_NOINLINE __declspec(noinline)
9 # define POLY1305_NOINLINE __attribute__((noinline))
/freebsd-12.1/contrib/compiler-rt/lib/tsan/benchmarks/
H A Dmini_bench_local.cc11 __attribute__((noinline))
H A Dmini_bench_shared.cc11 __attribute__((noinline))
/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dcompiler.h57 # define FORCE_NOINLINE static __declspec(noinline)
/freebsd-12.1/usr.bin/svn/
H A Dsvn_private_config.h301 # define SVN__PREVENT_INLINE __attribute__ ((noinline))
/freebsd-12.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h155 # define JEMALLOC_NOINLINE __declspec(noinline)
188 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h68 #define noinline __noinline macro
/freebsd-12.1/contrib/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cc23 __attribute__((noinline)) static bool report_this_error(void *caller_p) { in report_this_error()
/freebsd-12.1/sys/dev/bce/
H A Dif_bce.c9689 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 Dsvn_private_config.hw112 # define SVN__PREVENT_INLINE __declspec(noinline)
H A Dsvn_private_config.h.in298 # define SVN__PREVENT_INLINE __attribute__ ((noinline))
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h673 #define noinline __attribute__((noinline)) macro
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h232 __attribute__((noinline))
/freebsd-12.1/contrib/gcclibs/libssp/
H A Dconfigure.ac57 void __attribute__((noinline)) bar (char *x)
/freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c23 # define POLY1305_NOINLINE __declspec(noinline)
25 # define POLY1305_NOINLINE __attribute__((noinline))
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DAttributes.td92 def NoInline : EnumAttr<"noinline">;
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c2009 noinline static void
2144 noinline static int
2250 noinline static int
2286 noinline static int
2506 noinline static int

12