Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp72 CurIndex += SourceToDest.size(); in TypeStreamMerger()
177 TypeIndex CurIndex{TypeIndex::FirstNonSimpleIndex}; member in __anone53701d20111::TypeStreamMerger
208 assert(IndexMap.size() == slotForIndex(CurIndex) && in addMapping()
212 assert(slotForIndex(CurIndex) < IndexMap.size()); in addMapping()
213 IndexMap[slotForIndex(CurIndex)] = Idx; in addMapping()
325 CurIndex = TypeIndex(TypeIndex::FirstNonSimpleIndex); in doit()
368 GloballyHashedType H = GlobalHashes[CurIndex.toArrayIndex()]; in remapType()
382 ++CurIndex; in remapType()
383 assert((IsSecondPass || IndexMap.size() == slotForIndex(CurIndex)) && in remapType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp39 unsigned CurIndex) { in ComputeLinearIndex() argument
42 return CurIndex; in ComputeLinearIndex()
49 return ComputeLinearIndex(ET, Indices + 1, IndicesEnd, CurIndex); in ComputeLinearIndex()
50 CurIndex = ComputeLinearIndex(ET, nullptr, nullptr, CurIndex); in ComputeLinearIndex()
53 return CurIndex; in ComputeLinearIndex()
65 CurIndex += EltLinearOffset* *Indices; in ComputeLinearIndex()
66 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()
68 CurIndex += EltLinearOffset*NumElts; in ComputeLinearIndex()
69 return CurIndex; in ComputeLinearIndex()
72 return CurIndex + 1; in ComputeLinearIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAnalysis.h53 unsigned CurIndex = 0);
57 unsigned CurIndex = 0) {
58 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DIdentifierResolver.cpp50 unsigned int CurIndex = POOL_SIZE; member in IdentifierResolver::IdDeclInfoMap
403 if (CurIndex == POOL_SIZE) { in operator []()
405 CurIndex = 0; in operator []()
407 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
411 ++CurIndex; in operator []()