OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ptrderef
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Analysis/
taint-tester.c
36
int
ptrDeref
= *ptr; // expected-warning + {{tainted}}
37
int _ptrDeref =
ptrDeref
+ 13; // expected-warning + {{tainted}}
Completed in 56 milliseconds