Home
last modified time | relevance | path

Searched refs:declaration (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/scripts/genksyms/
H A Dparse.y3 * C global declaration parser for genksyms.
114 declaration
115 | declaration_seq declaration
118 declaration: label
291 error_with_pos("unexpected second declaration name");
300 error_with_pos("unexpected second declaration name");
/kernel/linux/linux-6.6/scripts/genksyms/
H A Dparse.y3 * C global declaration parser for genksyms.
116 declaration
117 | declaration_seq declaration
120 declaration: label
294 error_with_pos("unexpected second declaration name");
303 error_with_pos("unexpected second declaration name");
/kernel/linux/linux-5.10/scripts/
H A Dkernel-doc135 # of the declaration; the struct/union/enum/typedef must always precede
381 #declaration types: can be
765 my $declaration = $args{'definition'};
766 $declaration =~ s/\t/ /g;
767 $declaration =~ s/\n/"\n.br\n.BI \"/g;
770 print ".BI \"$declaration\n};\n.br\n\n";
1108 my $declaration = $args{'definition'};
1109 $declaration =~ s/\t/ /g;
1110 print " " . $args{'type'} . " " . $args{'struct'} . " {\n$declaration };\n\n";
1184 # takes a declaration (struc
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dkernel-doc239 #declaration types: can be
666 my $declaration = $args{'definition'};
667 $declaration =~ s/\t/ /g;
668 $declaration =~ s/\n/"\n.br\n.BI \"/g;
671 print ".BI \"$declaration\n};\n.br\n\n";
1019 my $declaration = $args{'definition'};
1021 $declaration =~ s/\t/$lineprefix/g;
1022 print $lineprefix . $args{'type'} . " " . $args{'struct'} . " {\n$declaration" . $lineprefix . "};\n\n";
1098 # takes a declaration (struct, union, enum, typedef) and
1151 # - first eat non-declaration parameter
[all...]

Completed in 4 milliseconds