Searched refs:TestConstructor (Results 1 – 3 of 3) sorted by relevance
61 class TestConstructor { class63 TestConstructor(int &y);67 TestConstructor tc1 = x; // no-warning potential side effects in copy()68 TestConstructor tc2 = TestConstructor(x); // no-warning potential side effects in copy()69 TestConstructor tc3 = (TestConstructor(x)); // no-warning potential side effects in copy()70 TestConstructor tc4 = (TestConstructor)(x); // no-warning potential side effects in copy()
24 TEST(ChecksumTest, TestConstructor) { in TEST() argument
31 TEST(SupportFileTest, TestConstructor) { in TEST() argument