Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dcxx0x-initializer-constructor.cpp189 struct memberinit { struct
190 H h1{1, nullptr};
191 H h2 = {1, nullptr};
192 H h3{1, 1};
193 H h4 = {1, 1}; // expected-error {{constructor is explicit}}