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

/external/chromium/base/
H A Dcompiler_specific.h77 #define NOINLINE __attribute__((noinline)) macro
80 #define NOINLINE macro
/external/compiler-rt/lib/asan/tests/
H A Dasan_test_utils.h26 # define NOINLINE __declspec(noinline) macro
28 # define NOINLINE __attribute__((noinline)) macro
49 NOINLINE
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h34 # define NOINLINE __declspec(noinline) macro
43 # define NOINLINE __attribute__((noinline))
/external/valgrind/tsan/
H A Dts_util.h279 #define NOINLINE macro
282 #define NOINLINE __attribute__ ((noinline))
285 #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/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c735 #ifndef NOINLINE
737 #define NOINLINE __attribute__ ((noinline)) macro
739 #define NOINLINE __declspec(noinline) macro
741 #define NOINLINE macro
/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 300 milliseconds