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

/external/clang/test/Analysis/
H A Dweak-functions.c83 size_t strlen_fn() { function
84 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}}
H A Dstring.c62 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}}
200 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 479 milliseconds