Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Ddissect.c86 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()
Dsymbol.c264 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 },
Dsymbol.h301 incomplete_ctype, label_ctype, bad_ctype,
367 return ctype && ctype != &bad_ctype; in valid_type()
Dparse.c761 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()
Dbuiltin.c368 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()
Dlib.c221 expr->ctype = &bad_ctype; in expression_error()
Dexpand.c1088 if (!expr->ctype || expr->ctype == &bad_ctype) in expand_expression()
1218 if (!expr || !expr->ctype || expr->ctype == &bad_ctype) in expand_if_statement()
Dshow-parse.c270 { &bad_ctype, "bad type", "" },
Devaluate.c413 return expr->ctype = &bad_ctype; in bad_expr_type()
1760 return &bad_ctype; in degenerate()
3176 if (fn->ctype == &bad_ctype) in evaluate_call()