Lines Matching refs:lbase
820 struct symbol *lbase;
825 lbase = examine_pointer_target(ltype);
833 if (is_function(lbase)) {
839 if (lbase->bit_size > bits_in_char) {
843 unsigned long value = bits_to_bytes(lbase->bit_size);
851 info(expr->pos, " '%s' has a non-power-of-2 size: %lu", show_typename(lbase), value);
1027 struct symbol *ltype, *rtype, *lbase, *rbase;
1091 lbase = examine_pointer_target(ltype);
1097 if (lbase == &void_ctype) {
1135 struct symbol *ctype, *ltype, *rtype, *lbase, *rbase;
1222 lbase = examine_pointer_target(ltype);
1226 if (lbase == &void_ctype) {