Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsset.c14 struct sset *sset_init(unsigned int first, unsigned int last) in sset_init() function
H A Dsset.h23 extern struct sset *sset_init(unsigned int size, unsigned int off);
H A Dssa.c391 processed = sset_init(first, last); in ssa_convert()