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 1389 if (is_incomplete(tp))
1597 if (is_incomplete(ln->tn_type)) {
1715 if (is_incomplete(ln->tn_type)) {
3851 if (is_incomplete(nstp) || is_incomplete(ostp))
3923 !is_incomplete(ostp) && alignment(ostp) > 1 &&
4366 if (is_incomplete(tp)) {
4374 if (is_incomplete(tp)) {
4405 if (is_incomplete(tp)) {
4607 if (is_struct_or_union(at) && is_incomplete(arg->tn_type))
    [all...]
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))
func.c 232 is_incomplete(fsym->s_type->t_subt)) {

Completed in 17 milliseconds