Searched refs:lastval (Results 1 – 2 of 2) sorted by relevance
441 tree lastval, lastidx, field, init, type, flexsize; in update_decl_size() local460 lastval = CONSTRUCTOR_ELT(init, CONSTRUCTOR_NELTS(init) - 1)->value; in update_decl_size()469 if (TREE_CODE(lastval) != STRING_CST) { in update_decl_size()475 flexsize = bitsize_int(TREE_STRING_LENGTH(lastval) * in update_decl_size()476 tree_to_uhwi(TYPE_SIZE(TREE_TYPE(TREE_TYPE(lastval))))); in update_decl_size()
2084 unsigned int lastval; in regmap_noinc_readwrite() local2095 lastval = (unsigned int)u8p[val_count - 1]; in regmap_noinc_readwrite()2100 lastval = (unsigned int)u16p[val_count - 1]; in regmap_noinc_readwrite()2105 lastval = (unsigned int)u32p[val_count - 1]; in regmap_noinc_readwrite()2118 ret = regcache_write(map, reg, lastval); in regmap_noinc_readwrite()