Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_test_utils.h34 # define NOINLINE __declspec(noinline) macro
36 # define NOINLINE __attribute__((noinline)) macro
/llvm-project/compiler-rt/lib/builtins/
H A Dint_lib.h37 #define NOINLINE __declspec(noinline) macro
42 #define NOINLINE __attribute__((noinline)) macro
/llvm-project/compiler-rt/test/dfsan/
H A Dstack_trace.c9 #define NOINLINE __attribute__((noinline)) macro
H A Dorigin_stack_trace.c15 #define NOINLINE __attribute__((noinline)) macro
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dstack-oob-frames.cpp7 #define NOINLINE __attribute__((noinline)) macro
/llvm-project/compiler-rt/test/tsan/
H A Dunaligned_race.cpp5 #define NOINLINE __attribute__((noinline)) macro
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h37 #define NOINLINE __attribute__((noinline)) macro
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h219 # define NOINLINE global() macro
233 # define NOINLINE global() macro
/llvm-project/libc/AOR_v20.02/math/
H A Dmath_config.h74 # define NOINLINE __attribute__ ((noinline)) macro
90 # define NOINLINE macro
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp145 #define NOINLINE __attribute__((noinline)) macro
[all...]