Home | History | Annotate | Download | only in abi-compliance-checker

Lines Matching refs:N2

11484     my $N2 = $T2->{"Name"};
11487 $N2=~s/\A(struct|union|enum) //;
11489 if($N1 ne $N2
11491 and not isAnon($N2))
11499 and $N2=~/\Avoid\s*\*/)
15175 my ($N1, $N2) = ($TN1, $TN2);
15177 $N2=~s/\b(struct|union) //g;
15179 if($N1 eq $N2)