Home | History | Annotate | Download | only in m_debuginfo

Lines Matching defs:global_scope

3192       OSet*        global_scope;
3208 global_scope = *(OSet**)VG_(indexXA)( di->varinfo, 0 );
3209 vg_assert(global_scope);
3210 gs_size = VG_(OSetGen_Size)( global_scope );
3221 = VG_(OSetGen_Lookup)( global_scope, &zero );