Searched refs:somestuff (Results 1 – 3 of 3) sorted by relevance
44 void af1_f(MemoryAllocator &Alloc, struct stuff *somestuff) { in af1_f() argument45 somestuff->somefield = Alloc.my_malloc(12); // no-warning in af1_f()
89 void af1_f(struct stuff *somestuff) { in af1_f() argument90 somestuff->somefield = my_malloc(12); // no-warning in af1_f()
83 void af1_f(struct stuff *somestuff) { in af1_f() argument84 somestuff->somefield = my_malloc(12); // no-warning in af1_f()