Home
last modified time | relevance | path

Searched defs:bb_false (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.c739 …ch(struct entrypoint *ep, pseudo_t cond, struct basic_block *bb_true, struct basic_block *bb_false) in add_branch()
1654 struct basic_block *bb_false; in linearize_short_conditional() local
1683 struct basic_block *bb_true, *bb_false, *merge; in linearize_conditional() local
1777 …entrypoint *ep, struct expression *expr, struct basic_block *bb_true, struct basic_block *bb_false) in linearize_cond_branch()
1813 …entrypoint *ep, struct expression *expr, struct basic_block *bb_true, struct basic_block *bb_false) in linearize_logical_branch()
2446 struct basic_block *bb_true, *bb_false, *endif; in linearize_statement() local
Dlinearize.h104 struct basic_block *bb_true, *bb_false; member