Home
last modified time | relevance | path

Searched defs:DerivedFromTestClass (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/utilities/function.objects/func.invoke/
H A Dinvoke_constexpr.pass.cpp74 struct DerivedFromTestClass : public TestClass { struct
75 constexpr explicit DerivedFromTestClass(int x) : TestClass(x) {} in DerivedFromTestClass() function
H A Dinvoke.pass.cpp77 struct DerivedFromTestClass : public TestClass { struct
78 explicit DerivedFromTestClass(int x) : TestClass(x) {} in DerivedFromTestClass() argument