Home
last modified time | relevance | path

Searched refs:per_function_data_t (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dexploded-graph.h823 typedef hash_map<function *, per_function_data *> per_function_data_t; typedef
824 per_function_data_t m_per_function_data;
H A Dengine.cc2122 = const_cast <per_function_data_t &> (m_per_function_data).get (fun)) in get_per_function_data()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dexploded-graph.h917 typedef hash_map<function *, per_function_data *> per_function_data_t; typedef
918 per_function_data_t m_per_function_data;
H A Dengine.cc2812 = const_cast <per_function_data_t &> (m_per_function_data).get (fun)) in get_per_function_data()