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

  /src/external/gpl3/binutils/dist/libctf/
ctf-create.c 1147 int is_incomplete = 0; local
1214 is_incomplete = 1;
1243 if (is_incomplete)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-create.c 1147 int is_incomplete = 0; local
1214 is_incomplete = 1;
1243 if (is_incomplete)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-create.c 1144 int is_incomplete = 0; local
1211 is_incomplete = 1;
1240 if (is_incomplete)
  /src/external/gpl3/gdb/dist/libctf/
ctf-create.c 1147 int is_incomplete = 0; local
1214 is_incomplete = 1;
1243 if (is_incomplete)
  /src/usr.bin/xlint/lint1/
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)
1634 (decl && !is_incomplete(tag->s_type))) {
3034 if (!is_incomplete(sym->s_type))

Completed in 25 milliseconds