Home
last modified time | relevance | path

Searched refs:NOINLINE (Results 1 – 14 of 14) sorted by relevance

/third_party/libunwind/tests/
DLtest-varargs.c19 void NOINLINE
38 void NOINLINE
44 void NOINLINE
Dcrasher.c95 int c(int x) NOINLINE ALIAS(b);
102 int NOINLINE a(void) in a()
108 int NOINLINE b(int x) in b()
DGperf-simple.c57 static int NOINLINE
92 static int NOINLINE
102 static int NOINLINE
DGperf-trace.c57 static int NOINLINE
78 static int NOINLINE
88 static int NOINLINE
DGtest-exc.c107 int NOINLINE
139 void NOINLINE
DLtest-mem-validate.c94 void NOINLINE consume_and_run (int depth) in consume_and_run()
/third_party/libunwind/include/
Dcompiler.h36 # define NOINLINE __attribute__((noinline)) macro
59 # define NOINLINE macro
/third_party/optimized-routines/math/
Dmath_errf.c14 NOINLINE static float
25 NOINLINE static float
Dmath_err.c14 NOINLINE static double
25 NOINLINE static double
Dmath_config.h73 # define NOINLINE __attribute__ ((noinline)) macro
89 # define NOINLINE macro
/third_party/cef/include/base/
Dcef_compiler_specific.h100 #define NOINLINE __attribute__((noinline)) macro
102 #define NOINLINE __declspec(noinline) macro
104 #define NOINLINE macro
/third_party/skia/src/sksl/lex/
Dsksl.lex38 NOINLINE = "noinline"
/third_party/mesa3d/src/compiler/glsl/
Dglsl_lexer.ll661 noinline KEYWORD(110, 100, 0, 0, NOINLINE);
Dglsl_parser.yy176 %token INLINE_TOK NOINLINE PUBLIC_TOK STATIC EXTERN EXTERNAL