Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Ddissect.c85 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 Dsymbol.h275 incomplete_ctype, label_ctype, bad_ctype,
337 return ctype && ctype != &bad_ctype; in valid_type()
H A Dsymbol.c501 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 Dparse.c765 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 Dexpand.c1015 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 Dsmatch_type.c816 {&bad_ctype, "bad"},
H A Dbuiltin.c294 expr->ctype = &bad_ctype; in evaluate_overflow_gen()
H A Dshow-parse.c260 { &bad_ctype, "bad type", "" },
H A Dlib.c226 expr->ctype = &bad_ctype; in expression_error()
H A Devaluate.c384 type = &bad_ctype; in classify_type()
432 return expr->ctype = &bad_ctype; in bad_expr_type()
1756 return &bad_ctype; in degenerate()