Home
last modified time | relevance | path

Searched refs:somefield (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Analysis/
Dmalloc-annotations.c23 void *somefield; member
75 mystuff.somefield = my_malloc(12); in af1_d()
84 somestuff->somefield = my_malloc(12); // no-warning in af1_f()
90 (*pps)->somefield = my_malloc(42); // no-warning in af1_g()
/external/llvm-project/clang/test/Analysis/
Dmalloc-annotations.c29 void *somefield; member
81 mystuff.somefield = my_malloc(12); in af1_d()
90 somestuff->somefield = my_malloc(12); // no-warning in af1_f()
96 (*pps)->somefield = my_malloc(42); // no-warning in af1_g()
Dmalloc-annotations.cpp21 void *somefield; member
45 somestuff->somefield = Alloc.my_malloc(12); // no-warning in af1_f()
51 (*pps)->somefield = Alloc.my_malloc(42); // no-warning in af1_g()