Home | History | Annotate | Download | only in compiler

Lines Matching refs:Count

47 	dst->Constants = malloc(sizeof(struct rc_constant) * src->Count);
48 memcpy(dst->Constants, src->Constants, sizeof(struct rc_constant) * src->Count);
49 dst->Count = src->Count;
50 dst->_Reserved = src->Count;
61 unsigned index = c->Count;
63 if (c->Count >= c->_Reserved) {
71 memcpy(newlist, c->Constants, sizeof(struct rc_constant) * c->Count);
78 c->Count++;
92 for(index = 0; index < c->Count; ++index) {
119 for(index = 0; index < c->Count; ++index) {
145 for(index = 0; index < c->Count; ++index) {
179 for(i = 0; i < c->Count; i++) {