Home
last modified time | relevance | path

Searched refs:ptr_ctype (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dbuiltin.c495 } else if (t == &ptr_ctype) { in eval_atomic_common()
636 #define va_list_ctype &ptr_ctype
642 …{ "__atomic_compare_exchange", &bool_ctype, 0, { vol_ptr, &ptr_ctype, &ptr_ctype, &bool_ctype, &in…
643 …{ "__atomic_compare_exchange_n", &bool_ctype, 0, { vol_ptr, &ptr_ctype, &dyntype, &bool_ctype, &in…
644 …{ "__atomic_exchange", &void_ctype, 0, { vol_ptr, &ptr_ctype, &ptr_ctype, &int_ctype }, .op = &ato…
653 { "__atomic_load", &void_ctype, 0, { vol_ptr, &ptr_ctype, &int_ctype }, .op = &atomic_op },
658 { "__atomic_store", &void_ctype, 0, { vol_ptr, &ptr_ctype, &int_ctype }, .op = &atomic_op },
674 { "__builtin_alloca", &ptr_ctype, 0, { size_t_ctype }},
676 { "__builtin_bcopy", &void_ctype, 0, { &const_ptr_ctype, &ptr_ctype, size_t_ctype }},
680 { "__builtin_bzero", &void_ctype, 0, { &ptr_ctype, size_t_ctype }},
[all …]
Dtarget-mips.c9 predefine("__mips", 1, "%d", ptr_ctype.bit_size); in predefine_mips()
12 predefine("_MIPS_SZPTR", 1, "%d", ptr_ctype.bit_size); in predefine_mips()
Dtarget-riscv.c110 predefine("__riscv_xlen", 1, "%d", ptr_ctype.bit_size); in predefine_riscv()
Dpredefine.c172 predefined_ctype("POINTER", &ptr_ctype, PTYPE_SIZEOF); in predefined_macros()
Devaluate.c594 ctype = &ptr_ctype; in evaluate_ptr_add()
991 expr->ctype = &ptr_ctype; in evaluate_comma()
1192 *cond = cast_to(*cond, &ptr_ctype); in evaluate_conditional_expression()
1193 expr->cond_false = cast_to(expr->cond_false, &ptr_ctype); in evaluate_conditional_expression()
1194 ctype = &ptr_ctype; in evaluate_conditional_expression()
2353 *p = cast_to(expr, &ptr_ctype); in evaluate_arguments()
3457 expr->ctype = &ptr_ctype; in evaluate_expression()
3459 return &ptr_ctype; in evaluate_expression()
3908 stmt->expression = cast_to(stmt->expression, &ptr_ctype); in evaluate_statement()
Dsymbol.c827 string_ctype, ptr_ctype, lazy_ptr_ctype, variable
926 { &ptr_ctype, T_PTR(&void_ctype) },
Dsymbol.h300 string_ctype, ptr_ctype, lazy_ptr_ctype,
Dsparse-llvm.c638 lhs = value_to_pvalue(fn, &ptr_ctype, lhs); in output_op_compare()
639 rhs = value_to_pvalue(fn, &ptr_ctype, rhs); in output_op_compare()
Dparse.c509 N("__builtin_va_list", &spec_op, .type = &ptr_ctype),
510 N("__builtin_ms_va_list",&spec_op, .type = &ptr_ctype),