Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dtemporaries.cpp632 C returnTemporaryWithBraces() { return {1, 2}; } in returnTemporaryWithBraces() function
634 return returnTemporaryWithBraces(); in returnTemporaryWithAnotherFunctionWithBraces()
637 return C(returnTemporaryWithBraces()); in returnTemporaryWithCopyConstructionWithBraces()
668 C c7 = returnTemporaryWithBraces(); in test()