Lines Matching refs:identifier
244 my $identifier;
1065 if ($identifier ne $declaration_name) {
1066 …emit_warning("${file}:$.", "expecting prototype for $decl_type $identifier. Prototype was for $dec…
1277 if ($identifier ne $declaration_name) {
1278 if ($identifier eq "") {
1281 …emit_warning("${file}:$.", "expecting prototype for enum $identifier. Prototype was for enum $decl…
1348 if ($identifier ne $declaration_name) {
1349 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef…
1379 if ($identifier ne $declaration_name) {
1380 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef…
1719 if ($identifier ne $declaration_name) {
1720 …emit_warning("${file}:$.", "expecting prototype for $identifier(). Prototype was for $declaration_…
1808 $identifier = "trace_$identifier";
1983 $identifier = $1;
1991 $identifier = $1;
1993 if ($identifier =~ m/^(struct|union|enum|typedef)\b\s*(\S*)/) {
1995 $identifier = $2;
2002 $identifier = $1;
2004 $identifier =~ s/^define\s+//;
2007 $identifier =~ s/\s+$//;
2036 if ($identifier eq "" && $decl_type ne "enum") {
2042 print STDERR "${file}:$.: info: Scanning doc for $decl_type $identifier\n";