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:current_fn
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
expression.c
115
if (!
current_fn
|| !
current_fn
->ident)
in handle_func()
132
len =
current_fn
->ident->len;
in handle_func()
134
memcpy(string->data,
current_fn
->ident->name, len);
in handle_func()
H
A
D
expand.c
901
struct symbol *curr =
current_fn
;
in expand_symbol_call()
903
current_fn
= def;
in expand_symbol_call()
905
current_fn
= curr;
in expand_symbol_call()
H
A
D
evaluate.c
46
struct symbol *
current_fn
;
variable
3318
current_fn
->bogus_linear = 1;
in check_label_declaration()
3550
struct symbol *curr =
current_fn
;
in evaluate_symbol()
3555
current_fn
= sym;
in evaluate_symbol()
3563
current_fn
= curr;
in evaluate_symbol()
3586
fntype =
current_fn
->ctype.base_type;
in evaluate_return_expression()
H
A
D
symbol.h
285
extern struct symbol *
current_fn
;
H
A
D
parse.c
2151
current_fn
= sym;
in start_function()
2158
current_fn
= NULL;
in end_function()
2373
current_fn
->bogus_linear = 1;
in warn_label_usage()
Completed in 13 milliseconds