Searched refs:myfoo (Results 1 – 2 of 2) sorted by relevance
40 void myfoo(int *p);718 myfoo(p); in paramFree()720 myfoo(p); // expected-warning {{Use of memory after it is freed}} in paramFree()730 myfoo(p); in mallocEscapeFoo()736 myfoo(p); in mallocEscapeFree()742 myfoo(p); in mallocEscapeFreeFree()749 myfoo(p); in mallocEscapeFreeUse()751 myfoo(p); // expected-warning{{Use of memory after it is freed}} in mallocEscapeFreeUse()759 myfoo(p); in mallocEscapeFreeCustomAlloc()767 myfoo(p); in mallocEscapeFreeCustomAlloc2()[all …]
2003 Foo myfoo; in test() local2004 myfoo.foo1(&myfoo); // \ in test()2006 myfoo.mu_.Lock(); in test()2007 myfoo.foo1(&myfoo); in test()2008 myfoo.mu_.Unlock(); in test()