Lines Matching refs:identifier
236 my $identifier;
1115 if ($identifier ne $declaration_name) {
1116 …emit_warning("${file}:$.", "expecting prototype for $decl_type $identifier. Prototype was for $dec…
1318 if ($identifier ne $declaration_name) {
1319 if ($identifier eq "") {
1322 …emit_warning("${file}:$.", "expecting prototype for enum $identifier. Prototype was for enum $decl…
1388 if ($identifier ne $declaration_name) {
1389 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef…
1419 if ($identifier ne $declaration_name) {
1420 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef…
1740 if ($identifier ne $declaration_name) {
1741 …emit_warning("${file}:$.", "expecting prototype for $identifier(). Prototype was for $declaration_…
1827 $identifier = "trace_$identifier";
2008 $identifier = $1;
2016 $identifier = $1;
2018 if ($identifier =~ m/^(struct|union|enum|typedef)\b\s*(\S*)/) {
2020 $identifier = $2;
2027 $identifier = $1;
2029 $identifier =~ s/^define\s+//;
2032 $identifier =~ s/\s+$//;
2061 if ($identifier eq "" && $decl_type ne "enum") {
2067 print STDERR "${file}:$.: info: Scanning doc for $decl_type $identifier\n";