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

  /src/external/gpl3/gdb/dist/gdb/python/
py-disasm.c 858 gdbpy_ref<> result_obj = gdbpy_call_method ((PyObject *) obj, "read_memory", variable
862 if (result_obj == nullptr)
886 if (!PyObject_CheckBuffer (result_obj.get ())
887 || PyObject_GetBuffer (result_obj.get(), &py_buff, PyBUF_CONTIG_RO) < 0)
1335 struct disasm_result_object *result_obj
1339 long length = result_obj->length;
1364 gdb_assert (result_obj->parts->size () > 0);
1367 for (auto &p : *result_obj->parts)
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-format-sarif.cc 444 sarif_result *result_obj local
446 m_results_array->append (result_obj);
447 m_cur_group_result = result_obj;
541 sarif_result *result_obj = new sarif_result (); local
551 result_obj->set_string ("ruleId", option_text);
575 result_obj->set_string ("ruleId", rule_id);
588 result_obj->set ("taxa", taxa_arr);
591 diagnostic.metadata->maybe_add_sarif_properties (*result_obj);
596 result_obj->set_string ("level", sarif_level);
602 result_obj->set ("message", message_obj)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 3310 result *result_obj = NULL; local
3362 result_obj = new result (get_logger (), handle, handover_tempdir);
3365 result_obj = NULL;
3367 return result_obj;
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 3132 result *result_obj = NULL; local
3184 result_obj = new result (get_logger (), handle, handover_tempdir);
3187 result_obj = NULL;
3189 return result_obj;

Completed in 33 milliseconds