OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:always_warning
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Analysis/
idempotent-operations-limited-loops.c
5
void
always_warning
() { int *p = 0; *p = 0xDEADBEEF; } // expected-warning{{Dereference of null pointer (loaded from variable 'p')}}
function
Completed in 42 milliseconds