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:uintptr_ctype
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
target-h8300.c
9
uintptr_ctype
= &uint_ctype;
in init_h8300()
H
A
D
target-sh.c
11
uintptr_ctype
= &uint_ctype;
in init_sh()
H
A
D
target-s390.c
10
uintptr_ctype
= &uint_ctype;
in init_s390()
H
A
D
target.h
10
extern struct symbol *
uintptr_ctype
;
H
A
D
predefine.c
169
predefined_ctype("UINTPTR",
uintptr_ctype
, PTYPE_MAX|PTYPE_TYPE);
in predefined_macros()
H
A
D
target.c
10
struct symbol *
uintptr_ctype
;
variable
H
A
D
symbol.c
994
if (!
uintptr_ctype
)
in init_ctype()
995
uintptr_ctype
= size_t_ctype;
in init_ctype()
H
A
D
evaluate.c
3077
if ((ttype == &ulong_ctype || ttype ==
uintptr_ctype
) && !Wcast_from_as)
in evaluate_cast()
3084
if ((stype == &ulong_ctype || stype ==
uintptr_ctype
))
in evaluate_cast()
H
A
D
parse.c
1241
return ctype->ctype.modifiers & MOD_UNSIGNED ?
uintptr_ctype
in to_pointer_mode()
Completed in 12 milliseconds