Searched refs:NextID (Results 1 – 6 of 6) sorted by relevance
43 unsigned NextID = 0; in PrintStack() local45 NextID = PrintStack(Entry->getNextEntry(), OS); in PrintStack()46 OS << NextID << ".\t"; in PrintStack()52 return NextID+1; in PrintStack()
20 NextID(llvm::array_lengthof(Commands)), Allocator(Allocator) { in CommandTraits()94 assert((NextID < (1 << CommandInfo::NumCommandIDBits)) in createCommandInfoWithName()96 Info->ID = NextID++; in createCommandInfoWithName()
177 unsigned NextID; variable
97 NextID.clear(); in reset()190 unsigned &NextUniqueID = NextID[Name]; in createSymbol()
100 StringMap<unsigned> NextID; variable
2287 unsigned NextID = SwitchCaseIDs.size(); in RecordSwitchCaseID() local2288 SwitchCaseIDs[S] = NextID; in RecordSwitchCaseID()2289 return NextID; in RecordSwitchCaseID()