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_PREOP
(Results
1 - 12
of
12
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
ast-inspect.c
160
[
EXPR_PREOP
] = "
EXPR_PREOP
",
in expression_type_name()
210
case
EXPR_PREOP
:
in inspect_expression()
H
A
D
evaluate.c
102
expr->type =
EXPR_PREOP
;
in evaluate_symbol_expression()
146
expr->type =
EXPR_PREOP
;
in evaluate_string()
401
case
EXPR_PREOP
:
in bad_expr_type()
562
return expr->type ==
EXPR_PREOP
&& expr->op == '*';
in lvalue_expression()
944
const unsigned left_not = expr->left->type ==
EXPR_PREOP
in evaluate_binop()
946
const unsigned right_not = expr->right->type ==
EXPR_PREOP
in evaluate_binop()
1726
e1 = alloc_expression(expr->pos,
EXPR_PREOP
);
in degenerate()
1754
expr->type =
EXPR_PREOP
;
in degenerate()
1758
if (expr->op != '*' || expr->type !=
EXPR_PREOP
) {
in degenerate()
1779
if (op->op != '*' || op->type !=
EXPR_PREOP
) {
in evaluate_addressof()
[all...]
H
A
D
expression.c
513
expr = alloc_expression(token->pos,
EXPR_PREOP
);
in primary_expression()
561
struct expression *deref = alloc_expression(token->pos,
EXPR_PREOP
);
in postfix_expression()
585
struct expression *inner = alloc_expression(token->pos,
EXPR_PREOP
);
in postfix_expression()
704
unary = alloc_expression(token->pos,
EXPR_PREOP
);
in unary_expression()
722
unary = alloc_expression(token->pos,
EXPR_PREOP
);
in unary_expression()
H
A
D
symbol.c
367
case
EXPR_PREOP
:
in is_wstring_expr()
408
case
EXPR_PREOP
: {
in count_array_initializer()
411
while (e && e->type ==
EXPR_PREOP
&& e->op == '(')
in count_array_initializer()
431
case
EXPR_PREOP
:
in count_array_initializer()
434
while (e && e->type ==
EXPR_PREOP
&& e->op == '(')
in count_array_initializer()
H
A
D
expression.h
45
EXPR_PREOP
,
enumerator
182
// EXPR_UNOP,
EXPR_PREOP
and EXPR_POSTOP
H
A
D
dissect.c
320
if (expr->type !=
EXPR_PREOP
)
in peek_preop()
412
break; case
EXPR_PREOP
: case EXPR_POSTOP: {
in do_expression()
H
A
D
expand.c
892
if (fn->type !=
EXPR_PREOP
)
in expand_symbol_call()
1114
case
EXPR_PREOP
:
in expand_expression()
H
A
D
show-parse.c
768
if (fn->type ==
EXPR_PREOP
) {
in show_call_expression()
1150
case
EXPR_PREOP
:
in show_expression()
H
A
D
inline.c
105
case
EXPR_PREOP
:
in copy_expression()
H
A
D
linearize.c
959
if (expr->type ==
EXPR_PREOP
&& expr->op == '*')
in linearize_address_gen()
1524
if (fn->type ==
EXPR_PREOP
&& fn->op == '*' && is_func_type(fn->ctype))
in linearize_call_expression()
1800
case
EXPR_PREOP
:
in linearize_cond_branch()
1927
case
EXPR_PREOP
:
in linearize_expression()
H
A
D
builtin.c
545
case
EXPR_PREOP
:
in expand_object_size()
H
A
D
compile-i386.c
2102
if (fn->type ==
EXPR_PREOP
) {
in x86_call_expression()
2344
case
EXPR_PREOP
:
in x86_expression()
Completed in 20 milliseconds