HomeSort by: relevance | last modified time | path
    Searched refs:FINAL (Results 1 - 25 of 57) 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 OVERRID
    [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;
gcc-rich-location.h 116 label_text get_text (unsigned /*range_idx*/) const FINAL OVERRIDE
181 label_text get_text (unsigned range_idx) const FINAL 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;
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 OVERRID
    [all...]
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;
158 const char *get_kind () const FINAL OVERRIDE { return "double_fclose"; }
160 int get_controlling_option () const FINAL OVERRIDE
165 bool emit (rich_location *rich_loc) FINAL OVERRIDE
183 label_text describe_final_event (const evdesc::final_event &ev) FINAL OVERRID
    [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 OVERRID
    [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...]
trimmed-graph.h 64 const dump_args_t &args) const FINAL OVERRIDE;
80 const dump_args_t &args) 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;
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
223 label_text describe_final_event (const evdesc::final_event &ev) FINAL OVERRID
    [all...]
supergraph.h 392 FINAL OVERRIDE;
394 callgraph_superedge *dyn_cast_callgraph_superedge () FINAL OVERRIDE
399 FINAL OVERRIDE
442 call_superedge *dyn_cast_call_superedge () FINAL OVERRIDE
446 const call_superedge *dyn_cast_call_superedge () const FINAL OVERRIDE
478 return_superedge *dyn_cast_return_superedge () FINAL OVERRIDE { return this; }
479 const return_superedge *dyn_cast_return_superedge () const FINAL OVERRIDE
513 cfg_superedge *dyn_cast_cfg_superedge () FINAL OVERRIDE { return this; }
514 const cfg_superedge *dyn_cast_cfg_superedge () const FINAL OVERRIDE { return this; }
550 FINAL OVERRID
    [all...]
exploded-graph.h 50 bool warn (pending_diagnostic *d) FINAL OVERRIDE;
51 void add_note (pending_note *pn) FINAL OVERRIDE;
54 const region_model *model) FINAL OVERRIDE;
55 logger *get_logger () FINAL OVERRIDE
66 const svalue *rhs) FINAL OVERRIDE;
68 void on_unknown_change (const svalue *sval, bool is_mutable) FINAL OVERRIDE;
70 void on_phi (const gphi *phi, tree rhs) FINAL OVERRIDE;
73 const dump_location_t &loc) FINAL OVERRIDE;
75 void on_escaped_function (tree fndecl) FINAL OVERRIDE;
77 uncertainty_t *get_uncertainty () FINAL OVERRIDE
    [all...]
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;
pending-diagnostic.h 267 /* Precision-of-wording vfunc for describing the final event within a
331 FINAL OVERRIDE
374 FINAL OVERRIDE
region-model-impl-calls.cc 621 region_model_context *ctxt) const FINAL OVERRIDE
647 label_text get_desc (bool can_colorize) const FINAL OVERRIDE
656 region_model_context *ctxt) const FINAL OVERRIDE
699 label_text get_desc (bool can_colorize) const FINAL OVERRIDE
707 region_model_context *ctxt) const FINAL OVERRIDE
800 label_text get_desc (bool can_colorize) const FINAL OVERRIDE
814 region_model_context *ctxt) const FINAL OVERRIDE
  /src/external/gpl3/gcc.old/dist/include/
ansidecl.h 371 Similarly, it allows us to add a "final" to indicate that no subclass
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
386 # define FINAL
389 # define FINAL final
394 # define FINAL __final
398 # define FINAL
403 # define FINAL
  /src/lib/libcrypt/
md5crypt.c 33 #define FINAL(v, x) MD5Final((v), (x))
44 unsigned char final[16]; local
82 FINAL(final, &ctx1);
85 UPDATE(&ctx, final, (unsigned int)(pl > 16 ? 16 : pl));
88 memset(final, 0, sizeof(final));
93 UPDATE(&ctx, final, 1);
102 FINAL(final, &ctx)
    [all...]
  /src/usr.sbin/npf/npfctl/
npf_scan.l 152 final return FINAL;
153 quick return FINAL;
  /src/games/battlestar/
command2.c 141 position != FINAL) {
165 } else if (position == FINAL)
363 position = FINAL;

Completed in 58 milliseconds

1 2 3