Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_no_if_block.c28 if (stmt->if_true->type == STMT_COMPOUND) in match_if_stmt()
32 if (stmt->pos.pos != stmt->if_true->pos.pos) in match_if_stmt()
H A Dcheck_indenting.c48 if (__prev_stmt->if_true->type == STMT_COMPOUND) in missing_curly_braces()
50 inside_pos = __prev_stmt->if_true->pos.pos; in missing_curly_braces()
H A Dparse.h65 struct statement *if_true; member
H A Dinline.c370 struct statement *valt = stmt->if_true; in copy_one_statement()
377 stmt->if_true == valt && in copy_one_statement()
382 stmt->if_true = valt; in copy_one_statement()
H A Dast-inspect.c56 ast_append_child(node, "if_true:", stmt->if_true, inspect_statement); in inspect_statement()
H A Dsmatch_flow.c1110 stmt_set_parent_stmt(stmt->if_true, stmt); in __split_stmt()
1115 __split_stmt(stmt->if_true); in __split_stmt()
1123 __split_stmt(stmt->if_true); in __split_stmt()
1124 if (empty_statement(stmt->if_true) && in __split_stmt()
1126 !get_macro_name(stmt->if_true->pos)) in __split_stmt()
H A Dlinearize.h308 …sic_block *bb, struct instruction *br, struct instruction *phi, pseudo_t if_true, pseudo_t if_fals…
H A Dshow-parse.c623 struct statement *s = stmt->if_true; in show_statement()
633 show_statement(stmt->if_true); in show_statement()
H A Dexpand.c1153 simple = expr->value ? stmt->if_true : stmt->if_false; in expand_if_statement()
1165 expand_statement(stmt->if_true); in expand_if_statement()
H A Ddissect.c506 do_statement(U_VOID, stmt->if_true); in do_statement()
H A Dlinearize.c702 …lock *bb, struct instruction *br, struct instruction *phi_node, pseudo_t if_true, pseudo_t if_fals… in insert_select() argument
721 use_pseudo(select, if_true, &select->src2); in insert_select()
2423 linearize_statement(ep, stmt->if_true); in linearize_statement()
H A Dcompile-i386.c1495 x86_statement(stmt->if_true); in emit_if_conditional()
H A Dparse.c2419 token = statement(token, &stmt->if_true); in parse_if_statement()
H A Devaluate.c3484 evaluate_statement(stmt->if_true); in evaluate_if_statement()