Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_states.c752 struct named_stree *named_stree; in free_goto_stack() local
754 FOR_EACH_PTR(goto_stack, named_stree) { in free_goto_stack()
755 free_stree(&named_stree->stree); in free_goto_stack()
756 } END_FOR_EACH_PTR(named_stree); in free_goto_stack()
1205 struct named_stree *named_stree = __alloc_named_stree(0); in alloc_named_stree() local
1207 named_stree->name = (char *)name; in alloc_named_stree()
1208 named_stree->stree = stree; in alloc_named_stree()
1209 named_stree->sym = sym; in alloc_named_stree()
1210 return named_stree; in alloc_named_stree()
1223 struct named_stree *named_stree; in __save_gotos() local
[all …]
H A Dsmatch_slist.h8 struct named_stree { struct
13 DECLARE_ALLOCATOR(named_stree); argument
14 DECLARE_PTR_LIST(named_stree_stack, struct named_stree);
H A Dsmatch_slist.c27 ALLOCATOR(named_stree, "named slist");
1072 struct named_stree *tmp; in get_named_stree()