Home
last modified time | relevance | path

Searched refs:event_obj (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-diagnostic-path.cc500 json::object *event_obj = new json::object (); in default_tree_make_json_for_path() local
502 event_obj->set ("location", in default_tree_make_json_for_path()
506 event_obj->set ("description", new json::string (event_text.m_buffer)); in default_tree_make_json_for_path()
512 event_obj->set ("function", new json::string (function)); in default_tree_make_json_for_path()
514 event_obj->set ("depth", in default_tree_make_json_for_path()
516 path_array->append (event_obj); in default_tree_make_json_for_path()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-diagnostic-path.cc504 json::object *event_obj = new json::object (); in default_tree_make_json_for_path() local
506 event_obj->set ("location", in default_tree_make_json_for_path()
509 event_obj->set ("description", new json::string (event_text.m_buffer)); in default_tree_make_json_for_path()
515 event_obj->set ("function", new json::string (function)); in default_tree_make_json_for_path()
517 event_obj->set ("depth", in default_tree_make_json_for_path()
519 path_array->append (event_obj); in default_tree_make_json_for_path()