Home
last modified time | relevance | path

Searched refs:otherRegType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp1937 RegisterType otherRegType = attr->getRegisterType(); in ValidateMultipleRegisterAnnotations() local
1938 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()