Searched refs:currFileCCs (Results 1 – 1 of 1) sorted by relevance
389 my $currFileCCs = {}; # hash(line_num => CC)403 defined($currFileCCs) || die;405 my $currLineCC = $currFileCCs->{$lineNum};408 $currFileCCs->{$lineNum} = $currLineCC;423 $currFileCCs = $allCCs{$currFileName};424 if (not defined $currFileCCs) {425 $currFileCCs = {};426 $allCCs{$currFileName} = $currFileCCs;