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:idx_to
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
expression.h
242
unsigned int idx_from,
idx_to
;
member
H
A
D
parse.c
2607
int idx_from,
idx_to
;
in index_expression()
local
2611
idx_to
= idx_from;
in index_expression()
2613
idx_to
= const_expression_value(to);
in index_expression()
2614
if (
idx_to
< idx_from || idx_from < 0)
in index_expression()
2618
expr->
idx_to
=
idx_to
;
in index_expression()
H
A
D
symbol.c
405
if (entry->
idx_to
>= nr)
in count_array_initializer()
406
nr = entry->
idx_to
+1;
in count_array_initializer()
H
A
D
evaluate.c
2375
unsigned to = e->
idx_to
+ 1;
in convert_index()
2466
unsigned offset = array_element_offset(type->bit_size, e->
idx_to
);
in check_designators()
2532
n = old->
idx_to
+ 1;
in next_designators()
2540
n = old->
idx_to
;
in next_designators()
2544
new->idx_from = new->
idx_to
= n;
in next_designators()
H
A
D
show-parse.c
1098
printf(" AT '%d..%d:\n", entry->idx_from, entry->
idx_to
);
in show_initializer_expr()
Completed in 15 milliseconds