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

/barrelfish-master/lib/compiler-rt/builtins/
H A Dint_lib.h37 #define NOINLINE __declspec(noinline) macro
42 #define NOINLINE __attribute__((noinline)) macro
/barrelfish-master/lib/dmalloc/
H A Ddmalloc.c822 #define NOINLINE __attribute__ ((noinline)) macro
824 #define NOINLINE __declspec(noinline) macro
826 #define NOINLINE macro

Completed in 68 milliseconds