Lines Matching defs:base
784 struct symbol *base = field->ctype.base_type;
785 if (base && base->type == SYM_BITFIELD)
973 * base type is at least "int_ctype".
1575 struct symbol *base = &incomplete_ctype;
1577 base = types[class][rank];
1578 ctx->ctype.base_type = base;
2804 struct symbol *base = arg->ctype.base_type;
2805 if (base && base->ctype.base_type == &int_type && base->rank < 0) {