Home
last modified time | relevance | path

Searched defs:PassByRef (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/test/API/commands/expression/argument_passing_restrictions/
Dmain.cpp3 struct PassByRef { struct
5 PassByRef(const PassByRef &p){x = p.x;}; in PassByRef() argument
10 PassByRef returnPassByRef() { return PassByRef(); } in returnPassByRef() argument