Lines Matching full:cc_table
138 static OSet* CC_table;
268 lineCC = VG_(OSetGen_Lookup)(CC_table, &loc);
271 lineCC = VG_(OSetGen_AllocNode)(CC_table, sizeof(LineCC));
288 VG_(OSetGen_Insert)(CC_table, lineCC);
1330 VG_(OSetGen_ResetIter)(CC_table);
1331 while ( (lineCC = VG_(OSetGen_Next)(CC_table)) ) {
1612 VG_(OSetGen_Size)(CC_table));
1712 CC_table =