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:file_scope
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
scope.c
41
*
file_scope
= &builtin_scope, // static
variable
81
file_scope
= scope;
in start_file_scope()
124
end_scope(&
file_scope
);
in end_file_scope()
129
if (
file_scope
!= &builtin_scope)
in new_file_scope()
H
A
D
scope.h
39
*
file_scope
,
44
return scope ==
file_scope
|| scope == global_scope;
in toplevel()
H
A
D
ctags.c
221
examine_symbol_list(
file_scope
->symbols);
in main()
H
A
D
pre-process.c
140
sym->used_in =
file_scope
;
in token_defined()
226
sym->used_in =
file_scope
;
in expand_one_symbol()
1368
|| sym->used_in ==
file_scope
) {
in do_define()
1377
if (!sym || sym->scope !=
file_scope
) {
in do_define()
1534
if (!sym || sym->scope !=
file_scope
) {
in do_handle_undef()
H
A
D
c2xml.c
324
examine_symbol_list(file,
file_scope
->symbols);
in main()
H
A
D
symbol.c
735
if (prev->scope !=
file_scope
)
in inherit_static()
771
scope =
file_scope
;
in bind_symbol_with_scope()
784
scope =
file_scope
;
in bind_symbol()
H
A
D
dissect.c
308
type->scope =
file_scope
;
in lookup_member()
Completed in 7 milliseconds