Lines Matching refs:TN1
15093 my $TN1 = $TypeInfo{1}{$Tid1}{"Name"};
15128 if($TN1!~/\brestrict\b/
15137 if($TN1=~/\A(struct|union|enum) \Q$TN2\E\Z/
15138 or $TN2=~/\A(struct|union|enum) \Q$TN1\E\Z/) {
15147 if(index($TN1, " ".$TN2)!=-1)
15149 if($TN1=~/\A(struct|union|enum) \Q$TN2\E\Z/) {
15153 if(index($TN2, " ".$TN1)!=-1)
15155 if($TN2=~/\A(struct|union|enum) \Q$TN1\E\Z/) {
15163 my $TN1_C = $TN1;
15175 my ($N1, $N2) = ($TN1, $TN2);