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

  /external/chromium/base/
compiler_specific.h 77 #define NOINLINE __attribute__((noinline))
80 #define NOINLINE
  /external/compiler-rt/lib/asan/tests/
asan_test_utils.h 26 # define NOINLINE __declspec(noinline)
28 # define NOINLINE __attribute__((noinline))
49 NOINLINE
  /external/valgrind/tsan/
ts_util.h 279 #define NOINLINE
282 #define NOINLINE __attribute__ ((noinline))
285 #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/compiler-rt/lib/asan/
asan_internal.h 40 # define NOINLINE __declspec(noinline)
49 # 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 246 milliseconds