HomeSort by: relevance | last modified time | path
    Searched defs:m_erased_callable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
function-view.h 248 : m_erased_callable {},
270 : m_erased_callable {},
282 we check M_INVOKER instead of M_ERASED_CALLABLE because we don't
289 { return m_invoker (m_erased_callable, std::forward<Args> (args)...); }
298 m_erased_callable.data = (void *) std::addressof (callable);
319 m_erased_callable.fn = reinterpret_cast<void (*) ()> (fn);
331 fv_detail::erased_callable m_erased_callable; member in class:gdb::function_view
  /src/external/gpl3/gdb.old/dist/gdbsupport/
function-view.h 248 : m_erased_callable {},
270 : m_erased_callable {},
282 we check M_INVOKER instead of M_ERASED_CALLABLE because we don't
289 { return m_invoker (m_erased_callable, std::forward<Args> (args)...); }
298 m_erased_callable.data = (void *) std::addressof (callable);
319 m_erased_callable.fn = reinterpret_cast<void (*) ()> (fn);
331 fv_detail::erased_callable m_erased_callable; member in class:gdb::function_view

Completed in 23 milliseconds