Home
last modified time | relevance | path

Searched refs:d_asm (Results 1 – 5 of 5) sorted by relevance

/netbsd/usr.bin/xlint/lint1/
H A Dfunc.c385 check_usage_sym(dcs->d_asm, arg); in end_function()
1109 dcs->d_asm = false; in global_clean_up_decl()
H A Dlint1.h388 bool d_asm:1; /* set if d_ctx == AUTO and asm() present */ member
H A Ddebug.c444 debug_word(dl->d_asm, "asm"); in debug_decl_level()
H A Ddecl.c587 dl->d_asm = true; in dcs_set_asm()
2856 check_usage_sym(dl->d_asm, sym); in check_usage()
H A Dtree.c4497 if (dl->d_asm) in is_asm_around()