HomeSort by relevance Sort by last modified time
    Searched full:my_malloc (Results 1 - 5 of 5) 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 *pp = my_malloc(42); // no-warning
79 somestuff->somefield = my_malloc(12); // no-warning
84 *pps = my_malloc(sizeof(struct stuff)); // no-warning
85 (*pps)->somefield = my_malloc(42); // no-warning
89 int *p = my_malloc(12);
95 int *p = my_malloc(12)
    [all...]
  /external/clang/test/Sema/
alloc_size.c 3 void* my_malloc(unsigned char) __attribute__((alloc_size(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 411 milliseconds