Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_test_utils.h34 # define NOINLINE __declspec(noinline) macro
36 # define NOINLINE __attribute__((noinline)) macro
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dint_lib.h37 #define NOINLINE __declspec(noinline) macro
42 #define NOINLINE __attribute__((noinline)) macro
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/
H A Di386-cpuid.h32 #define NOINLINE __attribute__ ((noinline)) macro
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20010122-1.c7 #define NOINLINE __attribute__((noinline)) macro
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h220 # define NOINLINE __declspec(noinline) macro
234 # define NOINLINE __attribute__((noinline)) macro
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h37 #define NOINLINE __attribute__((noinline)) macro
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp145 #define NOINLINE __attribute__((noinline)) macro