Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp25 struct TestPoint { struct
28 TestPoint(int X = 3, int Y = 2) : x(X), y(Y) {} in TestPoint() argument