Searched refs:U_W_VAL (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | dissect.h | 15 #define U_W_VAL 0x08 macro 18 #define U_W_PTR (U_W_VAL << U_SHIFT)
|
D | dissect.c | 29 #define U_MASK (U_R_VAL | U_W_VAL | U_R_AOF) 112 else if (mode != U_W_VAL) in fix_mode() 390 mode |= U_W_VAL | U_R_VAL; in do_expression() 418 mode |= U_W_VAL | U_R_VAL; in do_expression() 439 if (mode & (U_W_VAL << U_SHIFT)) in do_expression() 522 do_asm_xputs(U_W_VAL, stmt->asm_outputs); in do_statement() 591 m_type = report_member(U_W_VAL, &m_expr->pos, m_type, in do_initializer() 598 m_type = report_member(U_W_VAL, &m_expr->pos, m_type, in do_initializer() 603 report_implicit(U_W_VAL, &m_expr->pos, m_type); in do_initializer() 625 reporter->r_symbol(U_W_VAL, &sym->pos, sym); in do_symbol()
|
D | semind.c | 232 U_R_VAL, U_W_VAL, U_R_VAL | U_W_VAL, in set_search_modmask()
|