Home
last modified time | relevance | path

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

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