Searched refs:check_bb_context (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | sparse.c | 79 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 264 check_bb_context(ep, ep->entry->bb, in_context, out_context); in check_context()
|