Lines Matching refs:identifier
386 my $identifier;
1231 if ($identifier ne $declaration_name) {
1232 …print STDERR "${file}:$.: warning: expecting prototype for $decl_type $identifier. Prototype was f…
1424 if ($identifier ne $declaration_name) {
1425 if ($identifier eq "") {
1428 …print STDERR "${file}:$.: warning: expecting prototype for enum $identifier. Prototype was for enu…
1494 if ($identifier ne $declaration_name) {
1495 …print STDERR "${file}:$.: warning: expecting prototype for typedef $identifier. Prototype was for …
1525 if ($identifier ne $declaration_name) {
1526 …print STDERR "${file}:$.: warning: expecting prototype for typedef $identifier. Prototype was for …
1845 if ($identifier ne $declaration_name) {
1846 …print STDERR "${file}:$.: warning: expecting prototype for $identifier(). Prototype was for $decla…
1932 $identifier = "trace_$identifier";
2109 $identifier = $1;
2117 $identifier = $1;
2119 if ($identifier =~ m/^(struct|union|enum|typedef)\b\s*(\S*)/) {
2121 $identifier = $2;
2128 $identifier = $1;
2130 $identifier =~ s/^define\s+//;
2133 $identifier =~ s/\s+$//;
2166 if ($identifier eq "" && $decl_type ne "enum") {
2174 print STDERR "${file}:$.: info: Scanning doc for $decl_type $identifier\n";