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…
1434 if ($identifier ne $declaration_name) {
1435 if ($identifier eq "") {
1438 …print STDERR "${file}:$.: warning: expecting prototype for enum $identifier. Prototype was for enu…
1504 if ($identifier ne $declaration_name) {
1505 …print STDERR "${file}:$.: warning: expecting prototype for typedef $identifier. Prototype was for …
1535 if ($identifier ne $declaration_name) {
1536 …print STDERR "${file}:$.: warning: expecting prototype for typedef $identifier. Prototype was for …
1856 if ($identifier ne $declaration_name) {
1857 …print STDERR "${file}:$.: warning: expecting prototype for $identifier(). Prototype was for $decla…
1943 $identifier = "trace_$identifier";
2120 $identifier = $1;
2128 $identifier = $1;
2130 if ($identifier =~ m/^(struct|union|enum|typedef)\b\s*(\S*)/) {
2132 $identifier = $2;
2139 $identifier = $1;
2141 $identifier =~ s/^define\s+//;
2144 $identifier =~ s/\s+$//;
2177 if ($identifier eq "" && $decl_type ne "enum") {
2185 print STDERR "${file}:$.: info: Scanning doc for $decl_type $identifier\n";