Home
last modified time | relevance | path

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

/system/core/libmemunreachable/
DTarjan.h57 using SCC = allocator::vector<Node<T>*>; variable
60 using SCCList = allocator::vector<SCC<T>>;
113 SCC<T> component{components_.get_allocator()}; in Tarjan()