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:_KIND
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Tools/c-analyzer/c_parser/
H
A
D
match.py
7
_KIND
= _info.KIND
variable
29
return
_KIND
.is_type_decl(item.kind)
33
return
_KIND
.is_decl(item.kind)
62
if decl.kind is
_KIND
.TYPEDEF:
66
elif decl.kind is
_KIND
.FUNCTION:
69
elif decl.kind is
_KIND
.VARIABLE:
77
return decl.kind in (
_KIND
.VARIABLE,
_KIND
.FUNCTION)
85
if decl.kind is
_KIND
.FUNCTION:
104
if decl.kind is
_KIND
[all...]
/third_party/python/Tools/c-analyzer/c_analyzer/
H
A
D
match.py
9
_KIND
= _info.KIND
variable
63
if kind is not
_KIND
.VARIABLE:
110
if decl.kind is
_KIND
.TYPEDEF:
121
if decl.kind is
_KIND
.TYPEDEF:
132
if decl.kind is
_KIND
.TYPEDEF:
141
if not
_KIND
.is_decl(decl.kind):
188
if decl.kind ==
_KIND
.VARIABLE:
/third_party/python/Lib/test/test_importlib/
H
A
D
util.py
69
specialized.
_KIND
= kind
H
A
D
test_abc.py
134
return {cls.
_KIND
: cls() if inst else cls
143
cls = self.SPLIT[self.
_KIND
]
Completed in 3 milliseconds