HomeSort by: relevance | last modified time | path
    Searched refs:logical_loc (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
diagnostic-format-sarif.h 48 make_sarif_logical_location_object (const logical_location &logical_loc);
diagnostic-format-sarif.h 48 make_sarif_logical_location_object (const logical_location &logical_loc);
diagnostic-format-sarif.cc 174 const logical_location *logical_loc);
185 const logical_location *logical_loc);
738 const logical_location *logical_loc = NULL; local
740 logical_loc = client_data_hooks->get_current_logical_location ();
743 = make_location_object (*diagnostic.richloc, logical_loc);
748 /* If LOGICAL_LOC is non-NULL, use it to create a "logicalLocations" property
754 const logical_location *logical_loc)
756 if (!logical_loc)
758 json::object *logical_loc_obj = make_sarif_logical_location_object (*logical_loc);
765 and LOGICAL_LOC. *
803 const logical_location *logical_loc = event.get_logical_location (); local
    [all...]
diagnostic-format-sarif.cc 174 const logical_location *logical_loc);
185 const logical_location *logical_loc);
738 const logical_location *logical_loc = NULL; local
740 logical_loc = client_data_hooks->get_current_logical_location ();
743 = make_location_object (*diagnostic.richloc, logical_loc);
748 /* If LOGICAL_LOC is non-NULL, use it to create a "logicalLocations" property
754 const logical_location *logical_loc)
756 if (!logical_loc)
758 json::object *logical_loc_obj = make_sarif_logical_location_object (*logical_loc);
765 and LOGICAL_LOC. *
803 const logical_location *logical_loc = event.get_logical_location (); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
checker-event.cc 162 tree_logical_location logical_loc (m_original_fndecl);
164 make_sarif_logical_location_object (logical_loc));
checker-event.cc 162 tree_logical_location logical_loc (m_original_fndecl);
164 make_sarif_logical_location_object (logical_loc));

Completed in 32 milliseconds