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

  /external/llvm/test/Transforms/GlobalOpt/
2009-06-01-RecursivePHI.ll 12 br i1 undef, label %bb.i, label %my_malloc.exit
17 my_malloc.exit: ; preds = %entry
18 br i1 undef, label %bb.i81, label %my_malloc.exit83
20 bb.i81: ; preds = %my_malloc.exit
23 my_malloc.exit83: ; preds = %my_malloc.exit
26 bb.i.i57: ; preds = %my_malloc.exit83
29 my_calloc.exit.i: ; preds = %my_malloc.exit83
55 br i1 undef, label %bb.i1.i68, label %my_malloc.exit.i70
60 my_malloc.exit.i70: ; preds = %bb8.i6
    [all...]
  /external/clang/test/Analysis/
malloc-annotations.c 7 void __attribute((ownership_returns(malloc))) *my_malloc(size_t);
61 int *p = my_malloc(12);
66 int *p = my_malloc(12);
70 myglobalpointer = my_malloc(12); // no-warning
75 mystuff.somefield = my_malloc(12);
80 *pp = my_malloc(42); // no-warning
84 somestuff->somefield = my_malloc(12); // no-warning
89 *pps = my_malloc(sizeof(struct stuff)); // no-warning
90 (*pps)->somefield = my_malloc(42); // no-warning
94 int *p = my_malloc(12)
    [all...]
MismatchedDeallocator-checker-test.mm 11 void __attribute((ownership_returns(malloc))) *my_malloc(size_t);
43 int *p = (int *)my_malloc(sizeof(int));
44 delete p; // expected-warning{{Memory allocated by my_malloc() should be deallocated by free(), not 'delete'}}
malloc-plist.c 174 int *my_malloc() { function
179 my_malloc();
    [all...]
  /external/clang/www/analyzer/
alpha_checks.html 617 void __attribute((ownership_returns(malloc))) *my_malloc(size_t);
620 int *p = my_malloc(1);
624 void __attribute((ownership_returns(malloc))) *my_malloc(size_t);
628 int *p = my_malloc(1);
634 void __attribute((ownership_returns(malloc))) *my_malloc(size_t);
638 int *p = my_malloc(1);
  /ndk/sources/host-tools/make-3.81/glob/
ChangeLog 3 * glob.c (my_malloc) [WINDOWS32]: Provide a full ISO C prototype,
  /external/valgrind/main/VEX/switchback/
test_ppc_jm1.c 298 void* my_malloc ( int n ) function
    [all...]

Completed in 4453 milliseconds