HomeSort by relevance Sort by last modified time
    Searched full:reallocf (Results 1 - 11 of 11) sorted by null

  /external/clang/test/Analysis/
malloc-interprocedural.c 9 void *reallocf(void *ptr, size_t size);
malloc.c 13 void *reallocf(void *ptr, size_t size);
173 q = reallocf(q, 20);
179 char *buf2 = (char*)reallocf(buf, 0x1000000);
181 return; // no warning - reallocf frees even on failure
190 tmp = (char*)reallocf(buf, 0x1000000);
200 char *r = reallocf(0, 12);
    [all...]
unix-fns.c 18 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
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 209 // "calloc", "malloc", "realloc", "reallocf", "alloca" and "valloc"
332 BasicAllocationCheck(C, CE, 2, 1, "reallocf");
367 .Case("reallocf", &UnixAPIChecker::CheckReallocfZero)
MallocChecker.cpp 538 II_reallocf = &Ctx.Idents.get("reallocf");
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 833 /// void *reallocf(void *ptr, size_t size);
834 TLI_DEFINE_ENUM_INTERNAL(reallocf)
835 TLI_DEFINE_STRING_INTERNAL("reallocf")
    [all...]
  /external/zlib/src/test/
infcover.c 271 in = reallocf(in, next);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 75 {LibFunc::reallocf, ReallocLike, 2, 1, -1},
  /prebuilts/android-emulator/linux-x86_64/lib/gles_mesa/
libGL.so 
libGL.so.1 
libosmesa.so 

Completed in 605 milliseconds