Searched defs:NOINLINE (Results 1 - 6 of 6) sorted by relevance

/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
/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
/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
/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
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc142 #define NOINLINE __attribute__((noinline)) macro
[all...]

Completed in 15 milliseconds