Searched defs:validIndex (Results 1 – 1 of 1) sorted by relevance
/external/clang/test/Analysis/ |
D | malloc.c | 1109 void testStrdup(const char *s, unsigned validIndex) { in testStrdup() 1114 void testWinStrdup(const char *s, unsigned validIndex) { in testWinStrdup() 1119 void testWcsdup(const wchar_t *s, unsigned validIndex) { in testWcsdup() 1124 void testWinWcsdup(const wchar_t *s, unsigned validIndex) { in testWinWcsdup() 1129 int testStrndup(const char *s, unsigned validIndex, unsigned size) { in testStrndup() 1138 void testStrdupContentIsDefined(const char *s, unsigned validIndex) { in testStrdupContentIsDefined() 1144 void testWinStrdupContentIsDefined(const char *s, unsigned validIndex) { in testWinStrdupContentIsDefined() 1150 void testWcsdupContentIsDefined(const wchar_t *s, unsigned validIndex) { in testWcsdupContentIsDefined() 1156 void testWinWcsdupContentIsDefined(const wchar_t *s, unsigned validIndex) { in testWinWcsdupContentIsDefined()
|