Searched refs:RegisterTypesDetected (Results 1 – 1 of 1) sorted by relevance
1930 bool RegisterTypesDetected[5] = {false}; in ValidateMultipleRegisterAnnotations() local1931 RegisterTypesDetected[static_cast<int>(regType)] = true; in ValidateMultipleRegisterAnnotations()1938 if (RegisterTypesDetected[static_cast<int>(otherRegType)]) { in ValidateMultipleRegisterAnnotations()1945 RegisterTypesDetected[static_cast<int>(otherRegType)] = true; in ValidateMultipleRegisterAnnotations()