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

/external/chromium/base/
H A Dcompiler_specific.h77 #define NOINLINE __attribute__((noinline)) macro
80 #define NOINLINE macro
/external/valgrind/tsan/
H A Dts_util.h260 #define NOINLINE macro
263 #define NOINLINE __attribute__ ((noinline))
266 #define NOINLINE __declspec(noinline)
H A Dts_valgrind_intercepts.c48 #define NOINLINE __attribute__ ((noinline)) macro
/external/valgrind/unittest/
H A Dthread_wrappers_win.h57 #define NOINLINE __declspec(noinline) macro
H A Dthread_wrappers_pthread.h54 #define NOINLINE __attribute__ ((noinline)) macro
/external/mesa3d/src/glsl/
H A Dglsl_parser.h169 NOINLINE = 386, enumerator in enum:yytokentype
H A Dglsl_parser.cpp271 NOINLINE = 386, enumerator in enum:yytokentype
869 "NOINLINE", "VOLATILE", "PUBLIC_TOK", "STATIC", "EXTERN", "EXTERNAL",
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp183 #define NOINLINE __attribute__ ((noinline)) macro
184 extern "C" void NOINLINE AnnotateSetVerbosity(const char *, int, int) {};

Completed in 288 milliseconds