Searched refs:noinline (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dfunc_entry_exit.cpp12 __attribute__((noinline)) void bar(volatile bool x) {
17 __attribute__((noinline)) void foo(bool x) {
H A Dmini_bench_shared.cpp11 __attribute__((noinline))
H A Dmini_bench_local.cpp11 __attribute__((noinline))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangleConfig.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-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-internal.h117 #define OMPT_NOINLINE __declspec(noinline)
120 #define OMPT_NOINLINE __attribute__((noinline))
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_context.h142 #define noinline __attribute__((noinline)) macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_lib.h39 #define NOINLINE __declspec(noinline)
44 #define NOINLINE __attribute__((noinline))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h152 #define ATTRIBUTE_NOINLINE __declspec(noinline)
159 #define ATTRIBUTE_NOINLINE __attribute__((noinline))
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h68 #define noinline __noinline macro
/freebsd-11-stable/usr.bin/svn/
H A Dsvn_private_config.h310 # define SVN__PREVENT_INLINE __attribute__ ((noinline))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h223 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0)
224 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline))
226 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp23 __attribute__((noinline)) static bool report_this_error(void *caller_p) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.h54 extern "C" __declspec(noinline) void name() { \
69 extern "C" __declspec(noinline) void name() { \
H A Dsanitizer_internal_defs.h215 # define NOINLINE __declspec(noinline)
229 # define NOINLINE __attribute__((noinline))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h39 #define NOINLINE __attribute__((noinline))
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h136 # define JEMALLOC_NOINLINE __declspec(noinline)
169 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
/freebsd-11-stable/sys/dev/bce/
H A Dif_bce.c9686 static __attribute__ ((noinline)) void
9703 static __attribute__ ((noinline)) void
9721 static __attribute__ ((noinline)) void
9824 static __attribute__ ((noinline)) void
9886 static __attribute__ ((noinline)) void
9916 static __attribute__ ((noinline)) void
9947 static __attribute__ ((noinline)) void
9978 static __attribute__ ((noinline)) void
10093 static __attribute__ ((noinline)) void
10119 static __attribute__ ((noinline)) voi
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h673 #define noinline __attribute__((noinline)) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp658 KEYWORD(noinline);
/freebsd-11-stable/sys/netinet/
H A Dsctp_input.c4207 __attribute__((noinline))
4546 __attribute__((noinline))
/freebsd-11-stable/contrib/gcclibs/libssp/
H A Dconfigure3354 void __attribute__((noinline)) bar (char *x)
/freebsd-11-stable/sys/dev/ce/
H A Dtau32-ddk.c30 # define __noinline __attribute__((noinline))
35 # define __noinline __declspec(noinline)
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c13627 # define SQLITE_NOINLINE __attribute__((noinline))
13629 # define SQLITE_NOINLINE __declspec(noinline)
[all...]

Completed in 622 milliseconds