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

  /src/external/gpl3/gdb/dist/gdbsupport/
function-view.h 205 union erased_callable union in namespace:gdb::fv_detail
299 m_invoker = [] (fv_detail::erased_callable ecall, Args... args)
313 of a pointer to pointer. erased_callable is then a union in
320 m_invoker = [] (fv_detail::erased_callable ecall, Args... args)
331 fv_detail::erased_callable m_erased_callable;
337 Res (*m_invoker) (fv_detail::erased_callable, Args...);
function-view.h 205 union erased_callable union in namespace:gdb::fv_detail
299 m_invoker = [] (fv_detail::erased_callable ecall, Args... args)
313 of a pointer to pointer. erased_callable is then a union in
320 m_invoker = [] (fv_detail::erased_callable ecall, Args... args)
331 fv_detail::erased_callable m_erased_callable;
337 Res (*m_invoker) (fv_detail::erased_callable, Args...);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
function-view.h 205 union erased_callable union in namespace:gdb::fv_detail
299 m_invoker = [] (fv_detail::erased_callable ecall, Args... args)
313 of a pointer to pointer. erased_callable is then a union in
320 m_invoker = [] (fv_detail::erased_callable ecall, Args... args)
331 fv_detail::erased_callable m_erased_callable;
337 Res (*m_invoker) (fv_detail::erased_callable, Args...);
function-view.h 205 union erased_callable union in namespace:gdb::fv_detail
299 m_invoker = [] (fv_detail::erased_callable ecall, Args... args)
313 of a pointer to pointer. erased_callable is then a union in
320 m_invoker = [] (fv_detail::erased_callable ecall, Args... args)
331 fv_detail::erased_callable m_erased_callable;
337 Res (*m_invoker) (fv_detail::erased_callable, Args...);

Completed in 41 milliseconds