OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cool_pointer
(Results
1 - 2
of
2
) sorted by null
/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
main.cpp
99
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');
/external/lldb/test/functionalities/data-formatter/data-formatter-advanced/
main.cpp
144
i_am_cool *
cool_pointer
= new i_am_cool(3,-3.141592,'E');
local
Completed in 300 milliseconds