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

/external/valgrind/helgrind/
H A Dlibhb_core.c373 static inline void SVal__rcdec ( SVal s );
395 SVal__rcinc and SVal__rcdec in response to all the calls below, in order to
406 to SVal__rcinc and SVal__rcdec, will be correct, and so any items with a
975 SVal__rcdec(lineF->w64s[i]);
988 SVal__rcdec(lineZ->dict[0]);
989 if (lineZ->dict[1] != SVal_INVALID) SVal__rcdec(lineZ->dict[1]);
990 if (lineZ->dict[2] != SVal_INVALID) SVal__rcdec(lineZ->dict[2]);
991 if (lineZ->dict[3] != SVal_INVALID) SVal__rcdec(lineZ->dict[3]);
4163 static inline void SVal__rcdec ( SVal s ) { function

Completed in 2663 milliseconds