Lines Matching refs:identifier
247 my $identifier;
1147 if ($identifier ne $declaration_name) {
1148 …emit_warning("${file}:$.", "expecting prototype for $decl_type $identifier. Prototype was for $dec…
1359 if ($identifier ne $declaration_name) {
1360 if ($identifier eq "") {
1363 …emit_warning("${file}:$.", "expecting prototype for enum $identifier. Prototype was for enum $decl…
1430 if ($identifier ne $declaration_name) {
1431 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef…
1461 if ($identifier ne $declaration_name) {
1462 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef…
1801 if ($identifier ne $declaration_name) {
1802 …emit_warning("${file}:$.", "expecting prototype for $identifier(). Prototype was for $declaration_…
1890 $identifier = "trace_$identifier";
2070 $identifier = $1;
2078 $identifier = $1;
2080 if ($identifier =~ m/^(struct|union|enum|typedef)\b\s*(\S*)/) {
2082 $identifier = $2;
2089 $identifier = $1;
2091 $identifier =~ s/^define\s+//;
2094 $identifier =~ s/\s+$//;
2123 if ($identifier eq "" && $decl_type ne "enum") {
2129 print STDERR "${file}:$.: info: Scanning doc for $decl_type $identifier\n";