Searched refs:VALGRIND_COUNT_ERRORS (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/memcheck/tests/ |
D | error_counts.c | 20 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS); in main() 28 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS); in main() 34 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS); in main() 41 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS); in main() 55 fprintf(stderr, "errors: %d\n", VALGRIND_COUNT_ERRORS); in main()
|
D | err_disable4.c | 148 int nerrors = VALGRIND_COUNT_ERRORS; in main()
|
D | cond_ld_st.c | 316 UInt n_errs_act = VALGRIND_COUNT_ERRORS; in do_test_case() 323 n_errs_act = VALGRIND_COUNT_ERRORS - n_errs_act; in do_test_case()
|
/external/v8/src/third_party/valgrind/ |
D | valgrind.h | 3812 #define VALGRIND_COUNT_ERRORS \ macro
|
/external/regex-re2/util/ |
D | valgrind.h | 4294 #define VALGRIND_COUNT_ERRORS \ macro
|
/external/valgrind/include/ |
D | valgrind.h | 6868 #define VALGRIND_COUNT_ERRORS \ macro
|
/external/valgrind/ |
D | NEWS.old | 1812 - VALGRIND_COUNT_ERRORS, VALGRIND_COUNT_LEAKS:
|