Searched defs:TestInvalidateInCtor (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp389 class TestInvalidateInCtor { class
391 TestInvalidateInCtor(unsigned &x);
396 TestInvalidateInCtor foo(x);
401 delete (new TestInvalidateInCtor(x));

Completed in 81 milliseconds