sc_time.cc (12923:8a77b84341de) sc_time.cc (12925:a745745a930b)
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 34 unchanged lines hidden (view full) ---

43 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
44}
45
46sc_time::sc_time(const sc_time &)
47{
48 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
49}
50
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 34 unchanged lines hidden (view full) ---

43 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
44}
45
46sc_time::sc_time(const sc_time &)
47{
48 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
49}
50
51sc_time::sc_time(double, bool)
52{
53 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
54}
55
56sc_time::sc_time(sc_dt::uint64, bool)
57{
58 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
59}
60
51sc_time &
52sc_time::operator = (const sc_time &)
53{
54 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
55 return *this;
56}
57
58sc_dt::uint64

--- 208 unchanged lines hidden ---
61sc_time &
62sc_time::operator = (const sc_time &)
63{
64 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
65 return *this;
66}
67
68sc_dt::uint64

--- 208 unchanged lines hidden ---