Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp1930 bool RegisterTypesDetected[5] = {false}; in ValidateMultipleRegisterAnnotations() local
1931 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()