Home
last modified time | relevance | path

Searched refs:NestedInit (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CXX/drs/
Ddr14xx.cpp328 struct NestedInit { int a, b, c; }; argument
329 NestedInit ni[1] = {{NestedInit{1, 2, 3}}};
/external/llvm-project/clang/test/CXX/drs/
Ddr14xx.cpp389 struct NestedInit { int a, b, c; }; argument
390 NestedInit ni[1] = {{NestedInit{1, 2, 3}}};