Searched refs:RunningOnValgrind (Results 1 - 20 of 20) sorted by relevance

/external/regex-re2/util/
H A Dvalgrind.cc20 int RunningOnValgrind() { function in namespace:re2
H A Dsparse_set.h65 if (RunningOnValgrind()) {
97 if (RunningOnValgrind()) {
108 if (RunningOnValgrind()) {
H A Dutil.h123 int RunningOnValgrind();
H A Dsparse_array.h275 if (RunningOnValgrind()) {
422 if (RunningOnValgrind()) {
/external/llvm/lib/Support/
H A DValgrind.cpp32 bool llvm::sys::RunningOnValgrind() { function in class:llvm::sys
47 bool llvm::sys::RunningOnValgrind() { function in class:llvm::sys
/external/chromium/base/
H A Dtools_sanity_unittest.cc78 if (!RunningOnValgrind())
89 if (!RunningOnValgrind())
99 if (!RunningOnValgrind())
108 if (!RunningOnValgrind())
H A Dmessage_loop.cc442 if (RunningOnValgrind())
455 if (RunningOnValgrind())
/external/llvm/include/llvm/Support/
H A DValgrind.h39 bool RunningOnValgrind();
/external/chromium/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.c160 int RunningOnValgrind(void) { function
H A Ddynamic_annotations.h543 - Make your tool intercept the function RunningOnValgrind() and
546 int RunningOnValgrind(void);
/external/llvm/tools/bugpoint/
H A Dbugpoint.cpp151 if (sys::RunningOnValgrind() || UseValgrind)
/external/valgrind/dynamic_annotations/
H A Ddynamic_annotations.c171 int RunningOnValgrind(void) { function
H A Ddynamic_annotations.h548 - Make your tool intercept the function RunningOnValgrind() and
551 int RunningOnValgrind(void);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc353 int RunningOnValgrind() { function
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h70 static inline bool RunningOnValgrind() { return RUNNING_ON_VALGRIND; } function
H A Dtsan_unittest.cpp4127 // test85: Test for RunningOnValgrind(). {{{1
4131 printf("test85: RunningOnValgrind() = %d\n", RunningOnValgrind());
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c1123 ANN_FUNC0(int, RunningOnValgrind) { return 1; }
/external/valgrind/tsan/
H A Dts_pin.cc2438 int WRAP_NAME(RunningOnValgrind)(WRAP_PARAM4) {
3370 WrapFunc4(img, rtn, "RunningOnValgrind",
3371 (AFUNPTR)WRAP_NAME(RunningOnValgrind));
H A Dts_valgrind_intercepts.c2495 ANN_FUNC(int, RunningOnValgrind, void) {
/external/valgrind/unittest/
H A Dracecheck_unittest.cc3937 // Test for RunningOnValgrind(). {{{1
3939 printf("RunningOnValgrind() = %d\n", RunningOnValgrind());

Completed in 4141 milliseconds