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

/external/valgrind/helgrind/
H A Dlibhb_core.c480 * In the first lineZ of a free SecMap, it points to the next free SecMap.
481 * In a lineZ for which we need to use a lineF, it points to the lineF. */
494 /* SVal in a lineZ are used to store various pointers.
496 static inline LineF *LineF_Ptr (LineZ *lineZ) argument
498 tl_assert(lineZ->dict[0] == SVal_INVALID);
499 return SVal2Ptr (lineZ->dict[1]);
848 LineZ* lineZ = &sm->linesZ[i]; local
849 if (lineZ->dict[0] != SVal_INVALID) {
850 ok_to_GC = lineZ->dict[0] == SVal_NOACCESS
851 && !SVal__isC (lineZ
874 LineZ* lineZ = &sm->linesZ[i]; local
954 LineZ* lineZ = &sm->linesZ[i]; local
1021 alloc_LineF_for_Z(LineZ *lineZ) argument
1042 clear_LineF_of_Z(LineZ *lineZ) argument
1061 LineZ* lineZ; local
1091 LineZ* lineZ; local
1466 LineZ* lineZ; local
1608 LineZ* lineZ; local
3242 LineZ* lineZ = &sm->linesZ[i]; local
5847 LineZ* lineZ; local
6766 LineZ* lineZ; local
6903 LineZ *lineZ = &sm->linesZ[lz]; local
6990 LineZ *lineZ; local
[all...]

Completed in 556 milliseconds