| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-recording.h | 444 void replay_into (replayer *) FINAL OVERRIDE {} in replay_into() 447 string * make_debug_string () FINAL OVERRIDE; 448 void write_reproducer (reproducer &r) FINAL OVERRIDE; 472 void replay_into (replayer *r) FINAL OVERRIDE; 501 location *dyn_cast_location () FINAL OVERRIDE { return this; } in dyn_cast_location() 505 string * make_debug_string () FINAL OVERRIDE; 506 void write_reproducer (reproducer &r) FINAL OVERRIDE; 606 type *dereference () FINAL OVERRIDE; 608 size_t get_size () FINAL OVERRIDE; 610 bool accepts_writes_from (type *rtype) FINAL OVERRIDE in accepts_writes_from() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-recording.h | 425 void replay_into (replayer *) FINAL OVERRIDE {} in replay_into() 428 string * make_debug_string () FINAL OVERRIDE; 429 void write_reproducer (reproducer &r) FINAL OVERRIDE; 448 void replay_into (replayer *r) FINAL OVERRIDE; 477 location *dyn_cast_location () FINAL OVERRIDE { return this; } in dyn_cast_location() 481 string * make_debug_string () FINAL OVERRIDE; 482 void write_reproducer (reproducer &r) FINAL OVERRIDE; 570 type *dereference () FINAL OVERRIDE; 572 bool accepts_writes_from (type *rtype) FINAL OVERRIDE in accepts_writes_from() 585 bool is_int () const FINAL OVERRIDE; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64-sve-builtins-shapes.cc | 457 explicit_type_suffix_p (unsigned int) const OVERRIDE in explicit_type_suffix_p() 463 resolve (function_resolver &) const OVERRIDE in resolve() 475 explicit_type_suffix_p (unsigned int i) const OVERRIDE in explicit_type_suffix_p() 487 resolve (function_resolver &r) const OVERRIDE in resolve() 506 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() 518 resolve (function_resolver &r) const OVERRIDE in resolve() 531 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() 543 resolve (function_resolver &r) const OVERRIDE in resolve() 563 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() 570 resolve (function_resolver &r) const OVERRIDE in resolve() [all …]
|
| H A D | aarch64-sve-builtins-base.cc | 151 expand (function_expander &e) const OVERRIDE in expand() 182 expand (function_expander &e) const OVERRIDE in expand() 197 expand (function_expander &e) const OVERRIDE in expand() 214 expand (function_expander &e) const OVERRIDE in expand() 234 expand (function_expander &e) const OVERRIDE in expand() 264 expand (function_expander &e) const OVERRIDE in expand() 280 expand (function_expander &e) const OVERRIDE in expand() 293 expand (function_expander &e) const OVERRIDE in expand() 314 expand (function_expander &e) const OVERRIDE in expand() 335 expand (function_expander &e) const OVERRIDE in expand() [all …]
|
| H A D | aarch64-sve-builtins-functions.h | 47 call_properties (const function_instance &) const OVERRIDE in call_properties() 62 vectors_per_tuple () const OVERRIDE in vectors_per_tuple() 81 memory_scalar_type (const function_instance &fi) const OVERRIDE in memory_scalar_type() 87 memory_vector_mode (const function_instance &fi) const OVERRIDE in memory_vector_mode() 106 call_properties (const function_instance &) const OVERRIDE in call_properties() 112 memory_scalar_type (const function_instance &) const OVERRIDE in memory_scalar_type() 118 memory_vector_mode (const function_instance &fi) const OVERRIDE in memory_vector_mode() 148 call_properties (const function_instance &) const OVERRIDE in call_properties() 154 memory_scalar_type (const function_instance &fi) const OVERRIDE in memory_scalar_type() 166 memory_vector_mode (const function_instance &fi) const OVERRIDE in memory_vector_mode() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64-sve-builtins-shapes.cc | 457 explicit_type_suffix_p (unsigned int) const OVERRIDE in explicit_type_suffix_p() 463 resolve (function_resolver &) const OVERRIDE in resolve() 475 explicit_type_suffix_p (unsigned int i) const OVERRIDE in explicit_type_suffix_p() 487 resolve (function_resolver &r) const OVERRIDE in resolve() 506 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() 518 resolve (function_resolver &r) const OVERRIDE in resolve() 531 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() 543 resolve (function_resolver &r) const OVERRIDE in resolve() 563 build (function_builder &b, const function_group_info &group) const OVERRIDE in build() 570 resolve (function_resolver &r) const OVERRIDE in resolve() [all …]
|
| H A D | aarch64-sve-builtins-base.cc | 151 expand (function_expander &e) const OVERRIDE in expand() 182 expand (function_expander &e) const OVERRIDE in expand() 197 expand (function_expander &e) const OVERRIDE in expand() 214 expand (function_expander &e) const OVERRIDE in expand() 234 expand (function_expander &e) const OVERRIDE in expand() 264 expand (function_expander &e) const OVERRIDE in expand() 280 expand (function_expander &e) const OVERRIDE in expand() 293 expand (function_expander &e) const OVERRIDE in expand() 314 expand (function_expander &e) const OVERRIDE in expand() 335 expand (function_expander &e) const OVERRIDE in expand() [all …]
|
| H A D | aarch64-sve-builtins-functions.h | 47 call_properties (const function_instance &) const OVERRIDE in call_properties() 62 vectors_per_tuple () const OVERRIDE in vectors_per_tuple() 81 memory_scalar_type (const function_instance &fi) const OVERRIDE in memory_scalar_type() 87 memory_vector_mode (const function_instance &fi) const OVERRIDE in memory_vector_mode() 106 call_properties (const function_instance &) const OVERRIDE in call_properties() 112 memory_scalar_type (const function_instance &) const OVERRIDE in memory_scalar_type() 118 memory_vector_mode (const function_instance &fi) const OVERRIDE in memory_vector_mode() 148 call_properties (const function_instance &) const OVERRIDE in call_properties() 154 memory_scalar_type (const function_instance &fi) const OVERRIDE in memory_scalar_type() 166 memory_vector_mode (const function_instance &fi) const OVERRIDE in memory_vector_mode() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | region.h | 305 enum region_kind get_kind () const FINAL OVERRIDE { return RK_FRAME; } in get_kind() 306 const frame_region * dyn_cast_frame_region () const FINAL OVERRIDE in dyn_cast_frame_region() 310 void accept (visitor *v) const FINAL OVERRIDE; 311 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 370 enum region_kind get_kind () const FINAL OVERRIDE { return RK_GLOBALS; } 371 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 397 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 398 enum region_kind get_kind () const FINAL OVERRIDE { return RK_CODE; } 427 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 428 enum region_kind get_kind () const FINAL OVERRIDE { return RK_FUNCTION; } [all …]
|
| H A D | svalue.h | 232 enum svalue_kind get_kind () const FINAL OVERRIDE { return SK_REGION; } in get_kind() 234 dyn_cast_region_svalue () const FINAL OVERRIDE { return this; } in dyn_cast_region_svalue() 236 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 237 void accept (visitor *v) const FINAL OVERRIDE; 239 const region_model *) const FINAL OVERRIDE; 281 enum svalue_kind get_kind () const FINAL OVERRIDE { return SK_CONSTANT; } 283 dyn_cast_constant_svalue () const FINAL OVERRIDE { return this; } 285 void dump_to_pp (pretty_printer *pp, bool simple) const FINAL OVERRIDE; 286 void accept (visitor *v) const FINAL OVERRIDE; 288 const region_model *) const FINAL OVERRIDE; [all …]
|
| H A D | checker-path.h | 94 location_t get_location () const FINAL OVERRIDE { return m_loc; } in get_location() 95 tree get_fndecl () const FINAL OVERRIDE { return m_fndecl; } in get_fndecl() 96 int get_stack_depth () const FINAL OVERRIDE { return m_depth; } in get_stack_depth() 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; 226 bool is_function_entry_p () const FINAL OVERRIDE { return true; } in is_function_entry_p() 243 label_text get_desc (bool can_colorize) const FINAL OVERRIDE; [all …]
|
| H A D | sm-file.cc | 60 bool inherited_state_p () const FINAL OVERRIDE { return false; } in inherited_state_p() 63 get_default_state (const svalue *sval) const FINAL OVERRIDE in get_default_state() 75 const gimple *stmt) const FINAL OVERRIDE; 82 const svalue *rhs) const FINAL OVERRIDE; 84 bool can_purge_p (state_t s) const FINAL OVERRIDE; 85 pending_diagnostic *on_leak (tree var) const FINAL OVERRIDE; 114 bool subclass_equal_p (const pending_diagnostic &base_other) const OVERRIDE in subclass_equal_p() 120 OVERRIDE in describe_state_change() 158 const char *get_kind () const FINAL OVERRIDE { return "double_fclose"; } in get_kind() 160 int get_controlling_option () const FINAL OVERRIDE in get_controlling_option() [all …]
|
| H A D | sm-malloc.cc | 131 void dump_to_pp (pretty_printer *pp) const FINAL OVERRIDE; 246 bool contains_p (const deallocator *d) const FINAL OVERRIDE; 247 const deallocator *maybe_get_single () const FINAL OVERRIDE; 248 void dump_to_pp (pretty_printer *pp) const FINAL OVERRIDE; 262 bool contains_p (const deallocator *d) const FINAL OVERRIDE; 263 const deallocator *maybe_get_single () const FINAL OVERRIDE; 264 void dump_to_pp (pretty_printer *pp) const FINAL OVERRIDE; 346 bool inherited_state_p () const FINAL OVERRIDE { return false; } in inherited_state_p() 349 get_default_state (const svalue *sval) const FINAL OVERRIDE in get_default_state() 375 const gimple *stmt) const FINAL OVERRIDE; [all …]
|
| H A D | sm-taint.cc | 83 bool inherited_state_p () const FINAL OVERRIDE { return true; } in inherited_state_p() 88 const FINAL OVERRIDE; 92 const gimple *stmt) const FINAL OVERRIDE; 99 const svalue *rhs) const FINAL OVERRIDE; 101 bool can_purge_p (state_t s) const FINAL OVERRIDE; 141 bool subclass_equal_p (const pending_diagnostic &base_other) const OVERRIDE in subclass_equal_p() 149 FINAL OVERRIDE in describe_state_change() 186 const char *get_kind () const FINAL OVERRIDE { return "tainted_array_index"; } in get_kind() 188 int get_controlling_option () const FINAL OVERRIDE in get_controlling_option() 193 bool emit (rich_location *rich_loc) FINAL OVERRIDE in emit() [all …]
|
| H A D | region-model.h | 968 bool warn (pending_diagnostic *) OVERRIDE { return false; } in warn() 969 void add_note (pending_note *pn) OVERRIDE; 970 void on_svalue_leak (const svalue *) OVERRIDE {} in on_svalue_leak() 972 const region_model *) OVERRIDE {} in on_liveness_change() 973 logger *get_logger () OVERRIDE { return NULL; } in get_logger() 976 const svalue *rhs ATTRIBUTE_UNUSED) OVERRIDE in on_condition() 980 bool is_mutable ATTRIBUTE_UNUSED) OVERRIDE in on_unknown_change() 984 tree rhs ATTRIBUTE_UNUSED) OVERRIDE in on_phi() 987 void on_unexpected_tree_code (tree, const dump_location_t &) OVERRIDE {} in on_unexpected_tree_code() 989 void on_escaped_function (tree) OVERRIDE {} in on_escaped_function() [all …]
|
| H A D | sm-signal.cc | 78 bool inherited_state_p () const FINAL OVERRIDE { return false; } in inherited_state_p() 82 const gimple *stmt) const FINAL OVERRIDE; 84 bool can_purge_p (state_t s) const FINAL OVERRIDE; 109 const char *get_kind () const FINAL OVERRIDE { return "signal_unsafe_call"; } in get_kind() 116 int get_controlling_option () const FINAL OVERRIDE in get_controlling_option() 121 bool emit (rich_location *rich_loc) FINAL OVERRIDE in emit() 151 FINAL OVERRIDE in describe_state_change() 163 label_text describe_final_event (const evdesc::final_event &ev) FINAL OVERRIDE in describe_final_event() 216 void print (pretty_printer *pp) const FINAL OVERRIDE in print() 229 region_model_context *) const FINAL OVERRIDE in update_model() [all …]
|
| H A D | sm-sensitive.cc | 55 bool inherited_state_p () const FINAL OVERRIDE { return true; } in inherited_state_p() 59 const gimple *stmt) const FINAL OVERRIDE; 61 bool can_purge_p (state_t s) const FINAL OVERRIDE; 84 const char *get_kind () const FINAL OVERRIDE in get_kind() 94 int get_controlling_option () const FINAL OVERRIDE in get_controlling_option() 99 bool emit (rich_location *rich_loc) FINAL OVERRIDE in emit() 110 FINAL OVERRIDE in describe_state_change() 121 FINAL OVERRIDE in describe_call_with_state() 131 FINAL OVERRIDE in describe_return_of_state() 139 label_text describe_final_event (const evdesc::final_event &ev) FINAL OVERRIDE in describe_final_event()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | region-model.h | 542 svalue *clone () const FINAL OVERRIDE in clone() 545 enum svalue_kind get_kind () const FINAL OVERRIDE { return SK_REGION; } in get_kind() 550 FINAL OVERRIDE; 552 region_svalue *dyn_cast_region_svalue () FINAL OVERRIDE { return this; } in dyn_cast_region_svalue() 556 void remap_region_ids (const region_id_map &map) FINAL OVERRIDE; 564 void walk_for_canonicalization (canonicalization *c) const FINAL OVERRIDE; 570 void add_to_hash (inchash::hash &hstate) const FINAL OVERRIDE; 576 FINAL OVERRIDE; 607 svalue *clone () const FINAL OVERRIDE in clone() 610 enum svalue_kind get_kind () const FINAL OVERRIDE { return SK_CONSTANT; } in get_kind() [all …]
|
| H A D | sm-malloc.cc | 54 bool inherited_state_p () const FINAL OVERRIDE { return false; } in inherited_state_p() 58 const gimple *stmt) const FINAL OVERRIDE; 63 tree rhs) const FINAL OVERRIDE; 70 tree rhs) const FINAL OVERRIDE; 72 bool can_purge_p (state_t s) const FINAL OVERRIDE; 73 pending_diagnostic *on_leak (tree var) const FINAL OVERRIDE; 116 bool subclass_equal_p (const pending_diagnostic &base_other) const OVERRIDE in subclass_equal_p() 122 OVERRIDE in describe_state_change() 159 const char *get_kind () const FINAL OVERRIDE { return "double_free"; } in get_kind() 161 bool emit (rich_location *rich_loc) FINAL OVERRIDE in emit() [all …]
|
| H A D | checker-path.h | 87 location_t get_location () const FINAL OVERRIDE { return m_loc; } in get_location() 88 tree get_fndecl () const FINAL OVERRIDE { return m_fndecl; } in get_fndecl() 89 int get_stack_depth () const FINAL OVERRIDE { return m_depth; } in get_stack_depth() 129 label_text get_desc (bool) const FINAL OVERRIDE; 152 label_text get_desc (bool) const FINAL OVERRIDE; 167 label_text get_desc (bool) const FINAL OVERRIDE; 183 label_text get_desc (bool can_colorize) const FINAL OVERRIDE; 185 bool is_function_entry_p () const FINAL OVERRIDE { return true; } in is_function_entry_p() 202 label_text get_desc (bool can_colorize) const FINAL OVERRIDE; 276 label_text get_desc (bool can_colorize) const FINAL OVERRIDE; [all …]
|
| H A D | sm-file.cc | 53 bool inherited_state_p () const FINAL OVERRIDE { return false; } in inherited_state_p() 57 const gimple *stmt) const FINAL OVERRIDE; 64 tree rhs) const FINAL OVERRIDE; 66 bool can_purge_p (state_t s) const FINAL OVERRIDE; 67 pending_diagnostic *on_leak (tree var) const FINAL OVERRIDE; 99 bool subclass_equal_p (const pending_diagnostic &base_other) const OVERRIDE in subclass_equal_p() 105 OVERRIDE in describe_state_change() 133 const char *get_kind () const FINAL OVERRIDE { return "double_fclose"; } in get_kind() 135 bool emit (rich_location *rich_loc) FINAL OVERRIDE in emit() 143 OVERRIDE in describe_state_change() [all …]
|
| H A D | sm-signal.cc | 76 bool inherited_state_p () const FINAL OVERRIDE { return false; } in inherited_state_p() 80 const gimple *stmt) const FINAL OVERRIDE; 87 tree rhs) const FINAL OVERRIDE; 89 bool can_purge_p (state_t s) const FINAL OVERRIDE; 117 const char *get_kind () const FINAL OVERRIDE { return "signal_unsafe_call"; } in get_kind() 124 bool emit (rich_location *rich_loc) FINAL OVERRIDE in emit() 136 FINAL OVERRIDE in describe_state_change() 149 label_text describe_final_event (const evdesc::final_event &ev) FINAL OVERRIDE in describe_final_event() 188 void print (pretty_printer *pp) FINAL OVERRIDE in print() 194 const exploded_edge &eedge) FINAL OVERRIDE in update_model() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | json.h | 93 enum kind get_kind () const FINAL OVERRIDE { return JSON_OBJECT; } in get_kind() 94 void print (pretty_printer *pp) const FINAL OVERRIDE; 112 enum kind get_kind () const FINAL OVERRIDE { return JSON_ARRAY; } in get_kind() 113 void print (pretty_printer *pp) const FINAL OVERRIDE; 128 enum kind get_kind () const FINAL OVERRIDE { return JSON_FLOAT; } in get_kind() 129 void print (pretty_printer *pp) const FINAL OVERRIDE; 144 enum kind get_kind () const FINAL OVERRIDE { return JSON_INTEGER; } in get_kind() 145 void print (pretty_printer *pp) const FINAL OVERRIDE; 162 enum kind get_kind () const FINAL OVERRIDE { return JSON_STRING; } in get_kind() 163 void print (pretty_printer *pp) const FINAL OVERRIDE; [all …]
|
| H A D | gimple-ssa-evrp.cc | 71 tree value_of_expr (tree name, gimple *stmt) OVERRIDE in value_of_expr() 76 void pre_fold_bb (basic_block bb) OVERRIDE in pre_fold_bb() 83 void pre_fold_stmt (gimple *stmt) OVERRIDE in pre_fold_stmt() 93 bool fold_stmt (gimple_stmt_iterator *gsi) OVERRIDE in fold_stmt() 98 void post_fold_bb (basic_block bb) OVERRIDE in post_fold_bb() 103 void post_new_stmt (gimple *stmt) OVERRIDE in post_new_stmt() 160 bool fold_stmt (gimple_stmt_iterator *gsi) OVERRIDE in fold_stmt() 176 void pre_fold_stmt (gimple *stmt) OVERRIDE in pre_fold_stmt() 182 void pre_fold_bb (basic_block bb) OVERRIDE in pre_fold_bb() 188 void post_fold_bb (basic_block bb) OVERRIDE in post_fold_bb() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | json.h | 93 enum kind get_kind () const FINAL OVERRIDE { return JSON_OBJECT; } in get_kind() 94 void print (pretty_printer *pp) const FINAL OVERRIDE; 112 enum kind get_kind () const FINAL OVERRIDE { return JSON_ARRAY; } in get_kind() 113 void print (pretty_printer *pp) const FINAL OVERRIDE; 128 enum kind get_kind () const FINAL OVERRIDE { return JSON_FLOAT; } in get_kind() 129 void print (pretty_printer *pp) const FINAL OVERRIDE; 144 enum kind get_kind () const FINAL OVERRIDE { return JSON_INTEGER; } in get_kind() 145 void print (pretty_printer *pp) const FINAL OVERRIDE; 162 enum kind get_kind () const FINAL OVERRIDE { return JSON_STRING; } in get_kind() 163 void print (pretty_printer *pp) const FINAL OVERRIDE; [all …]
|