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:case_statement
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
parse.h
81
struct statement *
case_statement
;
member
H
A
D
ast-inspect.c
79
ast_append_child(node, "
case_statement
:", stmt->
case_statement
, inspect_statement);
in inspect_statement()
H
A
D
inline.c
407
stmt->
case_statement
= copy_one_statement(stmt->
case_statement
);
in copy_one_statement()
H
A
D
dissect.c
553
do_statement(U_VOID, stmt->
case_statement
);
in do_statement()
H
A
D
parse.c
2327
static inline struct token *
case_statement
(struct token *token, struct statement *stmt)
in case_statement()
function
2332
return statement(token, &stmt->
case_statement
);
in case_statement()
2340
return
case_statement
(token, stmt);
in parse_case_statement()
2345
return
case_statement
(token->next, stmt);
in parse_default_statement()
H
A
D
expand.c
1337
expand_statement(stmt->
case_statement
);
in expand_statement()
H
A
D
show-parse.c
661
show_statement(stmt->
case_statement
);
in show_statement()
H
A
D
compile-i386.c
1708
x86_statement(stmt->
case_statement
);
in emit_case_statement()
H
A
D
linearize.c
2380
linearize_statement(ep, stmt->
case_statement
);
in linearize_statement()
H
A
D
evaluate.c
3802
evaluate_statement(stmt->
case_statement
);
in evaluate_case_statement()
Completed in 39 milliseconds