Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_double_checking.c93 if (!parent->if_false) in is_obvious_else()
95 if (parent->if_false != get_cur_stmt()) in is_obvious_else()
H A Dparse.h66 struct statement *if_false; member
H A Dinline.c371 struct statement *valf = stmt->if_false; in copy_one_statement()
378 stmt->if_false == valf) in copy_one_statement()
383 stmt->if_false = valf; in copy_one_statement()
H A Dast-inspect.c57 ast_append_child(node, "if_false:", stmt->if_false, inspect_statement); in inspect_statement()
H A Dshow-parse.c625 s = stmt->if_false; in show_statement()
634 if (stmt->if_false) { in show_statement()
639 show_statement(stmt->if_false); in show_statement()
H A Dlinearize.h308 …c_block *bb, struct instruction *br, struct instruction *phi, pseudo_t if_true, pseudo_t if_false);
H A Dsmatch_flow.c1111 stmt_set_parent_stmt(stmt->if_false, stmt); in __split_stmt()
1119 __split_stmt(stmt->if_false); in __split_stmt()
1130 __split_stmt(stmt->if_false); in __split_stmt()
H A Dexpand.c1153 simple = expr->value ? stmt->if_true : stmt->if_false; in expand_if_statement()
1166 expand_statement(stmt->if_false); in expand_if_statement()
H A Ddissect.c507 do_statement(U_VOID, stmt->if_false); in do_statement()
H A Dlinearize.c702 …ock *bb, struct instruction *br, struct instruction *phi_node, pseudo_t if_true, pseudo_t if_false) in insert_select() argument
722 use_pseudo(select, if_false, &select->src3); in insert_select()
2425 if (stmt->if_false) { in linearize_statement()
2429 linearize_statement(ep, stmt->if_false); in linearize_statement()
H A Dcompile-i386.c1498 if (stmt->if_false) { in emit_if_conditional()
1500 x86_statement(stmt->if_false); in emit_if_conditional()
H A Dparse.c2424 return statement(token->next, &stmt->if_false); in parse_if_statement()
H A Devaluate.c3485 evaluate_statement(stmt->if_false); in evaluate_if_statement()