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:dissect_ctx
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
dissect.c
54
struct symbol *
dissect_ctx
;
variable
239
dctx =
dissect_ctx
;
in examine_sym_node()
241
dissect_ctx
= NULL;
in examine_sym_node()
251
dissect_ctx
= dctx;
in examine_sym_node()
516
struct symbol *type =
dissect_ctx
->ctype.base_type;
in do_statement()
616
struct symbol *dctx =
dissect_ctx
;
in do_symbol()
627
dissect_ctx
= sym;
in do_symbol()
629
dissect_ctx
= dctx;
in do_symbol()
638
sparse_error(dctx->pos, "
dissect_ctx
change %s -> %s",
in do_symbol()
641
dissect_ctx
in do_symbol()
[all...]
H
A
D
test-dissect.c
30
if (
dissect_ctx
)
in print_usage()
31
ctx =
dissect_ctx
->ident;
in print_usage()
41
if (!
dissect_ctx
)
in symscope()
H
A
D
dissect.h
29
extern struct symbol *
dissect_ctx
;
H
A
D
semind.c
724
if (
dissect_ctx
)
in r_symbol()
725
ctx =
dissect_ctx
->ident;
in r_symbol()
761
if (
dissect_ctx
)
in r_member()
762
ctx =
dissect_ctx
->ident;
in r_member()
Completed in 6 milliseconds