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

/external/clang/test/Analysis/
H A Dmethod-call-path-notes.cpp7 class TestInstanceCall { class
13 TestInstanceCall *p; // expected-note {{'p' declared without an initial value}}
18 TestInstanceCall *p = 0; // expected-note {{'p' initialized to a null pointer value}}
23 TestInstanceCall *p;
28 void test_ic_null(TestInstanceCall *p) {
34 TestInstanceCall *p = 0; // expected-note {{'p' initialized to a null pointer value}}
35 typedef void (TestInstanceCall::*IC_Ptr)();
36 IC_Ptr bar = &TestInstanceCall::foo;
40 void test_cast(const TestInstanceCall *p) {
42 const_cast<TestInstanceCall *>(
[all...]

Completed in 275 milliseconds