Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/sta/include/sta/
H A DExceptionPath.hh137 class FalsePath : public ExceptionPath class
140 FalsePath(ExceptionFrom *from,
146 FalsePath(ExceptionFrom *from,
166 DISALLOW_COPY_AND_ASSIGN(FalsePath);
171 class LoopPath : public FalsePath
H A DSdcClass.hh36 class FalsePath;
/dports/cad/openroad/OpenROAD-2.0/src/sta/sdc/
H A DExceptionPath.cc624 FalsePath::FalsePath(ExceptionFrom *from, in FalsePath() function in sta::FalsePath
636 FalsePath::FalsePath(ExceptionFrom *from, in FalsePath() function in sta::FalsePath
648 FalsePath::clone(ExceptionFrom *from, in clone()
653 return new FalsePath(from, thrus, to, min_max_, own_pts, comment_); in clone()
657 FalsePath::typePriority() const in typePriority()
663 FalsePath::tighterThan(ExceptionPath *) const in tighterThan()
669 FalsePath::typeString() const in typeString()
675 FalsePath::mergeable(ExceptionPath *exception) const in mergeable()
682 FalsePath::overrides(ExceptionPath *exception) const in overrides()
691 FalsePath(nullptr, thrus, nullptr, MinMaxAll::all(), own_pts, in LoopPath()
H A DSdc.cc3973 FalsePath *exception = new FalsePath(from, thrus, to, min_max, true, in makeFalsePath()
4284 FalsePath *exception = new LoopPath(thrus, true); in makeLoopPath()