Lines Matching refs:Type
275 our $Type;
432 $Type = qr{
437 $Declare = qr{(?:$Storage\s+)?$Type};
1080 } elsif ($cur =~ /^(\(\s*$Type\s*)\)/ && $av_pending eq '_') {
1085 } elsif ($cur =~ /^($Type)\s*(?:$Ident|,|\)|\(|\s*$)/) {
1266 $Type|
1288 $possible =~ s/\s*(?:$Type|\#\#)\s*//g;
2107 …if ($prev_values eq 'E' && $s =~ /^(.(?:typedef\s*)?(?:(?:$Storage|$Inline)\s*)*\s*$Type\s*(?:\b$I…
2355 if ($line =~ /^.$Type\s*$Ident\s*(?:\s+$Modifier)*\s*=\s*(0|NULL|false)\s*;/) {
2403 if (($line=~/$Type\s*$Ident\(.*\).*\s\{/) and
2427 if ($prefix !~ /$Type\s+$/ &&
2462 } elsif ($ctx =~ /$Type$/) {
2648 if (($line =~ /\(.*\)\{/ && $line !~ /\($Type\)\{/) ||
3128 if ($line =~ /\b$Type\s+$Inline\b/ ||
3140 $stat =~ /^.\s*(?:extern\s+)?$Type\s+($Ident)(\s*)\(/s)