HomeSort by: relevance | last modified time | path
    Searched defs:state_purge_per_decl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
state-purge.h 83 typedef ordered_hash_map<tree, state_purge_per_decl *> decl_map_t;
103 const state_purge_per_decl *get_any_data_for_decl (tree decl) const
108 if (state_purge_per_decl **slot
115 state_purge_per_decl &
134 /* Base class for state_purge_per_ssa_name and state_purge_per_decl. */
193 class state_purge_per_decl : public state_purge_per_tree class in namespace:ana
196 state_purge_per_decl (const state_purge_map &map,
state-purge.cc 151 state_purge_per_decl &data
167 state_purge_per_decl &
202 a state_purge_per_decl as appropriate. */
259 state_purge_per_decl *per_decl_data = (*iter).second;
274 /* Get the state_purge_per_decl for local DECL within FUN, creating it
277 state_purge_per_decl &
280 if (state_purge_per_decl **slot
283 state_purge_per_decl *result = new state_purge_per_decl (*this, decl, fun);
678 /* class state_purge_per_decl : public state_purge_per_tree. *
682 state_purge_per_decl::state_purge_per_decl (const state_purge_map &map, function in class:state_purge_per_decl
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
state-purge.h 83 typedef ordered_hash_map<tree, state_purge_per_decl *> decl_map_t;
103 const state_purge_per_decl *get_any_data_for_decl (tree decl) const
108 if (state_purge_per_decl **slot
115 state_purge_per_decl &get_or_create_data_for_decl (function *fun, tree decl);
133 /* Base class for state_purge_per_ssa_name and state_purge_per_decl. */
192 class state_purge_per_decl : public state_purge_per_tree class in namespace:ana
195 state_purge_per_decl (const state_purge_map &map,
state-purge.cc 158 state_purge_per_decl &data
174 state_purge_per_decl &
209 a state_purge_per_decl as appropriate. */
263 state_purge_per_decl *per_decl_data = (*iter).second;
278 /* Get the state_purge_per_decl for local DECL within FUN, creating it
281 state_purge_per_decl &
284 if (state_purge_per_decl **slot
287 state_purge_per_decl *result = new state_purge_per_decl (*this, decl, fun);
673 /* class state_purge_per_decl : public state_purge_per_tree. *
677 state_purge_per_decl::state_purge_per_decl (const state_purge_map &map, function in class:state_purge_per_decl
    [all...]

Completed in 27 milliseconds