Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dtemporaries.cpp615 C returnTemporaryWithConstruction() { return C(1, 2); } in returnTemporaryWithConstruction() function
617 return returnTemporaryWithConstruction(); in returnTemporaryWithAnotherFunctionWithConstruction()
620 return C(returnTemporaryWithConstruction()); in returnTemporaryWithCopyConstructionWithConstruction()
654 C c4 = returnTemporaryWithConstruction(); in test()