Home
last modified time | relevance | path

Searched refs:tainted_array_index (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm-taint.cc93 class tainted_array_index class
94 : public pending_diagnostic_subclass<tainted_array_index>
97 tainted_array_index (const taint_state_machine &sm, tree arg, in tainted_array_index() function in ana::__anon992f80cd0111::tainted_array_index
103 bool operator== (const tainted_array_index &other) const in operator ==()
244 new tainted_array_index (*this, arg, in on_stmt()
251 new tainted_array_index (*this, arg, in on_stmt()
259 new tainted_array_index (*this, arg, in on_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-taint.cc178 class tainted_array_index : public taint_diagnostic class
181 tainted_array_index (const taint_state_machine &sm, tree arg, in tainted_array_index() function in ana::__anon5cb86e200111::tainted_array_index
1066 ctxt->warn (new tainted_array_index (taint_sm, arg, b)); in check_region_for_taint()
H A DChangeLog559 * sm-taint.cc (tainted_array_index::get_controlling_option): New.
560 (tainted_array_index::emit): Use it.
1240 (class tainted_array_index): Convert to subclass of taint_diagnostic.
1241 (tainted_array_index::emit): Add CWE-129. Reword warning to use
1243 (tainted_array_index::describe_state_change): Move to
1245 (tainted_array_index::describe_final_event): Reword to use
6821 * sm-taint.cc (tainted_array_index::emit): Likewise.
7192 * sm-taint.cc (tainted_array_index::operator==): Likewise.