Home
last modified time | relevance | path

Searched refs:NOINLINE (Results 1 - 10 of 10) sorted by relevance

/third_party/libunwind/libunwind/tests/
H A DLtest-varargs.c19 void NOINLINE
38 void NOINLINE
44 void NOINLINE
H A Dcrasher.c95 int c(int x) NOINLINE ALIAS(b);
102 int NOINLINE a(void) in a()
108 int NOINLINE b(int x) in b()
H A DGtest-exc.c107 int NOINLINE
139 void NOINLINE
H A DGperf-simple.c57 static int NOINLINE
92 static int NOINLINE
102 static int NOINLINE
H A DGperf-trace.c57 static int NOINLINE
78 static int NOINLINE
88 static int NOINLINE
H A DLtest-mem-validate.c94 void NOINLINE consume_and_run (int depth) in consume_and_run()
/third_party/libunwind/libunwind/include/
H A Dcompiler.h36 # define NOINLINE __attribute__((noinline)) macro
59 # define NOINLINE macro
/third_party/optimized-routines/math/
H A Dmath_errf.c12 /* NOINLINE reduces code size and avoids making math functions non-leaf
14 NOINLINE static float
24 /* NOINLINE reduces code size. */
25 NOINLINE static float
H A Dmath_err.c12 /* NOINLINE reduces code size and avoids making math functions non-leaf
14 NOINLINE static double
24 /* NOINLINE reduces code size. */
25 NOINLINE static double
H A Dmath_config.h73 # define NOINLINE __attribute__ ((noinline)) macro
89 # define NOINLINE macro

Completed in 5 milliseconds