Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/
H A Dmain.cpp57 foo *f00_ptr = new foo(12); in main() local
58 wrapfoo wrapper{f00_ptr}; in main()
/llvm-project/lldb/test/API/functionalities/data-formatter/synthcapping/
H A Dmain.cpp52 foo *f00_ptr = new foo(12); in main() local