Lines Matching refs:identifier
247 my $identifier;
1132 if ($identifier ne $declaration_name) {
1133 …emit_warning("${file}:$.", "expecting prototype for $decl_type $identifier. Prototype was for $dec…
1344 if ($identifier ne $declaration_name) {
1345 if ($identifier eq "") {
1348 …emit_warning("${file}:$.", "expecting prototype for enum $identifier. Prototype was for enum $decl…
1415 if ($identifier ne $declaration_name) {
1416 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef…
1446 if ($identifier ne $declaration_name) {
1447 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef…
1786 if ($identifier ne $declaration_name) {
1787 …emit_warning("${file}:$.", "expecting prototype for $identifier(). Prototype was for $declaration_…
1873 $identifier = "trace_$identifier";
2053 $identifier = $1;
2061 $identifier = $1;
2063 if ($identifier =~ m/^(struct|union|enum|typedef)\b\s*(\S*)/) {
2065 $identifier = $2;
2072 $identifier = $1;
2074 $identifier =~ s/^define\s+//;
2077 $identifier =~ s/\s+$//;
2106 if ($identifier eq "" && $decl_type ne "enum") {
2112 print STDERR "${file}:$.: info: Scanning doc for $decl_type $identifier\n";