HomeSort by: relevance | last modified time | path
    Searched refs:OVERRIDE (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h 444 void replay_into (replayer *) FINAL OVERRIDE {}
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; }
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
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
json.h 93 enum kind get_kind () const FINAL OVERRIDE { return JSON_OBJECT; }
94 void print (pretty_printer *pp) const FINAL OVERRIDE;
112 enum kind get_kind () const FINAL OVERRIDE { return JSON_ARRAY; }
113 void print (pretty_printer *pp) const FINAL OVERRIDE;
128 enum kind get_kind () const FINAL OVERRIDE { return JSON_FLOAT; }
129 void print (pretty_printer *pp) const FINAL OVERRIDE;
144 enum kind get_kind () const FINAL OVERRIDE { return JSON_INTEGER; }
145 void print (pretty_printer *pp) const FINAL OVERRIDE;
162 enum kind get_kind () const FINAL OVERRIDE { return JSON_STRING; }
163 void print (pretty_printer *pp) const FINAL OVERRIDE;
    [all...]
diagnostic-path.h 109 location_t get_location () const FINAL OVERRIDE { return m_loc; }
110 tree get_fndecl () const FINAL OVERRIDE { return m_fndecl; }
111 int get_stack_depth () const FINAL OVERRIDE { return m_depth; }
112 label_text get_desc (bool) const FINAL OVERRIDE
133 unsigned num_events () const FINAL OVERRIDE;
134 const diagnostic_event & get_event (int idx) const FINAL OVERRIDE;
gimple-range.h 51 virtual bool range_of_stmt (irange &r, gimple *, tree name = NULL) OVERRIDE;
52 virtual bool range_of_expr (irange &r, tree name, gimple * = NULL) OVERRIDE;
53 virtual bool range_on_edge (irange &r, edge e, tree name) OVERRIDE;
58 virtual void dump (FILE *f) OVERRIDE;
gimple-ssa-evrp.cc 71 tree value_of_expr (tree name, gimple *stmt) OVERRIDE
76 void pre_fold_bb (basic_block bb) OVERRIDE
83 void pre_fold_stmt (gimple *stmt) OVERRIDE
93 bool fold_stmt (gimple_stmt_iterator *gsi) OVERRIDE
98 void post_fold_bb (basic_block bb) OVERRIDE
103 void post_new_stmt (gimple *stmt) OVERRIDE
160 bool fold_stmt (gimple_stmt_iterator *gsi) OVERRIDE
176 void pre_fold_stmt (gimple *stmt) OVERRIDE
182 void pre_fold_bb (basic_block bb) OVERRIDE
188 void post_fold_bb (basic_block bb) OVERRIDE
    [all...]
vr-values.h 112 virtual bool range_of_expr (irange &r, tree expr, gimple *stmt) OVERRIDE;
113 virtual tree value_of_expr (tree, gimple * = NULL) OVERRIDE;
114 virtual tree value_on_edge (edge, tree) OVERRIDE;
115 virtual tree value_of_stmt (gimple *, tree = NULL_TREE) OVERRIDE;
117 gimple * = NULL) OVERRIDE;
127 virtual void dump (FILE *) OVERRIDE;
gcc-rich-location.h 116 label_text get_text (unsigned /*range_idx*/) const FINAL OVERRIDE
162 label_text get_text (unsigned range_idx) const OVERRIDE;
181 label_text get_text (unsigned range_idx) const FINAL OVERRIDE;
value-query.h 35 // use of more specific information, it can override the other queries.
67 // more specific information, then it can override the other queries.
82 virtual tree value_of_expr (tree expr, gimple * = NULL) OVERRIDE;
83 virtual tree value_on_edge (edge, tree expr) OVERRIDE;
84 virtual tree value_of_stmt (gimple *, tree name = NULL) OVERRIDE;
126 bool range_of_expr (irange &r, tree expr, gimple * = NULL) OVERRIDE;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
call-info.h 33 void print (pretty_printer *pp) const FINAL OVERRIDE;
35 const exploded_edge &eedge) const FINAL OVERRIDE;
61 label_text get_desc (bool can_colorize) const FINAL OVERRIDE;
75 label_text get_desc (bool can_colorize) const FINAL OVERRIDE;
sm-pattern-test.cc 61 bool inherited_state_p () const FINAL OVERRIDE { return false; }
65 const gimple *stmt) const FINAL OVERRIDE;
72 const svalue *rhs) const FINAL OVERRIDE;
74 bool can_purge_p (state_t s) const FINAL OVERRIDE;
83 const char *get_kind () const FINAL OVERRIDE { return "pattern_match"; }
92 int get_controlling_option () const FINAL OVERRIDE
97 bool emit (rich_location *rich_loc) FINAL OVERRIDE
analyzer-pass.cc 69 bool gate (function *) FINAL OVERRIDE;
70 unsigned int execute (function *) FINAL OVERRIDE;
sm-file.cc 60 bool inherited_state_p () const FINAL OVERRIDE { return false; }
63 get_default_state (const svalue *sval) const FINAL OVERRIDE
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
120 OVERRIDE
158 const char *get_kind () const FINAL OVERRIDE { return "double_fclose"; }
160 int get_controlling_option () const FINAL OVERRIDE
    [all...]
svalue.h 232 enum svalue_kind get_kind () const FINAL OVERRIDE { return SK_REGION; }
234 dyn_cast_region_svalue () const FINAL OVERRIDE { return this; }
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...]
region.h 305 enum region_kind get_kind () const FINAL OVERRIDE { return RK_FRAME; }
306 const frame_region * dyn_cast_frame_region () const FINAL OVERRIDE
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...]
sm-sensitive.cc 55 bool inherited_state_p () const FINAL OVERRIDE { return true; }
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
94 int get_controlling_option () const FINAL OVERRIDE
99 bool emit (rich_location *rich_loc) FINAL OVERRIDE
110 FINAL OVERRIDE
121 FINAL OVERRIDE
131 FINAL OVERRIDE
139 label_text describe_final_event (const evdesc::final_event &ev) FINAL OVERRIDE
    [all...]
checker-path.h 94 location_t get_location () const FINAL OVERRIDE { return m_loc; }
95 tree get_fndecl () const FINAL OVERRIDE { return m_fndecl; }
96 int get_stack_depth () const FINAL OVERRIDE { return m_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; }
243 label_text get_desc (bool can_colorize) const FINAL OVERRIDE;
    [all...]
sm-signal.cc 78 bool inherited_state_p () const FINAL OVERRIDE { return false; }
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"; }
116 int get_controlling_option () const FINAL OVERRIDE
121 bool emit (rich_location *rich_loc) FINAL OVERRIDE
151 FINAL OVERRIDE
163 label_text describe_final_event (const evdesc::final_event &ev) FINAL OVERRIDE
216 void print (pretty_printer *pp) const FINAL OVERRIDE
229 region_model_context *) const FINAL OVERRIDE
    [all...]
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; }
349 get_default_state (const svalue *sval) const FINAL OVERRIDE
375 const gimple *stmt) const FINAL OVERRIDE;
    [all...]
region-model.h 968 bool warn (pending_diagnostic *) OVERRIDE { return false; }
969 void add_note (pending_note *pn) OVERRIDE;
970 void on_svalue_leak (const svalue *) OVERRIDE {}
972 const region_model *) OVERRIDE {}
973 logger *get_logger () OVERRIDE { return NULL; }
976 const svalue *rhs ATTRIBUTE_UNUSED) OVERRIDE
980 bool is_mutable ATTRIBUTE_UNUSED) OVERRIDE
984 tree rhs ATTRIBUTE_UNUSED) OVERRIDE
987 void on_unexpected_tree_code (tree, const dump_location_t &) OVERRIDE {}
989 void on_escaped_function (tree) OVERRIDE {}
    [all...]
trimmed-graph.h 64 const dump_args_t &args) const FINAL OVERRIDE;
80 const dump_args_t &args) const FINAL OVERRIDE;
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-shapes.cc 457 explicit_type_suffix_p (unsigned int) const OVERRIDE
463 resolve (function_resolver &) const OVERRIDE
475 explicit_type_suffix_p (unsigned int i) const OVERRIDE
487 resolve (function_resolver &r) const OVERRIDE
506 build (function_builder &b, const function_group_info &group) const OVERRIDE
518 resolve (function_resolver &r) const OVERRIDE
531 build (function_builder &b, const function_group_info &group) const OVERRIDE
543 resolve (function_resolver &r) const OVERRIDE
563 build (function_builder &b, const function_group_info &group) const OVERRIDE
570 resolve (function_resolver &r) const OVERRIDE
    [all...]
aarch64-sve-builtins-base.cc 151 expand (function_expander &e) const OVERRIDE
182 expand (function_expander &e) const OVERRIDE
197 expand (function_expander &e) const OVERRIDE
214 expand (function_expander &e) const OVERRIDE
234 expand (function_expander &e) const OVERRIDE
264 expand (function_expander &e) const OVERRIDE
280 expand (function_expander &e) const OVERRIDE
293 expand (function_expander &e) const OVERRIDE
314 expand (function_expander &e) const OVERRIDE
335 expand (function_expander &e) const OVERRIDE
    [all...]
aarch64-sve-builtins-functions.h 47 call_properties (const function_instance &) const OVERRIDE
62 vectors_per_tuple () const OVERRIDE
81 memory_scalar_type (const function_instance &fi) const OVERRIDE
87 memory_vector_mode (const function_instance &fi) const OVERRIDE
106 call_properties (const function_instance &) const OVERRIDE
112 memory_scalar_type (const function_instance &) const OVERRIDE
118 memory_vector_mode (const function_instance &fi) const OVERRIDE
148 call_properties (const function_instance &) const OVERRIDE
154 memory_scalar_type (const function_instance &fi) const OVERRIDE
166 memory_vector_mode (const function_instance &fi) const OVERRIDE
    [all...]
aarch64-sve-builtins-sve2.cc 85 expand (function_expander &e) const OVERRIDE
97 expand (function_expander &e) const OVERRIDE
110 expand (function_expander &e) const OVERRIDE
123 call_properties (const function_instance &) const OVERRIDE
129 expand (function_expander &e) const OVERRIDE
145 expand (function_expander &e) const OVERRIDE
165 expand (function_expander &e) const OVERRIDE
188 expand (function_expander &e) const OVERRIDE
200 expand (function_expander &e) const OVERRIDE
216 expand (function_expander &e) const OVERRIDE
    [all...]
  /src/external/gpl3/gcc.old/dist/include/
ansidecl.h 365 /* C++11 adds the ability to add "override" after an implementation of a
367 (A) document that this is an override of a virtual function
372 may subsequently override the vfunc.
374 Provide OVERRIDE and FINAL as macros, allowing us to get these benefits
382 /* C++11 claims to be available: use it. Final/override were only
385 # define OVERRIDE
388 # define OVERRIDE override
393 # define OVERRIDE
397 # define OVERRIDE
    [all...]

Completed in 38 milliseconds

1 2 3