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

/haiku-buildtools/gcc/gcc/cp/
H A Dcvt.c1039 int is_complete = COMPLETE_TYPE_P (complete_type (type));
1042 if (is_volatile && !is_complete)
1172 if (is_reference || !is_volatile || !is_complete || TREE_ADDRESSABLE (type))
1196 int is_complete = COMPLETE_TYPE_P (complete_type (type));
1198 if (TYPE_VOLATILE (type) && !is_complete && (complain & tf_warning))
1037 int is_complete = COMPLETE_TYPE_P (complete_type (type)); local
1194 int is_complete = COMPLETE_TYPE_P (complete_type (type)); local
H A Dcall.c204 static bool is_complete (tree);
2337 is_complete (tree t) function
2476 || is_complete (TYPE_PTRMEM_POINTED_TO_TYPE (type2))))
/haiku-buildtools/gcc/contrib/
H A Dupdate-copyright.py285 def is_complete (self, match): member in class:Copyright
307 while not self.is_complete (match):
/haiku-buildtools/isl/
H A Disl_test.c2449 int is_nonneg, is_parallel, is_tilable, is_injection, is_complete; local
2487 is_complete = isl_union_set_is_subset(D, domain);
2530 is_injection < 0 || is_complete < 0)
2532 if (!is_complete)
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcall.c74 static int is_complete PROTO((tree));
1197 is_complete (t) function
1322 || is_complete (TREE_TYPE (TREE_TYPE (type2)))))

Completed in 106 milliseconds