Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc.c1117 void testStrdup(const char *s, unsigned validIndex) { in testStrdup() argument
1119 s2[validIndex + 1] = 'b'; in testStrdup()
1122 void testWinStrdup(const char *s, unsigned validIndex) { in testWinStrdup() argument
1124 s2[validIndex + 1] = 'b'; in testWinStrdup()
1127 void testWcsdup(const wchar_t *s, unsigned validIndex) { in testWcsdup() argument
1129 s2[validIndex + 1] = 'b'; in testWcsdup()
1132 void testWinWcsdup(const wchar_t *s, unsigned validIndex) { in testWinWcsdup() argument
1134 s2[validIndex + 1] = 'b'; in testWinWcsdup()
1137 int testStrndup(const char *s, unsigned validIndex, unsigned size) { in testStrndup() argument
1139 s2 [validIndex + 1] = 'b'; in testStrndup()
[all …]