• Home
  • Raw
  • Download

Lines Matching +defs:s +defs:x5

320   int s = 0;  in CheckUseZeroAllocatedPathNoWarn()  local
333 int s = 10; in CheckUseZeroAllocatedPathWarn() local
346 int s = 0; in CheckUseZeroReallocatedPathNoWarn() local
360 int s = 10; in CheckUseZeroReallocatedPathWarn() local
455 struct st *s = malloc(sizeof(struct st)); // no-warning in cast_emtpy_struct() local
465 struct st *s = malloc(sizeof(struct st)); // no-warning in cast_struct_1() local
475 struct st *s = malloc(sizeof(struct st)); // no-warning in cast_struct_2() local
485 struct st *s = malloc(sizeof(struct st)); // no-warning in cast_struct_3() local
495 struct st *s = malloc(sizeof(struct st)); // no-warning in cast_struct_4() local
505 struct st *s = malloc(sizeof(struct st) - sizeof(char)); // no-warning in cast_struct_5() local
515 …struct st *s = malloc(sizeof(struct st) + 2); // expected-warning{{Cast a region whose size is not… in cast_struct_warn_1() local
525 …struct st *s = malloc(2); // expected-warning{{Cast a region whose size is not a multiple of the d… in cast_struct_warn_2() local
535 struct st *s = malloc(sizeof(struct st) + 3); // no-warning in cast_struct_flex_array_1() local
545 struct st *s = malloc(sizeof(struct st) + 3); // no-warning in cast_struct_flex_array_2() local
555 struct st *s = malloc(sizeof(struct st) + 3); // no-warning in cast_struct_flex_array_3() local
568 struct st *s = malloc(sizeof(struct st) + 3 * sizeof(struct foo)); // no-warning in cast_struct_flex_array_4() local
581 struct st *s = malloc(sizeof(struct st) + 3 * sizeof(struct foo)); // no-warning in cast_struct_flex_array_5() local
594 struct st *s = malloc(sizeof(struct st) + 3 * sizeof(struct foo)); // no-warning in cast_struct_flex_array_6() local
607 …struct st *s = malloc(3 * sizeof(struct st) + 3 * sizeof(struct foo)); // expected-warning{{Cast a… in cast_struct_flex_array_warn_1() local
620 …struct st *s = malloc(3 * sizeof(struct st) + 3 * sizeof(struct foo)); // expected-warning{{Cast a… in cast_struct_flex_array_warn_2() local
633 …struct st *s = malloc(3 * sizeof(struct st) + 3 * sizeof(struct foo)); // expected-warning{{Cast a… in cast_struct_flex_array_warn_3() local
643 …struct st *s = malloc(sizeof(struct st) + 3); // expected-warning{{Cast a region whose size is not… in cast_struct_flex_array_warn_4() local
653 …struct st *s = malloc(sizeof(struct st) + 3); // expected-warning{{Cast a region whose size is not… in cast_struct_flex_array_warn_5() local
663 …struct st *s = malloc(sizeof(struct st) + 3); // expected-warning{{Cast a region whose size is not… in cast_struct_flex_array_warn_6() local
1020 void doNotInvalidateWhenPassedToSystemCalls(char *s) { in doNotInvalidateWhenPassedToSystemCalls()
1032 void escapeSourceContents(char *s) { in escapeSourceContents()
1068 void symbolLostWithStrcpy(char *s) { in symbolLostWithStrcpy()
1082 void symbolLostWithStrcpy_InlineStrcpyVersion(char *s) { in symbolLostWithStrcpy_InlineStrcpyVersion()
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()
1365 int *x5 = x2; in CMPRegionHeapToHeap2() local
1482 int *s; in reallocButNoMalloc() local
1492 int *s; in reallocButNoMallocPR13674() local
1679 void poolFreeC(void* s) { in poolFreeC()
1707 char *dupstrNoWarn(const char *s) { in dupstrNoWarn()
1723 char *dupstrWarn(const char *s) { in dupstrWarn()
1761 struct IntAndPtr s; in testConstEscapeThroughAnotherField() local
1787 StructWithPtr *s = malloc(sizeof(StructWithPtr)); in testMallocIntoMalloc() local