Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dast-inspect.c30 [STMT_RETURN] = "STMT_RETURN", in statement_type_name()
82 case STMT_RETURN: in inspect_statement()
H A Dparse.h36 STMT_RETURN, enumerator
H A Dcheck_spectre.c59 if (stmt && stmt->type == STMT_RETURN) in is_read()
H A Dcheck_unreachable.c162 case STMT_RETURN: /* gcc complains if you don't have a return statement */ in unreachable_stmt()
H A Dsmatch_return_to_param.c209 expr_get_parent_stmt(expr)->type == STMT_RETURN) { in __add_return_to_param_mapping()
H A Dcheck_nospec.c139 if (__cur_stmt && __cur_stmt->type == STMT_RETURN) in is_return_statement()
H A Dcheck_kernel.c304 if (!stmt || stmt->type != STMT_RETURN) in find_module_init_exit()
H A Dinline.c386 case STMT_RETURN: { in copy_one_statement()
H A Ddissect.c480 break; case STMT_RETURN: in do_statement()
H A Dshow-parse.c588 case STMT_RETURN: in show_statement()
H A Dexpand.c1217 case STMT_RETURN: in expand_statement()
H A Dsmatch_flow.c1092 case STMT_RETURN: in __split_stmt()
H A Dcompile-i386.c1998 case STMT_RETURN: in x86_statement()
H A Dlinearize.c2343 case STMT_RETURN: in linearize_statement()
H A Dparse.c2324 stmt->type = STMT_RETURN; in parse_return_statement()
H A Devaluate.c3684 case STMT_RETURN: in evaluate_statement()