Searched refs:reallocf (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/Analysis/
H A Dunix-fns.c18 void *reallocf(void *, size_t);
118 char *foo = reallocf(ptr, 0); // expected-warning{{Call to 'reallocf' has an allocation size of 0 bytes}}
130 char *foo = reallocf(ptr, size); // no-warning
1029 // CHECK-NEXT: <string>Call to &apos;reallocf&apos; has an allocation size of 0 bytes</string>
1031 // CHECK-NEXT: <string>Call to &apos;reallocf&apos; has an allocation size of 0 bytes</string>
1034 // CHECK-NEXT: <key>description</key><string>Call to &apos;reallocf&apos; has an allocation size of 0 bytes</string>
H A Dmalloc-interprocedural.c9 void *reallocf(void *ptr, size_t size);
H A Dmalloc.c12 void *reallocf(void *ptr, size_t size);
164 q = reallocf(q, 20);
170 char *buf2 = (char*)reallocf(buf, 0x1000000);
172 return; // no warning - reallocf frees even on failure
181 tmp = (char*)reallocf(buf, 0x1000000);
191 char *r = reallocf(0, 12);
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_malloc.h259 void *reallocf(void *addr, unsigned long size, struct malloc_type *type,
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h490 /// void *reallocf(void *ptr, size_t size);
491 reallocf, enumerator in enum:llvm::LibFunc::Func
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglvideo.c524 /* reallocf can fail */
525 if ((*modesp = reallocf(*modesp, sizeof(VGLMode))) == NULL)
/external/zlib/src/test/
H A Dinfcover.c271 in = reallocf(in, next);
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp67 {LibFunc::reallocf, ReallocLike, 2, 1, -1},

Completed in 188 milliseconds