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

  /external/valgrind/unittest/
opt_tests.cc 41 void NOINLINE NotIgnoredRacey() {
45 void NOINLINE IntermediateJumpHereFunction() {
50 void NOINLINE DoTailCall() {
thread_wrappers_win.h 57 #define NOINLINE __declspec(noinline)
thread_wrappers_pthread.h 54 #define NOINLINE __attribute__ ((noinline))
  /external/valgrind/tsan/
ts_replace.h 38 // EXTRA_REPLACE_ARGS, NOINLINE
44 static NOINLINE char *Replace_memchr(EXTRA_REPLACE_PARAMS const char *s,
58 static NOINLINE char *Replace_strchr(EXTRA_REPLACE_PARAMS const char *s,
73 static NOINLINE char *Replace_strrchr(EXTRA_REPLACE_PARAMS const char *s,
87 static NOINLINE size_t Replace_strlen(EXTRA_REPLACE_PARAMS const char *s) {
95 static NOINLINE char *Replace_memcpy(EXTRA_REPLACE_PARAMS char *dst,
106 static NOINLINE char *Replace_memmove(EXTRA_REPLACE_PARAMS char *dst,
124 static NOINLINE int Replace_memcmp(EXTRA_REPLACE_PARAMS const unsigned char *s1,
140 static NOINLINE char *Replace_strcpy(EXTRA_REPLACE_PARAMS char *dst,
152 static NOINLINE char *Replace_stpcpy(EXTRA_REPLACE_PARAMS char *dst
    [all...]
ts_util.h 260 #define NOINLINE
263 #define NOINLINE __attribute__ ((noinline))
266 #define NOINLINE __declspec(noinline)
thread_sanitizer.cc 655 static NOINLINE Lock *LookupOrCreate(uintptr_t lock_addr) {
666 static NOINLINE Lock *Lookup(uintptr_t lock_addr) {
848 NOINLINE static LSID Add(LSID lsid, Lock *lock) {
877 NOINLINE static bool Remove(LSID lsid, Lock *lock, LSID *new_lsid) {
908 NOINLINE static bool IntersectionIsEmpty(LSID lsid1, LSID lsid2) {
    [all...]
ts_valgrind_intercepts.c 48 #define NOINLINE __attribute__ ((noinline))
    [all...]
  /external/chromium/base/
compiler_specific.h 77 #define NOINLINE __attribute__((noinline))
80 #define NOINLINE
  /external/chromium/chrome/browser/
browser_main_posix.cc 96 NOINLINE void ShutdownFDReadError() {
102 NOINLINE void ShutdownFDClosedError() {
108 NOINLINE void CloseAllBrowsersAndExitPosted() {
  /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...]
glsl_lexer.cpp     [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 2543 milliseconds