Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dtemporaries.cpp418 struct DefaultParam { struct
419 DefaultParam(int, const Dtor& d = Dtor());
420 ~DefaultParam();
426 DefaultParam(42); in testDefaultParamConstructorsInLoops()
427 DefaultParam(42); in testDefaultParamConstructorsInLoops()
435 value ? DefaultParam(42) : DefaultParam(42); in testDefaultParamConstructorsInTernariesInLoops()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dattr-musttail.cpp169 HasNonTrivialCopyConstructor2(const HasNonTrivialCopyConstructor &, int DefaultParam = 5);