Searched refs:bad_ctype (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | dissect.c | 86 return wptr || type == &bad_ctype in u_lval() 160 sym->ctype.base_type = &bad_ctype; in expr_symbol() 260 return &bad_ctype; in base_type() 266 ?: &bad_ctype; in base_type() 303 .ctype.base_type = &bad_ctype, in lookup_member() 387 : &bad_ctype; in do_expression() 443 : &bad_ctype; in do_expression()
|
D | symbol.c | 264 type = &bad_ctype; in examine_base_type() 550 base = &bad_ctype; in examine_typeof() 828 incomplete_ctype, label_ctype, bad_ctype, variable 894 { &bad_ctype, T_BASETYPE },
|
D | symbol.h | 301 incomplete_ctype, label_ctype, bad_ctype, 367 return ctype && ctype != &bad_ctype; in valid_type()
|
D | parse.c | 761 ctx->ctype.base_type = &bad_ctype; in struct_union_enum_specifier() 957 if (base_type != &bad_ctype) { in parse_enum_declaration() 976 if (!base_type || ctype == &bad_ctype) { in parse_enum_declaration() 990 base_type = &bad_ctype; in parse_enum_declaration() 991 } else if (base_type != &bad_ctype) { in parse_enum_declaration() 993 base_type = &bad_ctype; in parse_enum_declaration() 1010 base_type = &bad_ctype; in parse_enum_declaration() 1027 base_type = &bad_ctype; in parse_enum_declaration() 1069 typeof_sym = &bad_ctype; in typeof_specifier() 3029 decl->ctype.base_type = &bad_ctype; in external_declaration()
|
D | builtin.c | 368 expr->ctype = &bad_ctype; in evaluate_overflow_gen() 446 expr->ctype = &bad_ctype; in evaluate_generic_int_op() 510 expr->ctype = &bad_ctype; in eval_atomic_common()
|
D | lib.c | 221 expr->ctype = &bad_ctype; in expression_error()
|
D | expand.c | 1088 if (!expr->ctype || expr->ctype == &bad_ctype) in expand_expression() 1218 if (!expr || !expr->ctype || expr->ctype == &bad_ctype) in expand_if_statement()
|
D | show-parse.c | 270 { &bad_ctype, "bad type", "" },
|
D | evaluate.c | 413 return expr->ctype = &bad_ctype; in bad_expr_type() 1760 return &bad_ctype; in degenerate() 3176 if (fn->ctype == &bad_ctype) in evaluate_call()
|