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

  /src/external/gpl3/gcc/dist/gcc/
diagnostic-format-sarif.cc 100 class sarif_thread_flow : public sarif_object class in inherits:sarif_object
103 sarif_thread_flow (const diagnostic_thread &thread);
391 /* class sarif_thread_flow : public sarif_object. */
393 sarif_thread_flow::sarif_thread_flow (const diagnostic_thread &thread) function in class:sarif_thread_flow
1178 sarif_thread_flow *> thread_id_map;
1183 sarif_thread_flow *thread_flow_obj;
1185 if (sarif_thread_flow **slot = thread_id_map.get (thread_id))
1190 thread_flow_obj = new sarif_thread_flow (thread);
diagnostic-format-sarif.cc 100 class sarif_thread_flow : public sarif_object class in inherits:sarif_object
103 sarif_thread_flow (const diagnostic_thread &thread);
391 /* class sarif_thread_flow : public sarif_object. */
393 sarif_thread_flow::sarif_thread_flow (const diagnostic_thread &thread) function in class:sarif_thread_flow
1178 sarif_thread_flow *> thread_id_map;
1183 sarif_thread_flow *thread_flow_obj;
1185 if (sarif_thread_flow **slot = thread_id_map.get (thread_id))
1190 thread_flow_obj = new sarif_thread_flow (thread);

Completed in 36 milliseconds