Home
last modified time | relevance | path

Searched defs:TestCtor (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Dattr-require-constant-initialization.cpp290 struct TestCtor { struct
291 constexpr TestCtor(int x) : value(x) {} in TestCtor() function
295 ATTR TestCtor<NotC> t(42); // expected-error {{variable does not have a constant initializer}} argument
321 struct TestCtor { struct
322 constexpr TestCtor(int x) : value(x) {} // expected-note 2 {{non-constexpr constructor}} in TestCtor() argument
335 constexpr TestCtor<NotC> inval_constexpr(42); // expected-error {{must be initialized by a constant… argument
Dsource_location.cpp369 struct TestCtor { struct
370 T info = T::current();
371 T ctor_info;
374 constexpr TestCtor(int, U u = U::current()) : ctor_info(u) {} in TestCtor() argument
/external/boringssl/src/ssl/
Dspan_test.cc25 static void TestCtor(Span<int> s, const int *ptr, size_t size) { in TestCtor() function
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dspan_test.cc25 static void TestCtor(Span<int> s, const int *ptr, size_t size) { in TestCtor() function
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.cpp163 UPerfFunction* StringPerformanceTest::TestCtor() in TestCtor() function in StringPerformanceTest