HomeSort by relevance Sort by last modified time
    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 218 milliseconds