Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/
H A Dmain.cpp17 struct DeepData_3 struct
22 DeepData_3() : m_child1(* (new DeepData_4())), m_child2(DeepData_4()) {} in DeepData_3() function