Searched defs:already_present (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_sparsewa.c317 Bool already_present; local
357 already_present = False;
359 already_present = True;
364 return already_present;
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c546 Bool already_present; local
557 already_present = VG_(addToFM)( sitree, (UWord)nyu, 0 );
560 tl_assert(!already_present);
689 Bool already_present; local
704 already_present = VG_(lookupFM)( gitree, &keyW, &valW, (UWord)nyu );
705 if (already_present) {
734 already_present = VG_(addToFM)( gitree, (UWord)nyu, 0 );
740 if (already_present && moans > 0 && !VG_(clo_xml)) {
755 /* tl_assert(!already_present); */

Completed in 158 milliseconds