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

  /external/clang/test/Analysis/
weak-functions.c 83 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}}
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}}
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}}
    [all...]

Completed in 54 milliseconds