Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dtemporaries.cpp607 C returnTemporaryWithVariable() { C c(1, 2); return c; } in returnTemporaryWithVariable() function
609 return returnTemporaryWithVariable(); in returnTemporaryWithAnotherFunctionWithVariable()
612 return C(returnTemporaryWithVariable()); in returnTemporaryWithCopyConstructionWithVariable()
642 C c1 = returnTemporaryWithVariable(); in test()