Lines Matching refs:identifier
236 my $identifier;
1102 if ($identifier ne $declaration_name) {
1103 …emit_warning("${file}:$.", "expecting prototype for $decl_type $identifier. Prototype was for $dec…
1305 if ($identifier ne $declaration_name) {
1306 if ($identifier eq "") {
1309 …emit_warning("${file}:$.", "expecting prototype for enum $identifier. Prototype was for enum $decl…
1375 if ($identifier ne $declaration_name) {
1376 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef…
1406 if ($identifier ne $declaration_name) {
1407 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef…
1723 if ($identifier ne $declaration_name) {
1724 …emit_warning("${file}:$.", "expecting prototype for $identifier(). Prototype was for $declaration_…
1810 $identifier = "trace_$identifier";
1987 $identifier = $1;
1995 $identifier = $1;
1997 if ($identifier =~ m/^(struct|union|enum|typedef)\b\s*(\S*)/) {
1999 $identifier = $2;
2006 $identifier = $1;
2008 $identifier =~ s/^define\s+//;
2011 $identifier =~ s/\s+$//;
2040 if ($identifier eq "" && $decl_type ne "enum") {
2046 print STDERR "${file}:$.: info: Scanning doc for $decl_type $identifier\n";