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

1 2

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer-pass.cc 69 bool gate (function *) FINAL OVERRIDE;
70 unsigned int execute (function *) FINAL OVERRIDE;
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
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...]
trimmed-graph.h 64 const dump_args_t &args) const FINAL OVERRIDE;
80 const dump_args_t &args) const FINAL OVERRIDE;
feasible-graph.h 94 const dump_args_t &args) const FINAL OVERRIDE;
126 const dump_args_t &args) const FINAL OVERRIDE;
138 const dump_args_t &args) const 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...]
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...]
state-purge.h 239 const FINAL OVERRIDE;
243 const FINAL OVERRIDE;
sm-taint.cc 83 bool inherited_state_p () const FINAL OVERRIDE { return true; }
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
149 FINAL OVERRIDE
186 const char *get_kind () const FINAL OVERRIDE { return "tainted_array_index"; }
188 int get_controlling_option () const FINAL OVERRIDE
193 bool emit (rich_location *rich_loc) 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...]
  /src/external/gpl3/gcc.old/dist/gcc/
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;
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;
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;
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;
gimple-range-cache.h 144 virtual void dump (FILE *f) OVERRIDE;
gimple-range-fold.h 146 virtual bool get_operand (irange &r, tree expr) OVERRIDE;
147 virtual bool get_phi_operand (irange &r, tree expr, edge e) OVERRIDE;
148 virtual relation_kind query_relation (tree op1, tree op2) OVERRIDE;
161 tree op2) OVERRIDE;
163 tree op2) OVERRIDE;
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;
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...]
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...]
gimple-array-bounds.cc 764 edge before_dom_children (basic_block) FINAL OVERRIDE;
tree-ssa-copy.cc 74 enum ssa_prop_result visit_stmt (gimple *, edge *, tree *) FINAL OVERRIDE;
75 enum ssa_prop_result visit_phi (gphi *) FINAL OVERRIDE;
495 tree value_of_expr (tree name, gimple *) FINAL OVERRIDE;
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.h 47 facilities provided here. A derived pretty-printer can override
54 pretty_printer *clone () const OVERRIDE;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cxx-pretty-print.h 37 pretty_printer *clone () const OVERRIDE;
  /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 31 milliseconds

1 2