Lines Matching defs:const

48 const char* sc_gen_unique_name( const char*, bool preserve_first );
230 virtual sc_throw_it_helper* clone() const = 0;
241 sc_throw_it( const EXCEPT& value ) : m_value(value) { }
243 virtual inline this_type* clone() const { return new this_type(m_value); }
288 friend const char* sc_gen_unique_name( const char*, bool preserve_first );
329 sc_process_b( const char* name_p, bool is_thread, bool free_host,
331 const sc_spawn_options* opt_p );
339 bool dont_initialize() const { return m_dont_init; }
341 std::string dump_state() const;
342 const ::std::vector<sc_object*>& get_child_objects() const;
343 inline sc_curr_proc_kind proc_kind() const;
352 void add_static_event( const sc_event& );
353 bool dynamic() const { return m_dynamic_proc; }
354 const char* gen_unique_name( const char* basename_, bool preserve_first );
356 inline bool is_disabled() const;
357 inline bool is_runnable() const;
367 inline bool timed_out() const;
368 void report_error( const char* msgid, const char* msg = "" ) const;
369 void report_immediate_self_notification() const;
378 inline bool is_unwinding() const;
390 virtual void throw_user( const sc_throw_it_helper& helper,
393 virtual bool terminated() const;
407 const char* file;
416 const sc_event* m_event_p; // Dynamic event waiting on.
418 const sc_event_list* m_event_list_p; // event list waiting on.
435 std::vector<const sc_event*> m_static_events; // static events waiting on.
477 inline const ::std::vector<sc_object*>&
478 sc_process_b::get_child_objects() const
506 inline bool sc_process_b::is_disabled() const
517 inline bool sc_process_b::is_runnable() const
527 inline bool sc_process_b::is_unwinding() const
590 inline sc_curr_proc_kind sc_process_b::proc_kind() const
680 inline bool sc_process_b::terminated() const
691 inline bool sc_process_b::timed_out() const