Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/XRay/
H A DProfile.h91 NextID(O.NextID) {} in Profile()
98 NextID = O.NextID;
111 swap(L.NextID, R.NextID); in swap()
137 PathID NextID = 1; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentCommandTraits.cpp20 : NextID(std::size(Commands)), Allocator(Allocator) { in CommandTraits()
94 assert((NextID < (1 << CommandInfo::NumCommandIDBits)) in createCommandInfoWithName()
96 Info->ID = NextID++; in createCommandInfoWithName()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionCOFF.h79 unsigned getOrAssignWinCFISectionID(unsigned *NextID) const { in getOrAssignWinCFISectionID() argument
81 WinCFISectionID = (*NextID)++; in getOrAssignWinCFISectionID()
H A DMCContext.h164 StringMap<unsigned> NextID; variable
/openbsd-src/gnu/llvm/llvm/lib/Remarks/
H A DRemarkStringTable.cpp32 size_t NextID = StrTab.size(); in add() local
33 auto KV = StrTab.insert({Str, NextID}); in add()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentCommandTraits.h176 unsigned NextID; variable
/openbsd-src/gnu/llvm/llvm/lib/XRay/
H A DProfile.cpp187 Node->ID = NextID++; in internPath()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp180 NextID.clear(); in reset()
279 unsigned &NextUniqueID = NextID[Name]; in createSymbol()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp1514 &StartingPoint, NextID++)); in buildMemorySSA()
1686 MemoryPhi *Phi = new MemoryPhi(BB->getContext(), BB, NextID++); in createMemoryPhi()
1792 MUD = new MemoryDef(I->getContext(), nullptr, I, I->getParent(), NextID++); in createNewAccess()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp2703 unsigned NextID = SwitchCaseIDs.size(); in RecordSwitchCaseID() local
2704 SwitchCaseIDs[S] = NextID; in RecordSwitchCaseID()
2705 return NextID; in RecordSwitchCaseID()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemorySSA.h900 unsigned NextID = 0;