Home
last modified time | relevance | path

Searched refs:null_ctype (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.c699 null_ctype; variable
787 { &null_ctype, SYM_PTR, 0, &bits_in_pointer, &pointer_alignment, &void_ctype },
H A Devaluate.c308 if (old->ctype != &null_ctype && is_same_type(old, type)) in cast_to()
614 if (ctype == &null_ctype) in evaluate_ptr_add()
1011 if (expr->ctype == &null_ctype) in evaluate_comma()
1038 if (e->ctype == &null_ctype) in is_null_pointer_constant()
2349 if (expr->ctype == &null_ctype) in evaluate_arguments()
3047 expr->ctype = &null_ctype; in evaluate_cast()
3690 if (stmt->expression->ctype == &null_ctype) in evaluate_statement()
H A Dsymbol.h276 null_ctype;
H A Dsmatch_type.c817 {&null_ctype, "null"},