Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Ddead-stores.cpp61 class TestConstructor { class
63 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()
/llvm-project/lldb/unittests/Utility/
H A DChecksumTest.cpp24 TEST(ChecksumTest, TestConstructor) { in TEST() argument
H A DSupportFileTest.cpp31 TEST(SupportFileTest, TestConstructor) { in TEST() argument