Searched refs:strlen_fn (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/
H A Dstring.c61 size_t strlen_fn() { function
62 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}}
193 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 35 milliseconds