Searched refs:NumPointers (Results 1 – 1 of 1) sorted by relevance
159 unsigned NumPointers = Pointers.size(); in print() local160 if (NumPointers == 0) in print()165 for (unsigned I = 0; I < NumPointers; ++I) in print()166 for (unsigned J = I + 1; J < NumPointers; ++J) in print()182 unsigned NumPointers = Pointers.size(); in needsAnyChecking() local184 for (unsigned I = 0; I < NumPointers; ++I) in needsAnyChecking()185 for (unsigned J = I + 1; J < NumPointers; ++J) in needsAnyChecking()364 unsigned NumPointers = RtCheck.Pointers.size(); in canCheckPtrAtRT() local365 for (unsigned i = 0; i < NumPointers; ++i) { in canCheckPtrAtRT()366 for (unsigned j = i + 1; j < NumPointers; ++j) { in canCheckPtrAtRT()[all …]