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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp521 auto Draw = [&](GlobalValue::GUID IdFrom, GlobalValue::GUID IdTo, int Hotness) {
569 Draw(SummaryIt.first, R.getGUID(),
573 Draw(SummaryIt.first, AS->getAliaseeGUID(), -4);
579 Draw(SummaryIt.first, CGEdge.first.getGUID(),
/freebsd-13-stable/contrib/tcsh/
H A Ded.refresh.c45 static int Draw (Char *, int, int);
160 Draw(Char *cp, int nocomb, int drawPrompt) function
331 cp += Draw(cp, cp == buf, 1);
383 cp += Draw(cp, cp == InputBuf, 0);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp558 virtual void Draw(bool force) { function in class:curses::Window
563 subwindow_sp->Draw(force);
987 // Draw the menu
1204 m_window_sp->Draw(false);
1518 bool Draw(Window &window, const int first_visible_row, function in class:TreeItem
1569 // If we displayed all the rows and item.Draw() returns false we are
1571 if (!item.Draw(window, first_visible_row, selected_row_idx, row_idx,
1694 m_root.Draw(window, m_first_visible_row, m_selected_row_idx, row_idx,

Completed in 107 milliseconds