Searched refs:totalLocation (Results 1 – 2 of 2) sorted by relevance
59 int totalLocation = 0; in GetStructLocationCount() local62 totalLocation += GetFieldLocationCount(field); in GetStructLocationCount()64 return totalLocation; in GetStructLocationCount()69 int totalLocation = 0; in GetInterfaceBlockLocationCount() local72 totalLocation += GetFieldLocationCount(field); in GetInterfaceBlockLocationCount()77 totalLocation *= varyingType.getArraySizeProduct(); in GetInterfaceBlockLocationCount()79 return totalLocation; in GetInterfaceBlockLocationCount()88 int totalLocation = 0; in GetLocationCount() local94 totalLocation += GetFieldLocationCount(field); in GetLocationCount()96 return totalLocation; in GetLocationCount()
34 int totalLocation = 0; in GetLocationCount() local40 totalLocation += fieldType->getSecondarySize(); in GetLocationCount()42 return totalLocation; in GetLocationCount()