Home
last modified time | relevance | path

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

/third_party/boost/libs/yap/perf/
Dmap_assign_code_gen.cpp62 #define NOINLINE __attribute__((noinline)) macro
64 #define NOINLINE macro
68 NOINLINE std::map<std::string, int> make_map_with_boost_yap() in make_map_with_boost_yap()
74 NOINLINE std::map<std::string, int> make_map_with_boost_assign() in make_map_with_boost_assign()
81 NOINLINE std::map<std::string, int> make_map_manually() in make_map_manually()
94 NOINLINE std::map<std::string, int> make_map_inializer_list() in make_map_inializer_list()
/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-trace.c57 static int NOINLINE
78 static int NOINLINE
88 static int NOINLINE
DGperf-simple.c57 static int NOINLINE
92 static int NOINLINE
102 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_err.c14 NOINLINE static double
25 NOINLINE static double
Dmath_errf.c14 NOINLINE static float
25 NOINLINE static float
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/boost/tools/build/src/tools/
Dvmsdecc.jam91 flags vmsdecc.compile OPTIONS <optimization>speed : /OPT=INLINE=SPEED/OPT=NOINLINE ;
92 flags vmsdecc.compile OPTIONS <optimization>space : /OPT=INLINE=SIZE/OPT=NOINLINE ;
99 flags vmsdecc.compile.c++ OPTIONS <inlining>off : /OPT=NOINLINE ;
/third_party/boost/libs/container/src/
Ddlmalloc_2_8_6.c791 #ifndef NOINLINE
793 #define NOINLINE __attribute__ ((noinline)) macro
795 #define NOINLINE __declspec(noinline) macro
797 #define NOINLINE macro
/third_party/mesa3d/src/compiler/glsl/
Dglsl_lexer.ll661 noinline KEYWORD(110, 100, 0, 0, NOINLINE);
Dglsl_parser.yy177 %token INLINE_TOK NOINLINE PUBLIC_TOK STATIC EXTERN EXTERNAL