Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dwarn-unused-variables.cpp210 struct NoLiteral { struct
212 NoLiteral() = default;
213 constexpr NoLiteral(int i) : i(i) {} in NoLiteral() argument
214 ~NoLiteral() {} in ~NoLiteral() argument
227 NoLiteral nl1; // no-warning in test()
228 NoLiteral nl2(42); // no-warning in test()