Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-synthval/
Dmain.cpp11 double theExtraFluff; member in myIntAndStuff
13 myIntAndStuff() : theValue(0), theExtraFluff(1.25) {} in myIntAndStuff()
14 myIntAndStuff(int _x) : theValue(_x), theExtraFluff(1.25) {} in myIntAndStuff()