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:__nocast
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/
H
A
D
nocast.c
1
#define
__nocast
__attribute__((nocast))
macro
2
typedef unsigned long
__nocast
ulong_nc_t;
83
unsigned long long
__nocast
*bad_size = t;
in assign_ptr()
84
short
__nocast
*bad_i = t;
in assign_ptr()
85
long
__nocast
*bad_l = t;
in assign_ptr()
H
A
D
type-compare.c
3
#define
__nocast
__attribute__((nocast))
macro
51
if ([int] == [int
__nocast
]) return 1;
in test()
59
if ([int *] == [int
__nocast
*]) return 1;
in test()
H
A
D
ptr-inherit.c
4
#define
__nocast
__attribute__((nocast))
macro
41
int
__nocast
o;
in test_nocast()
42
int
__nocast
*p = &o; /* check-should-pass */
in test_nocast()
H
A
D
typeof-mods.c
3
#define
__nocast
__attribute__((nocast))
macro
119
int
__nocast
obj, *ptr;
in test_nocast()
/third_party/ltp/scripts/
H
A
D
checkpatch.pl
471
__nocast
|
Completed in 8 milliseconds