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_POS
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
expand.c
683
if (entry->type !=
EXPR_POS
) {
in constant_symbol_value()
964
case
EXPR_POS
:
in expand_pos_expression()
975
if (entry->type ==
EXPR_POS
) {
in expand_pos_expression()
984
reuse = alloc_expression(entry->pos,
EXPR_POS
);
in expand_pos_expression()
986
reuse->type =
EXPR_POS
;
in expand_pos_expression()
1009
while (expr->type ==
EXPR_POS
) {
in bit_offset()
1022
while (expr->type ==
EXPR_POS
) {
in bit_range()
1162
case
EXPR_POS
:
in expand_expression()
H
A
D
compile-i386.c
985
if (a->type ==
EXPR_POS
)
in sort_array_cmp()
987
if (b->type ==
EXPR_POS
)
in sort_array_cmp()
1014
if ((entry->type ==
EXPR_POS
) || (entry->type == EXPR_VALUE)) {
in sort_array()
1042
if ((entry->type ==
EXPR_POS
) || (entry->type == EXPR_VALUE))
in sort_array()
1072
} else if (entry->type ==
EXPR_POS
) {
in emit_array()
2304
if (entry->type ==
EXPR_POS
) {
in x86_initializer_expr()
2377
case
EXPR_POS
:
in x86_expression()
H
A
D
expression.h
63
EXPR_POS
, // position in initializer
enumerator
245
//
EXPR_POS
H
A
D
ast-inspect.c
178
[
EXPR_POS
] = "
EXPR_POS
",
in expression_type_name()
H
A
D
show-parse.c
1090
// have been evaluated to
EXPR_POS
in show_initializer_expr()
1102
if (entry->type ==
EXPR_POS
) {
in show_initializer_expr()
1187
case
EXPR_POS
:
in show_expression()
H
A
D
inline.c
254
case
EXPR_POS
: {
in copy_expression()
H
A
D
evaluate.c
2376
e->type =
EXPR_POS
;
in convert_index()
2387
e->type =
EXPR_POS
;
in convert_ident()
2499
} else if (e->type ==
EXPR_POS
) {
in check_designators()
2500
err = "internal front-end error:
EXPR_POS
in";
in check_designators()
2512
* Get designators for next element, switch old ones to
EXPR_POS
.
3478
case
EXPR_POS
:
in evaluate_expression()
H
A
D
linearize.c
1848
case
EXPR_POS
:
in linearize_initializer()
1942
case
EXPR_POS
:
in linearize_expression()
/third_party/ltp/tools/sparse/
H
A
D
sparse-ltp.c
178
if (item_init->type ==
EXPR_POS
)
in is_terminated_with_null_struct()
Completed in 17 milliseconds