Searched defs:cool_pointer (Results 1 - 2 of 2) sorted by path

/external/lldb/test/functionalities/data-formatter/data-formatter-advanced/
H A Dmain.cpp144 i_am_cool *cool_pointer = new i_am_cool(3,-3.141592,'E'); local
/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp99 i_am_cool *cool_pointer = (i_am_cool*)malloc(sizeof(i_am_cool)*3); local
100 cool_pointer[0] = i_am_cool(3,-3.141592,'E');
101 cool_pointer[1] = i_am_cool(0,-3.141592,'E');
102 cool_pointer[2] = i_am_cool(0,-3.141592,'E');

Completed in 284 milliseconds