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:EXPR_STRING
(Results
1 - 13
of
13
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
symbol.c
360
case
EXPR_STRING
:
in is_wstring_expr()
413
if (e && e->type ==
EXPR_STRING
) {
in count_array_initializer()
415
case
EXPR_STRING
:
in count_array_initializer()
436
if (e && e->type ==
EXPR_STRING
) {
in count_array_initializer()
438
case
EXPR_STRING
:
in count_array_initializer()
H
A
D
expression.h
38
EXPR_STRING
,
enumerator
176
//
EXPR_STRING
H
A
D
expression.c
92
if (!*expr || (*expr)->type !=
EXPR_STRING
) {
in string_expression()
138
decl->initializer = alloc_expression(token->pos,
EXPR_STRING
);
in handle_func()
507
expr = alloc_expression(token->pos,
EXPR_STRING
);
in primary_expression()
H
A
D
ast-inspect.c
153
[
EXPR_STRING
] = "
EXPR_STRING
",
in expression_type_name()
H
A
D
show-parse.c
958
if (sym->initializer && sym->initializer->type ==
EXPR_STRING
)
in show_symbol_expr()
1171
case
EXPR_STRING
:
in show_expression()
H
A
D
sparse-llvm.c
295
case
EXPR_STRING
: {
in get_sym_value()
1213
case
EXPR_STRING
: {
in output_data()
H
A
D
linearize.c
134
case
EXPR_STRING
:
in show_pseudo()
366
case
EXPR_STRING
:
in show_instruction()
1786
case
EXPR_STRING
:
in linearize_cond_branch()
1886
case
EXPR_STRING
:
in linearize_expression()
2139
if (!expr || expr->type !=
EXPR_STRING
) {
in linearize_asm_statement()
H
A
D
evaluate.c
117
struct expression *initstr = alloc_expression(expr->pos,
EXPR_STRING
);
in evaluate_string()
2688
if (!e || e->type !=
EXPR_STRING
)
in is_string_literal()
2828
p = alloc_expression(e->pos,
EXPR_STRING
);
in handle_initializer()
3398
case
EXPR_STRING
:
in evaluate_expression()
3785
if (expr->type ==
EXPR_STRING
)
in evaluate_asm_statement()
H
A
D
dissect.c
349
break; case
EXPR_STRING
:
in do_expression()
H
A
D
inline.c
99
case
EXPR_STRING
:
in copy_expression()
H
A
D
builtin.c
143
* time we get here, the
EXPR_STRING
has been fully
in expand_warning()
152
if (sym->initializer && sym->initializer->type ==
EXPR_STRING
) {
in expand_warning()
H
A
D
expand.c
1094
case
EXPR_STRING
:
in expand_expression()
H
A
D
compile-i386.c
2361
case
EXPR_STRING
:
in x86_expression()
Completed in 22 milliseconds