Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/lang/cpp/operator-overload/
Db.cpp1 class Tinky { class
4 Tinky(int meh) : _meh(meh) {} in Tinky() function in Tinky
8 Tinky x(12); in main()