Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DPostOrderIteratorTest.cpp20 typedef SmallPtrSet<void *, 4> ExtSetTy; in TEST() typedef
26 ExtSetTy Ext; in TEST()
27 po_iterator_storage<ExtSetTy, true> PISExt(Ext); in TEST()