Searched refs:fooArray (Results 1 – 3 of 3) sorted by relevance
319 NoReturnDtor *fooArray = 0; in testArrayNull() local320 delete[] fooArray; // should not call destructor, checked below in testArrayNull()
2362 Foo *fooArray; in test() local2397 (a > 0 ? fooArray[1] : fooArray[b]).mu_.Lock(); in test()2398 (a > 0 ? fooArray[1] : fooArray[b]).a = 0; in test()2399 (a > 0 ? fooArray[1] : fooArray[b]).mu_.Unlock(); in test()2408 Foo *fooArray; in test2() local2438 (a > 0 ? fooArray[1] : fooArray[b]).mu_.Lock(); in test2()2439 (a > 0 ? fooArray[b] : fooArray[c]).a = 0; // \ in test2()2442 (a > 0 ? fooArray[1] : fooArray[b]).mu_.Unlock(); in test2()
184 Foo fooArray[] = {1,2}; // expected-warning {{unused variable 'fooArray'}} in foo() local