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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.c3069 bool complete_p = true;
3094 complete_p = false;
3097 if (VOID_TYPE_P (type) || !complete_p || !MAYBE_CLASS_TYPE_P (type))
3066 bool complete_p = true; local
H A Dclass.c933 bool complete_p;
941 complete_p = COMPLETE_TYPE_P (type);
1006 if (complete_p
1105 else if (slot >= CLASSTYPE_FIRST_CONVERSION_SLOT && !complete_p)
1114 if (complete_p)
931 bool complete_p; local
H A Ddecl.c4334 bool complete_p;
4345 complete_p = COMPLETE_TYPE_P (type);
4354 && !complete_p
4357 complete_p = true;
4369 if (complete_p)
4385 else if (aggregate_definition_p && !complete_p)
4323 bool complete_p; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dinit.c2814 bool complete_p = true;
2837 complete_p = false;
2840 if (VOID_TYPE_P (type) || !complete_p || !IS_AGGR_TYPE (type))
2811 bool complete_p = true; local
H A Dclass.c931 bool complete_p;
938 complete_p = COMPLETE_TYPE_P (type);
1000 if (complete_p
1106 else if (slot >= CLASSTYPE_FIRST_CONVERSION_SLOT && !complete_p)
1113 if (VEC_reserve (tree, gc, method_vec, complete_p ? -1 : 1))
929 bool complete_p; local

Completed in 209 milliseconds