Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/sta/sdc/
H A DSdc.cc4632 ExceptionFrom *from_cpy = from->clone(); in expandExceptionExcluding() local
4633 from_cpy->deleteObjects(excluding->from()); in expandExceptionExcluding()
4634 if (from_cpy->hasObjects()) { in expandExceptionExcluding()
4641 ExceptionPath *expand = exception->clone(from_cpy,thrus_cpy,to_cpy,true); in expandExceptionExcluding()
4645 delete from_cpy; in expandExceptionExcluding()
4657 ExceptionFrom *from_cpy = nullptr; in expandExceptionExcluding() local
4659 from_cpy = from->clone(); in expandExceptionExcluding()
4674 ExceptionPath *expand = exception->clone(from_cpy, thrus_cpy, to_cpy, in expandExceptionExcluding()
4686 ExceptionFrom *from_cpy = nullptr; in expandExceptionExcluding() local
4688 from_cpy = from->clone(); in expandExceptionExcluding()
[all …]