HomeSort by relevance Sort by last modified time
    Searched full:strlen_fn (Results 1 - 1 of 1) sorted by null

  /external/clang/test/Analysis/
string.c 62 size_t strlen_fn() { function
63 return strlen((char*)&strlen_fn); // expected-warning{{Argument to string length function is the address of the function 'strlen_fn', which is not a null-terminated string}}
206 return strnlen((char*)&strlen_fn, 3); // expected-warning{{Argument to string length function is the address of the function 'strlen_fn', which is not a null-terminated string}}

Completed in 56 milliseconds