Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/expression/argument_passing_restrictions/
H A Dmain.cpp10 PassByRef returnPassByRef() { return PassByRef(); } in returnPassByRef() function
16 PassByRef p = returnPassByRef(); in main()