Home
last modified time | relevance | path

Searched refs:function_call_string_cluster (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dengine.cc4719 class function_call_string_cluster : public exploded_cluster class
4722 function_call_string_cluster (function *fun, call_string cs) in function_call_string_cluster() function in ana::function_call_string_cluster
4725 ~function_call_string_cluster () in ~function_call_string_cluster()
4784 const function_call_string_cluster *c1 in cmp_ptr_ptr()
4785 = *(const function_call_string_cluster * const *)p1; in cmp_ptr_ptr()
4786 const function_call_string_cluster *c2 in cmp_ptr_ptr()
4787 = *(const function_call_string_cluster * const *)p2; in cmp_ptr_ptr()
4888 auto_vec<function_call_string_cluster *> child_clusters (m_map.elements ()); in dump_dot()
4894 child_clusters.qsort (function_call_string_cluster::cmp_ptr_ptr); in dump_dot()
4896 function_call_string_cluster *child_cluster; in dump_dot()
[all …]
H A DChangeLog3525 (function_call_string_cluster::dump_dot): Avoid embedding pointer
3527 (function_call_string_cluster::cmp_ptr_ptr): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dengine.cc3061 class function_call_string_cluster : public exploded_cluster class
3064 function_call_string_cluster (function *fun, call_string cs) in function_call_string_cluster() function in ana::function_call_string_cluster
3067 ~function_call_string_cluster () in ~function_call_string_cluster()
3221 function_call_string_cluster **slot = m_map.get (key); in add_node()
3226 function_call_string_cluster *child in add_node()
3227 = new function_call_string_cluster (fun, cs); in add_node()
3239 typedef hash_map<function_call_string, function_call_string_cluster *> map_t;