Searched refs:otherRegType (Results 1 – 1 of 1) sorted by relevance
1937 RegisterType otherRegType = attr->getRegisterType(); in ValidateMultipleRegisterAnnotations() local1938 if (RegisterTypesDetected[static_cast<int>(otherRegType)]) { in ValidateMultipleRegisterAnnotations()1939 int otherRegTypeNum = static_cast<int>(otherRegType); in ValidateMultipleRegisterAnnotations()1945 RegisterTypesDetected[static_cast<int>(otherRegType)] = true; in ValidateMultipleRegisterAnnotations()