Lines Matching defs:const

70 extern const sc_bind_proxy SC_BIND_PROXY_NIL;
95 const char* gen_unique_name( const char* basename_, bool preserve_first );
97 virtual const char* kind() const
126 sc_module( const sc_module_name& nm ); /* for those used to old style */
128 /* DEPRECATED */ sc_module( const char* nm );
129 /* DEPRECATED */ sc_module( const std::string& nm );
149 const ::std::vector<sc_object*>& get_child_objects() const;
166 void async_reset_signal_is( const sc_in<bool>& port, bool level );
167 void async_reset_signal_is( const sc_inout<bool>& port, bool level );
168 void async_reset_signal_is( const sc_out<bool>& port, bool level );
169 void async_reset_signal_is( const sc_signal_in_if<bool>& iface, bool level);
170 void reset_signal_is( const sc_in<bool>& port, bool level );
171 void reset_signal_is( const sc_inout<bool>& port, bool level );
172 void reset_signal_is( const sc_out<bool>& port, bool level );
173 void reset_signal_is( const sc_signal_in_if<bool>& iface, bool level );
182 void wait( const sc_event& e )
185 void wait( const sc_event_or_list& el )
188 void wait( const sc_event_and_list& el )
191 void wait( const sc_time& t )
197 void wait( const sc_time& t, const sc_event& e )
200 void wait( double v, sc_time_unit tu, const sc_event& e )
204 void wait( const sc_time& t, const sc_event_or_list& el )
207 void wait( double v, sc_time_unit tu, const sc_event_or_list& el )
210 void wait( const sc_time& t, const sc_event_and_list& el )
213 void wait( double v, sc_time_unit tu, const sc_event_and_list& el )
225 void next_trigger( const sc_event& e )
228 void next_trigger( const sc_event_or_list& el )
231 void next_trigger( const sc_event_and_list& el )
234 void next_trigger( const sc_time& t )
241 void next_trigger( const sc_time& t, const sc_event& e )
244 void next_trigger( double v, sc_time_unit tu, const sc_event& e )
248 void next_trigger( const sc_time& t, const sc_event_or_list& el )
251 void next_trigger( double v, sc_time_unit tu, const sc_event_or_list& el )
255 void next_trigger( const sc_time& t, const sc_event_and_list& el )
258 void next_trigger( double v, sc_time_unit tu, const sc_event_and_list& el )
277 void at_posedge( const sc_signal_in_if<bool>& s )
280 void at_posedge( const sc_signal_in_if<sc_dt::sc_logic>& s )
283 void at_negedge( const sc_signal_in_if<bool>& s )
286 void at_negedge( const sc_signal_in_if<sc_dt::sc_logic>& s )
304 sc_module( const sc_module& );
305 const sc_module& operator = ( const sc_module& );
321 void operator () ( const sc_bind_proxy& p001,
322 const sc_bind_proxy& p002 = SC_BIND_PROXY_NIL,
323 const sc_bind_proxy& p003 = SC_BIND_PROXY_NIL,
324 const sc_bind_proxy& p004 = SC_BIND_PROXY_NIL,
325 const sc_bind_proxy& p005 = SC_BIND_PROXY_NIL,
326 const sc_bind_proxy& p006 = SC_BIND_PROXY_NIL,
327 const sc_bind_proxy& p007 = SC_BIND_PROXY_NIL,
328 const sc_bind_proxy& p008 = SC_BIND_PROXY_NIL,
329 const sc_bind_proxy& p009 = SC_BIND_PROXY_NIL,
330 const sc_bind_proxy& p010 = SC_BIND_PROXY_NIL,
331 const sc_bind_proxy& p011 = SC_BIND_PROXY_NIL,
332 const sc_bind_proxy& p012 = SC_BIND_PROXY_NIL,
333 const sc_bind_proxy& p013 = SC_BIND_PROXY_NIL,
334 const sc_bind_proxy& p014 = SC_BIND_PROXY_NIL,
335 const sc_bind_proxy& p015 = SC_BIND_PROXY_NIL,
336 const sc_bind_proxy& p016 = SC_BIND_PROXY_NIL,
337 const sc_bind_proxy& p017 = SC_BIND_PROXY_NIL,
338 const sc_bind_proxy& p018 = SC_BIND_PROXY_NIL,
339 const sc_bind_proxy& p019 = SC_BIND_PROXY_NIL,
340 const sc_bind_proxy& p020 = SC_BIND_PROXY_NIL,
341 const sc_bind_proxy& p021 = SC_BIND_PROXY_NIL,
342 const sc_bind_proxy& p022 = SC_BIND_PROXY_NIL,
343 const sc_bind_proxy& p023 = SC_BIND_PROXY_NIL,
344 const sc_bind_proxy& p024 = SC_BIND_PROXY_NIL,
345 const sc_bind_proxy& p025 = SC_BIND_PROXY_NIL,
346 const sc_bind_proxy& p026 = SC_BIND_PROXY_NIL,
347 const sc_bind_proxy& p027 = SC_BIND_PROXY_NIL,
348 const sc_bind_proxy& p028 = SC_BIND_PROXY_NIL,
349 const sc_bind_proxy& p029 = SC_BIND_PROXY_NIL,
350 const sc_bind_proxy& p030 = SC_BIND_PROXY_NIL,
351 const sc_bind_proxy& p031 = SC_BIND_PROXY_NIL,
352 const sc_bind_proxy& p032 = SC_BIND_PROXY_NIL,
353 const sc_bind_proxy& p033 = SC_BIND_PROXY_NIL,
354 const sc_bind_proxy& p034 = SC_BIND_PROXY_NIL,
355 const sc_bind_proxy& p035 = SC_BIND_PROXY_NIL,
356 const sc_bind_proxy& p036 = SC_BIND_PROXY_NIL,
357 const sc_bind_proxy& p037 = SC_BIND_PROXY_NIL,
358 const sc_bind_proxy& p038 = SC_BIND_PROXY_NIL,
359 const sc_bind_proxy& p039 = SC_BIND_PROXY_NIL,
360 const sc_bind_proxy& p040 = SC_BIND_PROXY_NIL,
361 const sc_bind_proxy& p041 = SC_BIND_PROXY_NIL,
362 const sc_bind_proxy& p042 = SC_BIND_PROXY_NIL,
363 const sc_bind_proxy& p043 = SC_BIND_PROXY_NIL,
364 const sc_bind_proxy& p044 = SC_BIND_PROXY_NIL,
365 const sc_bind_proxy& p045 = SC_BIND_PROXY_NIL,
366 const sc_bind_proxy& p046 = SC_BIND_PROXY_NIL,
367 const sc_bind_proxy& p047 = SC_BIND_PROXY_NIL,
368 const sc_bind_proxy& p048 = SC_BIND_PROXY_NIL,
369 const sc_bind_proxy& p049 = SC_BIND_PROXY_NIL,
370 const sc_bind_proxy& p050 = SC_BIND_PROXY_NIL,
371 const sc_bind_proxy& p051 = SC_BIND_PROXY_NIL,
372 const sc_bind_proxy& p052 = SC_BIND_PROXY_NIL,
373 const sc_bind_proxy& p053 = SC_BIND_PROXY_NIL,
374 const sc_bind_proxy& p054 = SC_BIND_PROXY_NIL,
375 const sc_bind_proxy& p055 = SC_BIND_PROXY_NIL,
376 const sc_bind_proxy& p056 = SC_BIND_PROXY_NIL,
377 const sc_bind_proxy& p057 = SC_BIND_PROXY_NIL,
378 const sc_bind_proxy& p058 = SC_BIND_PROXY_NIL,
379 const sc_bind_proxy& p059 = SC_BIND_PROXY_NIL,
380 const sc_bind_proxy& p060 = SC_BIND_PROXY_NIL,
381 const sc_bind_proxy& p061 = SC_BIND_PROXY_NIL,
382 const sc_bind_proxy& p062 = SC_BIND_PROXY_NIL,
383 const sc_bind_proxy& p063 = SC_BIND_PROXY_NIL,
384 const sc_bind_proxy& p064 = SC_BIND_PROXY_NIL );