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 133 rcinc and rcdec in response to all the calls below, in order to
144 to rcinc and rcdec, will be correct, and so any items with a zero
148 static void zsm_init ( void(*rcinc)(SVal), void(*rcdec)(SVal) );
166 static void(*rcdec)(SVal) = NULL; variable
489 rcdec(lineF->w64s[i]);
502 rcdec(lineZ->dict[0]);
503 if (lineZ->dict[1] != SVal_INVALID) rcdec(lineZ->dict[1]);
504 if (lineZ->dict[2] != SVal_INVALID) rcdec(lineZ->dict[2]);
505 if (lineZ->dict[3] != SVal_INVALID) rcdec(lineZ->dict[3]);
561 with a Z or F representation, to rcdec on the curren
    [all...]

Completed in 98 milliseconds