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

  /src/external/gpl3/gdb.old/dist/gdb/
extension-priv.h 259 enum ext_lang_rc (*get_matching_xmethod_workers) member in struct:extension_language_ops
extension.c 927 get_matching_xmethod_workers (struct type *type, const char *method_name,
937 || extlang->ops->get_matching_xmethod_workers == NULL)
940 rc = extlang->ops->get_matching_xmethod_workers (extlang,
920 get_matching_xmethod_workers (struct type *type, const char *method_name, function
  /src/external/gpl3/gdb/dist/gdb/
extension-priv.h 259 enum ext_lang_rc (*get_matching_xmethod_workers) member in struct:extension_language_ops
extension.c 964 get_matching_xmethod_workers (struct type *type, const char *method_name,
974 || extlang->ops->get_matching_xmethod_workers == NULL)
977 rc = extlang->ops->get_matching_xmethod_workers (extlang,
957 get_matching_xmethod_workers (struct type *type, const char *method_name, function

Completed in 55 milliseconds