Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:declaration
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/scripts/genksyms/
H
A
D
parse.y
3
* 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
D
parse.y
3
* 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
D
kernel-doc
135
# 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
D
kernel-doc
239
#
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 5 milliseconds