Home
last modified time | relevance | path

Searched defs:malloc (Results 1 – 25 of 94) sorted by relevance

1234

/external/clang/test/Analysis/
DNewDelete-intersections.mm21 int *p1 = (int *)malloc(sizeof(int)); function
24 int *p2 = (int *)malloc(sizeof(int)); function
28 int *p3 = (int *)malloc(sizeof(int)); // no warn function
30 int *p4 = (int *)malloc(sizeof(int)); function
Dexceptions.mm6 void *malloc(size_t); function
Dmalloc.m6 void *malloc(size_t); function
/external/llvm-project/clang/test/Analysis/
DNewDelete-intersections.mm30 int *p1 = (int *)malloc(sizeof(int)); function
33 int *p2 = (int *)malloc(sizeof(int)); function
37 int *p3 = (int *)malloc(sizeof(int)); // no warn function
39 int *p4 = (int *)malloc(sizeof(int)); function
Dnull-deref-static.m3 void *malloc(unsigned long); function
Dexceptions.mm6 void *malloc(size_t); function
Dmalloc.m6 void *malloc(size_t); function
/external/clang/test/SemaObjC/
Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
/external/llvm-project/clang/test/SemaObjC/
Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
/external/llvm-project/clang/lib/Headers/
D__clang_hip_runtime_wrapper.h38 static inline __device__ void *malloc(size_t __size) { in malloc() function
43 static inline __device__ void *malloc(size_t __size) { in malloc() function
/external/llvm-project/clang/test/Sema/
Dimplicit-builtin-freestanding.c6 int malloc(int a) { return a; } in malloc() function
Dimplicit-builtin-redecl.c5 static void* malloc(int size) { in malloc() function
Dimplicit-builtin-decl.c15 void g(int malloc) { // okay: these aren't functions in g()
/external/clang/test/Sema/
Dimplicit-builtin-freestanding.c6 int malloc(int a) { return a; } in malloc() function
Dimplicit-builtin-redecl.c5 static void* malloc(int size) { in malloc() function
Dimplicit-builtin-decl.c16 void g(int malloc) { // okay: these aren't functions in g()
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
Dpr5056.cpp11 inline void *A<T>::malloc(int) in malloc() function in A
/external/compiler-rt/test/asan/TestCases/Linux/
Dinterception_malloc_test.cc12 extern "C" void *malloc(size_t size) { in malloc() function
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dinterception_malloc_test.cpp12 extern "C" void *malloc(size_t size) { in malloc() function
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
Dpr5056.cpp11 inline void *A<T>::malloc(int) in malloc() function in A
/external/clang/test/CodeGenObjC/
D2009-01-26-WriteBarrier-2.m7 void * malloc(size_t size); function
/external/llvm-project/clang/test/CodeGenObjC/
D2009-01-26-WriteBarrier-2.m7 void * malloc(size_t size); function
/external/compiler-rt/test/tsan/Linux/
Duser_malloc.cc8 extern "C" void *malloc(unsigned long size) { in malloc() function
/external/llvm-project/compiler-rt/test/tsan/Linux/
Duser_malloc.cpp12 extern "C" void *malloc(unsigned long size) { in malloc() function
/external/python/pyopenssl/tests/
Dmemdbg.py55 def malloc(n): function

1234