Home
last modified time | relevance | path

Searched refs:d6c (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/libcxx/containers/strings/basic.string/
H A Dasan_vector_integration.pass.cpp126 C d6c(N + 2, get_s<S, 102>('c')); in test_string() local
127 while (!d6c.empty()) { in test_string()
128 d6c.pop_back(); in test_string()
129 assert(is_contiguous_container_asan_correct(d6c)); in test_string()
H A Dasan_deque_integration.pass.cpp126 C d6c(N + 2, get_s<S, 102>('c')); in test_string() local
127 while (!d6c.empty()) { in test_string()
128 d6c.pop_back(); in test_string()
129 assert(is_double_ended_contiguous_container_asan_correct(d6c)); in test_string()
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp97 bool(*)(int*, float(*)(double, double))> *d6c) { in test_Def6() argument
100 d6c->bar(); in test_Def6()
/llvm-project/clang/test/CXX/special/class.ctor/
H A Dp5-0x.cpp115 Deleted6c d6c; // expected-error {{implicitly-deleted default constructor}} variable