Lines Matching full:cc_table
132 static OSet* CC_table;
261 lineCC = VG_(OSetGen_Lookup)(CC_table, &loc);
264 lineCC = VG_(OSetGen_AllocNode)(CC_table, sizeof(LineCC));
281 VG_(OSetGen_Insert)(CC_table, lineCC);
1433 VG_(OSetGen_ResetIter)(CC_table);
1434 while ( (lineCC = VG_(OSetGen_Next)(CC_table)) ) {
1704 VG_(OSetGen_Size)(CC_table));
1808 CC_table =