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:ptr_list_nth
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
scheck.c
76
pseudo_t arg =
ptr_list_nth
(insn->arguments, idx);
in get_arg()
77
struct symbol *type =
ptr_list_nth
(insn->fntypes, idx + 1);
in get_arg()
251
pseudo_t src1 =
ptr_list_nth
(insn->arguments, 0);
in check_const()
252
pseudo_t src2 =
ptr_list_nth
(insn->arguments, 1);
in check_const()
H
A
D
sparse.c
168
check_byte_count(insn,
ptr_list_nth
(insn->arguments, 3));
in check_memset()
H
A
D
ptrlist.h
82
#define
ptr_list_nth
(lst, nth) ({ \
macro
H
A
D
builtin.c
528
int type = get_expression_value_silent(
ptr_list_nth
(expr->args, 1));
in expand_object_size()
Completed in 4 milliseconds