Searched refs:IncrType (Results 1 – 3 of 3) sorted by relevance
113 IncrType(left); /* increment reference count */ in link_fieldtype()114 IncrType(right); /* increment reference count */ in link_fieldtype()
100 IncrType(f->type); /* increment reference count */ in MakeType()122 IncrType(f->type); /* increment reference count */ in CopyType()
86 #define IncrType(type) { if (type) ++(type -> ref); } macro