Home
last modified time | relevance | path

Searched refs:validIndex (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Analysis/
Dmalloc.c1109 void testStrdup(const char *s, unsigned validIndex) { in testStrdup() argument
1111 s2[validIndex + 1] = 'b'; in testStrdup()
1114 void testWinStrdup(const char *s, unsigned validIndex) { in testWinStrdup() argument
1116 s2[validIndex + 1] = 'b'; in testWinStrdup()
1119 void testWcsdup(const wchar_t *s, unsigned validIndex) { in testWcsdup() argument
1121 s2[validIndex + 1] = 'b'; in testWcsdup()
1124 void testWinWcsdup(const wchar_t *s, unsigned validIndex) { in testWinWcsdup() argument
1126 s2[validIndex + 1] = 'b'; in testWinWcsdup()
1129 int testStrndup(const char *s, unsigned validIndex, unsigned size) { in testStrndup() argument
1131 s2 [validIndex + 1] = 'b'; in testStrndup()
[all …]