Searched refs:incompl (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dinit.c146 if (initsym->s_type->t_tspec == ARRAY && incompl(initsym->s_type))
290 if (incompl(istk->i_type) && istk->i_nxt->i_nxt != NULL) {
297 istk->i_nolimit = incompl(istk->i_type);
309 if (incompl(istk->i_type)) {
H A Dexterns1.h140 extern int incompl(type_t *);
H A Ddecl.c169 incompl(type_t *tp) function
784 if (incompl(tp) && name != NULL) {
791 if (incompl(tp) && name != NULL) {
915 } else if (incompl(tp)) {
1614 } else if (decl && !incompl(tag->s_type)) {
2897 if (!incompl(sym->s_type))
H A Dtree.c2536 if (incompl(ln->tn_type)) {
2611 if (incompl(ln->tn_type)) {
2681 if (incompl(tp)) {
3041 if (incompl(tp)) {
3050 if (incompl(tp)) {
3244 incompl(arg->tn_left->tn_type)) {
3249 incompl(arg->tn_left->tn_type)) {
3709 if (incompl(ln->tn_left->tn_type) && rn->tn_val->v_quad >= 0)
H A Dfunc.c243 incompl(fsym->s_type->t_subt)) {

Completed in 84 milliseconds