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_to
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
parse.h
80
struct expression *
case_to
;
member
H
A
D
ast-inspect.c
78
ast_append_child(node, "
case_to
:", stmt->
case_to
, inspect_expression);
in inspect_statement()
H
A
D
inline.c
406
stmt->
case_to
= copy_expression(stmt->
case_to
);
in copy_one_statement()
H
A
D
linearize.c
2262
struct expression *
case_to
= case_stmt->
case_to
;
in linearize_switch()
local
2266
if (
case_to
&&
case_to
->type == EXPR_VALUE)
in linearize_switch()
2267
end =
case_to
->value;
in linearize_switch()
H
A
D
dissect.c
552
do_expression(U_R_VAL, stmt->
case_to
);
in do_statement()
H
A
D
expand.c
1336
expand_const_expression(stmt->
case_to
, "case statement");
in expand_statement()
H
A
D
show-parse.c
551
struct expression *to = case_stmt->
case_to
;
in show_switch_statement()
H
A
D
evaluate.c
3801
evaluate_expression(stmt->
case_to
);
in evaluate_case_statement()
3870
check_case_type(sel, case_stmt->
case_to
, enumcase_holder);
in evaluate_switch_statement()
H
A
D
compile-i386.c
1728
struct expression *to = case_stmt->
case_to
;
in emit_switch_statement()
H
A
D
parse.c
2339
token = parse_expression(token->next, &stmt->
case_to
);
in parse_case_statement()
Completed in 25 milliseconds