Searched refs:bad_ctype (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | dissect.c | 85 return wptr || type == &bad_ctype in u_lval() 127 sym.ctype.base_type = &bad_ctype; in no_member() 174 sym->ctype.base_type = &bad_ctype; in expr_symbol() 249 return &bad_ctype; in base_type() 255 ?: &bad_ctype; in base_type() 359 : &bad_ctype; in do_expression() 415 : &bad_ctype; in do_expression()
|
H A D | symbol.h | 275 incomplete_ctype, label_ctype, bad_ctype, 337 return ctype && ctype != &bad_ctype; in valid_type()
|
H A D | symbol.c | 501 sym->ctype.base_type = &bad_ctype; in examine_symbol_type() 698 incomplete_ctype, label_ctype, bad_ctype, variable 754 { &bad_ctype, SYM_BASETYPE, 0, NULL, NULL, NULL },
|
H A D | parse.c | 765 ctx->ctype.base_type = &bad_ctype; in struct_union_enum_specifier() 958 if (base_type != &bad_ctype) { in parse_enum_declaration() 977 if (!base_type || ctype == &bad_ctype) { in parse_enum_declaration() 991 base_type = &bad_ctype; in parse_enum_declaration() 992 } else if (base_type != &bad_ctype) { in parse_enum_declaration() 994 base_type = &bad_ctype; in parse_enum_declaration() 1011 base_type = &bad_ctype; in parse_enum_declaration() 1028 base_type = &bad_ctype; in parse_enum_declaration() 1070 typeof_sym = &bad_ctype; in typeof_specifier()
|
H A D | expand.c | 1015 if (!expr->ctype || expr->ctype == &bad_ctype) in expand_expression() 1143 if (!expr || !expr->ctype || expr->ctype == &bad_ctype) in expand_if_statement()
|
H A D | builtin.c | 294 expr->ctype = &bad_ctype; in evaluate_overflow_gen()
|
H A D | smatch_type.c | 816 {&bad_ctype, "bad"},
|
H A D | show-parse.c | 260 { &bad_ctype, "bad type", "" },
|
H A D | evaluate.c | 384 type = &bad_ctype; in classify_type() 432 return expr->ctype = &bad_ctype; in bad_expr_type() 1756 return &bad_ctype; in degenerate()
|
H A D | lib.c | 226 expr->ctype = &bad_ctype; in expression_error()
|