Searched defs:TestCtor (Results 1 – 5 of 5) sorted by relevance
290 struct TestCtor { struct291 constexpr TestCtor(int x) : value(x) {} in TestCtor() function295 ATTR TestCtor<NotC> t(42); // expected-error {{variable does not have a constant initializer}} argument321 struct TestCtor { struct322 constexpr TestCtor(int x) : value(x) {} // expected-note 2 {{non-constexpr constructor}} in TestCtor() argument335 constexpr TestCtor<NotC> inval_constexpr(42); // expected-error {{must be initialized by a constant… argument
369 struct TestCtor { struct370 T info = T::current();371 T ctor_info;374 constexpr TestCtor(int, U u = U::current()) : ctor_info(u) {} in TestCtor() argument
25 static void TestCtor(Span<int> s, const int *ptr, size_t size) { in TestCtor() function
163 UPerfFunction* StringPerformanceTest::TestCtor() in TestCtor() function in StringPerformanceTest