HomeSort by relevance Sort by last modified time
    Searched full:rcdec (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/helgrind/
libhb_core.c 386 rcinc and rcdec in response to all the calls below, in order to
397 to rcinc and rcdec, will be correct, and so any items with a zero
401 static void zsm_init ( void(*rcinc)(SVal), void(*rcdec)(SVal) );
419 static void(*rcdec)(SVal) = NULL; variable
750 rcdec(lineF->w64s[i]);
763 rcdec(lineZ->dict[0]);
764 if (lineZ->dict[1] != SVal_INVALID) rcdec(lineZ->dict[1]);
765 if (lineZ->dict[2] != SVal_INVALID) rcdec(lineZ->dict[2]);
766 if (lineZ->dict[3] != SVal_INVALID) rcdec(lineZ->dict[3]);
822 with a Z or F representation, to rcdec on the curren
    [all...]

Completed in 77 milliseconds