Home
last modified time | relevance | path

Searched defs:NOINLINE (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_test_utils.h35 # define NOINLINE __declspec(noinline) macro
37 # define NOINLINE __attribute__((noinline)) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_lib.h48 #define NOINLINE __declspec(noinline) macro
53 #define NOINLINE __attribute__((noinline)) macro
/netbsd-src/lib/libpthread/
H A Dpthread_rwlock.c55 #define NOINLINE __attribute ((noinline)) macro
57 #define NOINLINE /* nothing */ macro
H A Dpthread_mutex.c93 #define NOINLINE __attribute ((noinline)) macro
95 #define NOINLINE /* nothing */ macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h216 # define NOINLINE __declspec(noinline) macro
230 # define NOINLINE __attribute__((noinline)) macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_internal_defs.h223 # define NOINLINE __declspec(noinline) macro
237 # define NOINLINE __attribute__((noinline)) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc142 #define NOINLINE __attribute__((noinline)) macro