Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dlimex_compile.cpp1618 bool cannotDie(const build_info &args, const set<NFAVertex> &tops) { in cannotDie() function
1678 bool cannotDie(const build_info &args) { in cannotDie() function
1689 return cannotDie(args, verts); in cannotDie()
2341 if (cannotDie(args)) { in generateNfa()