Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/
Dmalloc-annotations.cpp44 void af1_f(MemoryAllocator &Alloc, struct stuff *somestuff) { in af1_f() argument
45 somestuff->somefield = Alloc.my_malloc(12); // no-warning in af1_f()
Dmalloc-annotations.c89 void af1_f(struct stuff *somestuff) { in af1_f() argument
90 somestuff->somefield = my_malloc(12); // no-warning in af1_f()
/external/clang/test/Analysis/
Dmalloc-annotations.c83 void af1_f(struct stuff *somestuff) { in af1_f() argument
84 somestuff->somefield = my_malloc(12); // no-warning in af1_f()