Home
last modified time | relevance | path

Searched refs:s_def_pos (Results 1 – 6 of 6) sorted by relevance

/netbsd/usr.bin/xlint/lint1/
H A Demit1.c162 outint(tag->s_def_pos.p_line); in outtt()
164 outint(get_filename_id(tag->s_def_pos.p_file)); in outtt()
166 outint(tag->s_def_pos.p_uniq); in outtt()
198 outint(get_filename_id(sym->s_def_pos.p_file)); in outsym()
200 outint(sym->s_def_pos.p_line); in outsym()
H A Ddecl.c1628 tag->s_def_pos = unique_curr_pos(); in make_tag_type()
1892 message_at(300, &rdsym->s_def_pos); in check_old_style_definition()
1984 dsym->s_def_pos = rdsym->s_def_pos; in declare_extern()
1988 dsym->s_def_pos = rdsym->s_def_pos; in declare_extern()
1990 dsym->s_def_pos = rdsym->s_def_pos; in declare_extern()
2904 warning_at(192, &sym->s_def_pos, in check_variable_usage()
2914 warning_at(192, &sym->s_def_pos, in check_variable_usage()
2976 warning_at(233, &sym->s_def_pos, sym->s_name); in check_tag_usage()
2980 warning_at(234, &sym->s_def_pos, sym->s_name); in check_tag_usage()
3024 curr_pos = sym->s_def_pos; in check_global_variable_size()
[all …]
H A Ddebug.c363 if (sym->s_def_pos.p_file != NULL) in debug_sym()
365 sym->s_def_pos.p_file, sym->s_def_pos.p_line); in debug_sym()
H A Dfunc.c284 dcs->d_func_def_pos = fsym->s_def_pos; in begin_function()
314 fsym->s_def_pos = rdsym->s_def_pos; in begin_function()
H A Dlint1.h236 pos_t s_def_pos; /* position of last (prototype) definition, member
H A Dlex.c1356 sym->s_def_pos = unique_curr_pos(); in getsym()
1487 nsym->s_def_pos = unique_curr_pos(); in pushdown()