Searched refs:formatMenu (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.cpp354 BMenu* formatMenu = new(std::nothrow) BMenu("Format"); local
355 if (formatMenu == NULL)
358 ObjectDeleter<BMenu> formatMenuDeleter(formatMenu);
359 if (!menu->AddItem(formatMenu))
363 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_INT8) != B_OK)
365 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_INT16) != B_OK)
367 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_INT32) != B_OK)
369 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_INT64) != B_OK)
371 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_FLOAT) != B_OK)
373 if (_AddFormatItem(formatMenu, SIMD_RENDER_FORMAT_DOUBL
[all...]

Completed in 33 milliseconds