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:label_scope
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
scope.c
39
*
label_scope
= NULL, // expr-stmt labels
variable
96
start_scope(&
label_scope
);
in start_function_scope()
97
function_scope =
label_scope
;
in start_function_scope()
143
function_scope =
label_scope
;
in end_function_scope()
148
start_scope(&
label_scope
);
in start_label_scope()
155
FOR_EACH_PTR(
label_scope
->symbols, sym) {
in end_label_scope()
163
end_scope(&
label_scope
);
in end_label_scope()
H
A
D
scope.h
37
*
label_scope
,
H
A
D
parse.h
75
struct scope *
label_scope
;
member
H
A
D
parse.c
2381
if (!is_in_scope(def->
label_scope
,
label_scope
))
in check_label_usage()
2383
} else if (!label->
label_scope
) {
in check_label_usage()
2384
label->
label_scope
=
label_scope
;
in check_label_usage()
2469
stmt->
label_scope
=
label_scope
;
in statement()
2470
if (s->
label_scope
) {
in statement()
2471
if (!is_in_scope(
label_scope
, s->
label_scope
))
in statement()
[all...]
H
A
D
symbol.h
175
struct scope *
label_scope
;
member
/third_party/node/deps/v8/src/interpreter/
H
A
D
bytecode-generator.cc
5339
OptionalChainNullLabelScope
label_scope
(this);
in BuildOptionalChain()
5342
label_scope
.labels()->Bind(builder());
in BuildOptionalChain()
5853
OptionalChainNullLabelScope
label_scope
(this);
in VisitDelete()
5858
builder()->JumpIfUndefinedOrNull(
label_scope
.labels()->New());
in VisitDelete()
5866
label_scope
.labels()->Bind(builder());
in VisitDelete()
Completed in 18 milliseconds