Searched refs:is_primitive_type (Results 1 – 4 of 4) sorted by relevance
81 int is_primitive_type(int);
140 *ty = is_primitive_type(t->subtype->type) ? PRIM : CONS; in find_tag()364 is_primitive_type(m->type->subtype->type) ? "PRIM" : "CONS", in decode_type()501 is_primitive_type(t->subtype->type) ? "PRIM" : "CONS"); in decode_type()
636 is_primitive_type(t->subtype->type) ? "PRIM" : "CONS", in template_members()
477 is_primitive_type(int type) in is_primitive_type() function