Home
last modified time | relevance | path

Searched refs:void_ctype (Results 1 – 12 of 12) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dbuiltin.c641 { "__atomic_clear", &void_ctype, 0, { &volatile_bool_ptr_ctype, &int_ctype }},
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 },
657 { "__atomic_signal_fence", &void_ctype, 0, { &int_ctype }},
658 { "__atomic_store", &void_ctype, 0, { vol_ptr, &ptr_ctype, &int_ctype }, .op = &atomic_op },
659 { "__atomic_store_n", &void_ctype, 0, { vol_ptr, &dyntype, &int_ctype }, .op = &atomic_op },
662 { "__atomic_thread_fence", &void_ctype, 0, { &int_ctype }},
670 { "__builtin_abort", &void_ctype, 0 },
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-bfin.c14 { "__builtin_bfin_csync", &void_ctype, 0 },
15 { "__builtin_bfin_ssync", &void_ctype, 0 },
Dsymbol.c819 struct symbol bool_ctype, void_ctype, type_ctype, variable
890 { &void_ctype, T_BASETYPE },
926 { &ptr_ctype, T_PTR(&void_ctype) },
927 { &null_ctype, T_PTR(&void_ctype) },
928 { &label_ctype, T_PTR(&void_ctype) },
929 { &lazy_ptr_ctype, T_PTR(&void_ctype) },
938 { &size_t_ptr_ctype, T_PTR(&void_ctype) }, // will be adjusted
939 { &intmax_ptr_ctype, T_PTR(&void_ctype) }, // will be adjusted
940 { &ptrdiff_ptr_ctype, T_PTR(&void_ctype) }, // will be adjusted
945 { &const_void_ctype, T_CONST(&void_ctype, NULL, NULL) },
[all …]
Dscheck.c34 { "__assume", &void_ctype, 0, { &dyntype }, .op = &generic_int_op },
35 { "__assert", &void_ctype, 0, { &bool_ctype }, .op = &generic_int_op },
36 { "__assert_eq", &void_ctype, 0, { &dyntype, &dyntype }, .op = &generic_int_op },
37 { "__assert_const", &void_ctype, 0, { &dyntype, &dyntype }, .op = &generic_int_op },
Dtarget-nios2.c33 { "__builtin_wrctl", &void_ctype, 0, { &int_ctype, &int_ctype }},
Dtarget-x86.c44 { "__builtin_ia32_pause", &void_ctype, 0, },
Dsymbol.h292 extern struct symbol bool_ctype, void_ctype, type_ctype,
469 return type == &void_ctype; in is_void_type()
Devaluate.c1097 if (lbase == &void_ctype) { in evaluate_compare()
1101 if (rbase == &void_ctype) { in evaluate_compare()
1226 if (lbase == &void_ctype) { in evaluate_conditional_expression()
1232 if (rbase == &void_ctype) { in evaluate_conditional_expression()
1372 if (t1 == &void_ctype) in whitelist_pointers()
1374 if (t2 == &void_ctype) in whitelist_pointers()
3014 if (ttype == &void_ctype) in evaluate_cast()
3102 if (ttype->ctype.base_type == &void_ctype) { in evaluate_cast()
3124 if (ttype == &void_ctype || stype == &void_ctype) in evaluate_cast()
3588 if (!rettype || rettype == &void_ctype) { in evaluate_return_expression()
[all …]
Ddissect.c499 struct symbol *ret = &void_ctype; in do_statement()
Dparse.c496 N("void", &spec_op, .type = &void_ctype),
932 ctype = &void_ctype; in parse_enum_declaration()
2575 if (sym->ctype.base_type == &void_ctype) { in parameter_type_list()
2977 } else if (base_type == &void_ctype && !(decl->ctype.modifiers & MOD_EXTERN)) { in external_declaration()
Dshow-parse.c260 { &void_ctype, "void", "" },
Dlinearize.c1265 if (s->ctype.base_type == &void_ctype) in get_mtype()
1534 if (expr->ctype != &void_ctype) in linearize_call_expression()