Home
last modified time | relevance | path

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

/dports/graphics/opencv/.build/3rdparty/ade/ade-0.1.1f/sources/tests/ade/
H A Dcheck_cycles_pass.cpp43 ASSERT_THROW(CheckCycles()(context), CycleFound); in TEST()
63 ASSERT_THROW(CheckCycles()(context), CycleFound); in TEST()
84 ASSERT_THROW(CheckCycles()(context), CycleFound); in TEST()
/dports/graphics/opencv/.build/3rdparty/ade/ade-0.1.1f/sources/ade/source/
H A Dcheck_cycles.cpp43 throw_error(CycleFound()); in visit()
68 const char* CycleFound::what() const noexcept in what()
/dports/graphics/opencv/.build/3rdparty/ade/ade-0.1.1f/sources/ade/include/ade/passes/
H A Dcheck_cycles.hpp22 class CycleFound : public std::exception class
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_util.cpp155 struct CycleFound {}; struct
166 throw CycleFound(); in back_edge()
202 } catch (const CycleFound &) { in isAcyclic()
218 } catch (const CycleFound &) { in hasReachableCycle()
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dlimex_compile.cpp1631 struct CycleFound {}; in cannotDie() struct
1638 throw CycleFound(); in cannotDie()
1668 } catch (const CycleFound &) { in cannotDie()