Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/lang/cpp/constructors/
H A Dmain.cpp15 struct ClassWithMultipleCtor { struct
17 ClassWithMultipleCtor(int i) { value = i; } in ClassWithMultipleCtor() argument
18 ClassWithMultipleCtor(int i, int v) { value = v + i; } in ClassWithMultipleCtor() function