Home
last modified time | relevance | path

Searched refs:_remove_fanin (Results 1 – 3 of 3) sorted by relevance

/dports/cad/opentimer/OpenTimer-18d28ff/ot/timer/
H A Dpin.hpp186 void _remove_fanin(Arc&);
H A Dpin.cpp213 void Pin::_remove_fanin(Arc& arc) { in _remove_fanin() function in ot::Pin
H A Dtimer.cpp651 arc._to._remove_fanin(arc); in _remove_arc()