Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/fuchsia/
H A Dstatically-constructed-objects.cpp8 class ClassWithCtor { class
10 ClassWithCtor(int Val) : Val(Val) {} in ClassWithCtor() function in ClassWithCtor
29 ClassWithCtor G(0);
38 static ClassWithCtor G2(0);
90 static ClassWithCtor G2(0); in f()
/llvm-project/clang/test/CodeGenCXX/
H A Ddllimport.cpp371 struct ClassWithCtor { ClassWithCtor() {} }; in ClassWithCtor() function
372 struct __declspec(dllimport) ClassWithNonDllImportFieldWithCtor { ClassWithCtor t; };