Home
last modified time | relevance | path

Searched refs:scopeIx (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c4099 Word nScopes, scopeIx; in VG_() local
4126 for (scopeIx = 0; scopeIx < nScopes; scopeIx++) { in VG_()
4131 = *(OSet**)VG_(indexXA)( di->varinfo, scopeIx ); in VG_()
4149 if (0) VG_(printf)("at depth %ld var %s ", scopeIx, var->name ); in VG_()