Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp1258 uint32_t DuplicateCounter = 0; in handleRootSignatureElements() local
1261 auto GetElemPair = [&Infos, &InfoPairs, &DuplicateCounter]( in handleRootSignatureElements()
1279 DuplicateCounter = InfoA == InfoB ? DuplicateCounter + 1 : 0; in handleRootSignatureElements()
1280 auto DistA = std::distance(InfoB, InfoA) + DuplicateCounter; in handleRootSignatureElements()