Home
last modified time | relevance | path

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

/external/valgrind/auxprogs/
DDotToScc.hs98 where depthFirst = snd . deDepthFirstSearch outs (utSetEmpty, [])
99 spanning = snd . deSpanningSearch ins (utSetEmpty, [])
170 utSetEmpty :: (Ord a) => Set a
172 utSetEmpty = MkSet [] function
269 utSetUnionList setList = foldl utSetUnion utSetEmpty setList