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

  /src/usr.bin/xlint/lint1/
decl.c 170 is_incomplete(const type_t *tp) function in typeref:typename:bool
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))
decl.c 170 is_incomplete(const type_t *tp) function in typeref:typename:bool
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))

Completed in 112 milliseconds