HomeSort by relevance Sort by last modified time
    Searched defs:NOINLINE (Results 1 - 8 of 8) sorted by null

  /external/chromium/base/
compiler_specific.h 77 #define NOINLINE __attribute__((noinline))
80 #define NOINLINE
  /external/valgrind/tsan/
ts_util.h 260 #define NOINLINE
263 #define NOINLINE __attribute__ ((noinline))
266 #define NOINLINE __declspec(noinline)
ts_valgrind_intercepts.c 48 #define NOINLINE __attribute__ ((noinline))
    [all...]
  /external/valgrind/unittest/
thread_wrappers_win.h 57 #define NOINLINE __declspec(noinline)
thread_wrappers_pthread.h 54 #define NOINLINE __attribute__ ((noinline))
  /external/mesa3d/src/glsl/
glsl_parser.h 169 NOINLINE = 386,
glsl_parser.cpp 271 NOINLINE = 386,
869 "NOINLINE", "VOLATILE", "PUBLIC_TOK", "STATIC", "EXTERN", "EXTERNAL",
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 183 #define NOINLINE __attribute__ ((noinline))
184 extern "C" void NOINLINE AnnotateSetVerbosity(const char *, int, int) {};
    [all...]

Completed in 2140 milliseconds