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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
call-info.cc 78 use get_desc to get a label_text, and print it to PP. */
83 label_text desc (get_desc (pp_show_color (pp)));
88 call_info: add a custom_event using call_info::get_desc as its
104 label_text get_desc (bool can_colorize) const final override
106 return m_call_info->get_desc (can_colorize);
157 succeed_or_fail_call_info::get_desc (bool can_colorize) const function in class:ana::succeed_or_fail_call_info
checker-event.cc 176 label_text event_desc (get_desc (false));
213 Record PD and EMISSION_ID, and call the get_desc vfunc, so that any
214 side-effects of the call to get_desc take place before
217 For example, state_change_event::get_desc can call
230 label_text desc = get_desc (false);
235 /* Implementation of diagnostic_event::get_desc vfunc for
240 debug_event::get_desc (bool) const function in class:ana::debug_event
247 /* Implementation of diagnostic_event::get_desc vfunc for
252 precanned_custom_event::get_desc (bool) const function in class:ana::precanned_custom_event
270 /* Implementation of diagnostic_event::get_desc vfunc fo
275 statement_event::get_desc (bool) const function in class:ana::statement_event
294 region_creation_event_memory_space::get_desc (bool) const function in class:ana::region_creation_event_memory_space
308 region_creation_event_capacity::get_desc (bool can_colorize) const function in class:ana::region_creation_event_capacity
326 region_creation_event_allocation_size::get_desc (bool can_colorize) const function in class:ana::region_creation_event_allocation_size
345 region_creation_event_debug::get_desc (bool) const function in class:ana::region_creation_event_debug
373 function_entry_event::get_desc (bool can_colorize) const function in class:ana::function_entry_event
425 state_change_event::get_desc (bool can_colorize) const function in class:ana::state_change_event
677 start_cfg_edge_event::get_desc (bool can_colorize) const function in class:ana::start_cfg_edge_event
871 call_event::get_desc (bool can_colorize) const function in class:ana::call_event
950 return_event::get_desc (bool can_colorize) const function in class:ana::return_event
993 start_consolidated_cfg_edges_event::get_desc (bool can_colorize) const function in class:ana::start_consolidated_cfg_edges_event
1013 inlined_call_event::get_desc (bool can_colorize) const function in class:ana::inlined_call_event
1036 setjmp_event::get_desc (bool can_colorize) const function in class:ana::setjmp_event
1094 rewind_from_longjmp_event::get_desc (bool can_colorize) const function in class:ana::rewind_from_longjmp_event
1118 rewind_to_setjmp_event::get_desc (bool can_colorize) const function in class:ana::rewind_to_setjmp_event
1183 warning_event::get_desc (bool can_colorize) const function in class:ana::warning_event
    [all...]
call-summary.cc 53 call_summary::get_desc () const function in class:ana::call_summary
134 label_text desc = get_desc ();
region.cc 1048 label_text desc = get_desc (true);
1078 region::get_desc (bool simple) const function in class:ana::region
svalue.cc 80 svalue::get_desc (bool simple) const function in class:ana::svalue
93 label_text desc = get_desc (true);
store.cc 157 binding_key::get_desc (bool simple) const function in class:ana::binding_key
806 label_text key_desc = key->get_desc ();
2603 label_text base_reg_desc = base_reg->get_desc ();
2607 label_text parent_reg_desc = parent_reg->get_desc ();
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
call-info.cc 72 use get_desc to get a label_text, and print it to PP. */
77 label_text desc (get_desc (pp_show_color (pp)));
83 call_info: add a custom_event using call_info::get_desc as its
99 label_text get_desc (bool can_colorize) const function in class:ana::call_event
101 return m_call_info->get_desc (can_colorize);
142 /* Implementation of call_info::get_desc vfunc for success_call_info. */
145 success_call_info::get_desc (bool can_colorize) const function in class:ana::success_call_info
152 /* Implementation of call_info::get_desc vfunc for failed_call_info. */
155 failed_call_info::get_desc (bool can_colorize) const function in class:ana::failed_call_info
checker-path.cc 120 label_text event_desc (get_desc (false));
134 Record PD and EMISSION_ID, and call the get_desc vfunc, so that any
135 side-effects of the call to get_desc take place before
138 For example, state_change_event::get_desc can call
151 label_text desc = get_desc (false);
157 /* Implementation of diagnostic_event::get_desc vfunc for
162 debug_event::get_desc (bool) const function in class:ana::debug_event
169 /* Implementation of diagnostic_event::get_desc vfunc for
174 precanned_custom_event::get_desc (bool) const function in class:ana::precanned_custom_event
191 /* Implementation of diagnostic_event::get_desc vfunc fo
196 statement_event::get_desc (bool) const function in class:ana::statement_event
219 region_creation_event::get_desc (bool) const function in class:ana::region_creation_event
240 function_entry_event::get_desc (bool can_colorize) const function in class:ana::function_entry_event
280 state_change_event::get_desc (bool can_colorize) const function in class:ana::state_change_event
458 start_cfg_edge_event::get_desc (bool can_colorize) const function in class:ana::start_cfg_edge_event
670 call_event::get_desc (bool can_colorize) const function in class:ana::call_event
728 return_event::get_desc (bool can_colorize) const function in class:ana::return_event
762 start_consolidated_cfg_edges_event::get_desc (bool can_colorize) const function in class:ana::start_consolidated_cfg_edges_event
775 setjmp_event::get_desc (bool can_colorize) const function in class:ana::setjmp_event
833 rewind_from_longjmp_event::get_desc (bool can_colorize) const function in class:ana::rewind_from_longjmp_event
857 rewind_to_setjmp_event::get_desc (bool can_colorize) const function in class:ana::rewind_to_setjmp_event
922 warning_event::get_desc (bool can_colorize) const function in class:ana::warning_event
    [all...]
region.cc 591 label_text desc = get_desc (true);
600 region::get_desc (bool simple) const function in class:ana::region
svalue.cc 85 svalue::get_desc (bool simple) const function in class:ana::svalue
98 label_text desc = get_desc (true);
store.cc 157 binding_key::get_desc (bool simple) const function in class:ana::binding_key
677 label_text key_desc = key->get_desc ();
2405 label_text base_reg_desc = base_reg->get_desc ();
2410 label_text parent_reg_desc = parent_reg->get_desc ();
  /src/external/gpl3/gcc/dist/gcc/text-art/
widget.cc 55 vbox_widget::get_desc () const function in class:vbox_widget
91 text_widget::get_desc () const function in class:text_widget
111 canvas_widget::get_desc () const function in class:canvas_widget
149 const char *get_desc () const final override
  /src/games/rogue/
inventory.c 245 get_desc(obj, descs[i].desc, sizeof(descs[i].desc));
531 get_desc(const object *obj, char *desc, size_t desclen) function
723 get_desc(obj, desc, sizeof(desc));

Completed in 51 milliseconds