Home | History | Annotate | Download | only in analyzer

Lines Matching defs:allocation_state

83 /* An enum for discriminating between different kinds of allocation_state.  */
120 struct allocation_state : public state_machine::state
122 allocation_state (const char *name, unsigned id,
133 const allocation_state *get_nonnull () const;
336 typedef allocation_state custom_data_t;
620 Everything should be an allocation_state apart from the start state. */
622 static const allocation_state *
627 return static_cast <const allocation_state *> (state);
633 static const allocation_state *
637 return static_cast <const allocation_state *> (state);
645 if (const allocation_state *astate = dyn_cast_allocation_state (state))
1419 /* struct allocation_state : public state_machine::state. */
1422 for allocation_state: append the API that this allocation is
1426 allocation_state::dump_to_pp (pretty_printer *pp) const
1437 /* Given a allocation_state for a deallocator_set, get the "nonnull" state
1440 const allocation_state *
1441 allocation_state::get_nonnull () const
1478 return add_custom_state (new allocation_state (name, alloc_state_id (),
1722 const allocation_state *astate
1775 const allocation_state *astate = as_a_allocation_state (state);
1788 const allocation_state *astate = as_a_allocation_state (state);
1866 const allocation_state *astate = as_a_allocation_state (state);
1920 const allocation_state *astate = as_a_allocation_state (state);
1995 const allocation_state *astate = as_a_allocation_state (s);