Lines Matching refs:Compatible
688 `Compatible`.
692 int *pi; // pi is Compatible
696 delete pi; // pi is Compatible
698 TakeOwnership(pi); // pi is Compatible
700 // pi is Compatible
710 delete pi; // pi is Compatible
714 delete pi; // pi is Compatible
716 // pi is Compatible
741 delete pi; // pi is Compatible
743 vector<unique_ptr<int>> v = {std::unique_ptr(pi)}; // pi is Compatible
747 // pi is Compatible
796 int *pi; // pi is Compatible
808 `pi` could be in the Compatible state, and only refactoring that part.