Searched refs:noclone (Results 1 – 9 of 9) sorted by relevance
1 #define noclone __attribute__((__noclone__)) macro3 static void noclone bar(void) in bar()
2 int __attribute__((noinline, noclone)) foo (int x, int y) in foo()7 int __attribute__((noinline, noclone)) bar (int x, int y) in bar()
3 static __attribute__((noinline, noclone)) int foo () in foo()
3 static __attribute__((noinline, noclone)) int foo (int i) in foo()
3 __attribute__((noinline, noclone)) int
19 #define NOINLINE_NOCLONE __attribute__ ((noinline, noclone))
105 #define NOINLINE_NOCLONE __attribute__ ((noinline, noclone))
121 GCC_ATTR(noclone)
221 * sparse patch v2: add noclone as an ignored attribute