Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse.c79 static int check_bb_context(struct entrypoint *ep, struct basic_block *bb, int entry, int exit);
93 if (check_bb_context(ep, child, entry, exit)) in check_children()
99 static int check_bb_context(struct entrypoint *ep, struct basic_block *bb, int entry, int exit) in check_bb_context() function
275 check_bb_context(ep, ep->entry->bb, in_context, out_context); in check_context()