HomeSort by: relevance | last modified time | path
    Searched refs:is_incomplete (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/xlint/lint1/
externs1.h 221 bool is_incomplete(const type_t *);
tree.c 1453 if (is_incomplete(tp))
1661 if (is_incomplete(ln->tn_type)) {
1779 if (is_incomplete(ln->tn_type)) {
3913 if (is_incomplete(nstp) || is_incomplete(ostp))
3985 !is_incomplete(ostp) && alignment(ostp) > 1 &&
4428 if (is_incomplete(tp)) {
4436 if (is_incomplete(tp)) {
4467 if (is_incomplete(tp)) {
4669 if (is_struct_or_union(at) && is_incomplete(arg->tn_type))
    [all...]
decl.c 170 is_incomplete(const type_t *tp) function
825 if (is_incomplete(tp) && name != NULL)
831 if (tp->t_tspec == ENUM && is_incomplete(tp) && name != NULL)
1638 (decl && !is_incomplete(tag->s_type))) {
3036 if (!is_incomplete(sym->s_type))
func.c 232 is_incomplete(fsym->s_type->t_subt)) {

Completed in 19 milliseconds