Searched refs:reservedSpaces (Results 1 – 1 of 1) sorted by relevance
75 vector<bool> reservedSpaces; in hasAttributeAliasing() local84 if (reservedSpaces.size() < location + size) in hasAttributeAliasing()85 reservedSpaces.resize(location + size, false); in hasAttributeAliasing()89 if (reservedSpaces[location + i]) in hasAttributeAliasing()92 reservedSpaces[location + i] = true; in hasAttributeAliasing()