Searched refs:get_lineno (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_conditions.c | 400 sm_msg("%d in split_conditions (%s)", get_lineno(), cond); in split_conditions() 501 sm_debug("%d in __split_whole_condition\n", get_lineno()); in __split_whole_condition() 513 sm_debug("%d done __split_whole_condition\n", get_lineno()); in __split_whole_condition() 518 sm_debug("%d in __handle_logic\n", get_lineno()); in __handle_logic() 532 sm_debug("%d done __handle_logic\n", get_lineno()); in __handle_logic() 565 sm_debug("%d in __handle_condition_assigns\n", get_lineno()); in __handle_condition_assigns() 609 sm_debug("%d done __handle_condition_assigns\n", get_lineno()); in __handle_condition_assigns() 637 sm_debug("%d in __handle_ternary_assigns\n", get_lineno()); in __handle_select_assigns() 676 sm_debug("%d done __handle_ternary_assigns\n", get_lineno()); in __handle_select_assigns()
|
H A D | check_stack.c | 53 max_lineno = get_lineno(); in match_declarations()
|
H A D | check_implicit_dependencies_tester.c | 45 printf("%s:%d %s() ", get_filename(), get_lineno(), get_function()); in prefix()
|
H A D | check_unused_ret.c | 128 assign->line = get_lineno(); in match_assign_call()
|
H A D | check_double_checking.c | 234 return get_lineno(); in get_check_line()
|
H A D | check_implicit_dependencies.c | 26 printf("%s:%d %s() ", get_filename(), get_lineno(), get_function()); in prefix()
|
H A D | smatch_slist.c | 199 sm_state->line = get_lineno(); in alloc_sm_state() 503 get_filename(), get_lineno(), get_function(), in merge_sm_states()
|
H A D | smatch_db.c | 136 sm_ierror("%s:%d SQL error #2: %s\n", get_filename(), get_lineno(), err); in sql_exec() 137 sm_ierror("%s:%d SQL: '%s'\n", get_filename(), get_lineno(), sql); in sql_exec() 398 tag, get_filename(), get_function(), get_lineno(), in sql_insert_mtag_about()
|
H A D | smatch_flow.c | 63 int get_lineno(void) { return __smatch_lineno; } in get_lineno() function 737 if (stmt->pos.line == get_lineno()) in last_stmt_on_same_line()
|
H A D | smatch.h | 215 int get_lineno(void); 262 sm_printf("%s: %s:%d %s() ", progname, get_filename(), get_lineno(), get_function()); in sm_prefix()
|
H A D | smatch_implied.c | 646 DIMPLIED("%d '%s' from line %d is not merged.\n", get_lineno(), sm->name, sm->line); in separate_and_filter()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | smatch.common_functions | 14 get_lineno
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | init.c | 723 static char* get_lineno(register Namval_t* np, Namfun_t *fp) in get_lineno() function 973 static const Namdisc_t LINENO_disc = { sizeof(Namfun_t), put_lineno, get_lineno, nget_lineno };
|