Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_conditions.c400 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 Dcheck_stack.c53 max_lineno = get_lineno(); in match_declarations()
H A Dcheck_implicit_dependencies_tester.c45 printf("%s:%d %s() ", get_filename(), get_lineno(), get_function()); in prefix()
H A Dcheck_unused_ret.c128 assign->line = get_lineno(); in match_assign_call()
H A Dcheck_double_checking.c234 return get_lineno(); in get_check_line()
H A Dcheck_implicit_dependencies.c26 printf("%s:%d %s() ", get_filename(), get_lineno(), get_function()); in prefix()
H A Dsmatch_slist.c199 sm_state->line = get_lineno(); in alloc_sm_state()
503 get_filename(), get_lineno(), get_function(), in merge_sm_states()
H A Dsmatch_db.c136 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 Dsmatch.h215 int get_lineno(void);
262 sm_printf("%s: %s:%d %s() ", progname, get_filename(), get_lineno(), get_function()); in sm_prefix()
H A Dsmatch_flow.c63 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 Dsmatch_implied.c646 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 Dsmatch.common_functions14 get_lineno
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c723 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 };