| /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
|
| call-info.h | 27 This is still abstract; the update_model and get_desc vfuncs must be 40 virtual label_text get_desc (bool can_colorize) const = 0; 61 label_text get_desc (bool can_colorize) const FINAL OVERRIDE; 75 label_text get_desc (bool can_colorize) const FINAL OVERRIDE;
|
| checker-path.h | 144 label_text get_desc (bool) const FINAL OVERRIDE; 178 label_text get_desc (bool) const FINAL OVERRIDE; 193 label_text get_desc (bool) const FINAL OVERRIDE; 208 label_text get_desc (bool) const FINAL OVERRIDE; 224 label_text get_desc (bool can_colorize) const FINAL OVERRIDE; 243 label_text get_desc (bool can_colorize) const FINAL OVERRIDE; 268 diagnostic (so that get_desc can attempt to get a better description 317 label_text get_desc (bool can_colorize) const FINAL OVERRIDE; 341 label_text get_desc (bool /*can_colorize*/) const FINAL OVERRIDE 355 label_text get_desc (bool can_colorize) const FINAL OVERRIDE [all...] |
| 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-model-impl-calls.cc | 254 label_text desc = sval->get_desc (simple); 273 label_text desc = capacity->get_desc (true); 647 label_text get_desc (bool can_colorize) const FINAL OVERRIDE 699 label_text get_desc (bool can_colorize) const FINAL OVERRIDE 800 label_text get_desc (bool can_colorize) const FINAL OVERRIDE
|
| diagnostic-manager.cc | 2208 that the event's get_desc vfunc can potentially supply a more precise 2232 label_text sval_desc = sval->get_desc (); 2297 label_text sval_desc = sval->get_desc (); 2299 = state_change->m_origin->get_desc (); 2321 = state_change->m_sval->get_desc (); 2324 label_text sval_desc = sval->get_desc (); 2398 label_text sval_desc = sval->get_desc (); 2442 label_text sval_desc = sval->get_desc (); 2522 (path->get_checker_event (idx)->get_desc (false)); 2545 (path->get_checker_event (idx)->get_desc (false)) [all...] |
| /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.h | 181 label_text get_desc (bool) const final override; 215 label_text get_desc (bool) const final override; 230 label_text get_desc (bool) const final override; 271 label_text get_desc (bool can_colorize) const final override; 292 label_text get_desc (bool can_colorize) const final override; 311 label_text get_desc (bool can_colorize) const final override; 330 label_text get_desc (bool can_colorize) const final override; 349 label_text get_desc (bool can_colorize) const override; 370 label_text get_desc (bool can_colorize) const final override; 402 diagnostic (so that get_desc can attempt to get a better descriptio [all...] |
| 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-info.h | 27 This is still abstract; the update_model and get_desc vfuncs must be 40 virtual label_text get_desc (bool can_colorize) const = 0; 65 label_text get_desc (bool can_colorize) const final override;
|
| call-summary.h | 44 label_text get_desc () const;
|
| access-diagram.h | 159 const char *get_desc () const override
|
| checker-path.cc | 78 label_text event_desc (e->get_desc (false)); 129 label_text event_desc (e->get_desc (false));
|
| kf-analyzer.cc | 80 label_text desc = sval->get_desc (simple); 111 label_text desc = capacity->get_desc (true);
|
| infinite-loop.cc | 139 label_text get_desc (bool can_colorize) const final override 161 return start_cfg_edge_event::get_desc (can_colorize);
|
| /src/external/gpl3/gcc/dist/gcc/text-art/ |
| widget.h | 77 get_desc (), 86 get_desc (), 93 virtual const char *get_desc () const = 0; 143 const char *get_desc () const override 188 const char *get_desc () const override; 217 const char *get_desc () const override; 235 const char *get_desc () const override;
|
| 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/external/gpl3/gcc.old/dist/gcc/ |
| diagnostic-path.h | 83 virtual label_text get_desc (bool can_colorize) const = 0; 112 label_text get_desc (bool) const FINAL OVERRIDE
|
| tree-diagnostic-path.cc | 63 label_text event_text (event.get_desc (colorize)); 175 label_text event_text (iter_event.get_desc (true)); 463 label_text event_text (event.get_desc (false)); 505 label_text event_text (event.get_desc (false));
|
| /src/games/rogue/ |
| ring.c | 124 get_desc(ring, desc, sizeof(desc)); 189 get_desc(ring, buf, sizeof(buf)); 259 get_desc(rogue.left_ring, buf, sizeof(buf)); 263 get_desc(rogue.right_ring, buf, sizeof(buf));
|
| pack.c | 208 get_desc(obj, desc, sizeof(desc)); 327 get_desc(obj, desc, sizeof(desc)); 362 get_desc(obj, desc, sizeof(desc)); 415 get_desc(obj, desc, sizeof(desc)); 562 get_desc(obj, desc, sizeof(desc));
|
| 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));
|
| move.c | 144 get_desc(obj, desc, sizeof(desc)); 158 get_desc(obj, desc, sizeof(desc));
|
| /src/external/gpl3/gcc/dist/gcc/ |
| diagnostic-path.h | 154 virtual label_text get_desc (bool can_colorize) const = 0; 217 label_text get_desc (bool) const final override
|
| tree-diagnostic-path.cc | 64 label_text event_text (event.get_desc (colorize)); 225 label_text event_text (iter_event.get_desc (true)); 614 label_text event_text (event.get_desc (false)); 675 label_text event_text (event.get_desc (false));
|