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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_lib.h39 #define NOINLINE __declspec(noinline) macro
44 #define NOINLINE __attribute__((noinline)) macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h39 #define NOINLINE __attribute__((noinline)) macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h215 # define NOINLINE __declspec(noinline) macro
229 # define NOINLINE __attribute__((noinline)) macro

Completed in 104 milliseconds