| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | Profile.h | 91 NextID(O.NextID) {} in Profile() 98 NextID = O.NextID; 111 swap(L.NextID, R.NextID); in swap() 137 PathID NextID = 1; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentCommandTraits.cpp | 20 : NextID(std::size(Commands)), Allocator(Allocator) { in CommandTraits() 94 assert((NextID < (1 << CommandInfo::NumCommandIDBits)) in createCommandInfoWithName() 96 Info->ID = NextID++; in createCommandInfoWithName()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSectionCOFF.h | 79 unsigned getOrAssignWinCFISectionID(unsigned *NextID) const { in getOrAssignWinCFISectionID() argument 81 WinCFISectionID = (*NextID)++; in getOrAssignWinCFISectionID()
|
| H A D | MCContext.h | 164 StringMap<unsigned> NextID; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | RemarkStringTable.cpp | 32 size_t NextID = StrTab.size(); in add() local 33 auto KV = StrTab.insert({Str, NextID}); in add()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CommentCommandTraits.h | 176 unsigned NextID; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 687 MCDCConditionID NextID = 1; member 708 bool isIdle() const { return (NextID == 1 && !NotMapped); } in isIdle() 713 bool isBuilding() const { return (NextID > 1); } in isBuilding() 755 setCondID(E->getLHS(), NextID++); in pushAndAssignIDs() 758 MCDCConditionID RHSid = NextID++; in pushAndAssignIDs() 791 assert(NextID == 1); in getTotalConditionsAndReset() 796 unsigned TotalConds = NextID - 1; in getTotalConditionsAndReset() 799 NextID = 1; in getTotalConditionsAndReset()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesWriter.cpp | 1270 unsigned NextID = Implementation->ObjCContexts.size() + 1; in addObjCContext() local 1275 Key, std::make_pair(NextID, EmptyVersionedInfo))) in addObjCContext() 1278 Implementation->ObjCContextNames[NextID] = NameID; in addObjCContext() 1279 Implementation->ParentContexts[NextID] = RawParentCtxID; in addObjCContext()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GIMatchTableExecutorImpl.h | 1375 uint64_t NextID = readULEB(); in executeMatchTable() local 1377 dbgs() << ", MIs[" << NextID << "]"); in executeMatchTable() 1378 for (const auto &MMO : State.MIs[NextID]->memoperands()) in executeMatchTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | Profile.cpp | 187 Node->ID = NextID++; in internPath()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 179 NextID.clear(); in reset() 278 unsigned &NextUniqueID = NextID[Name]; in createSymbol()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemorySSA.cpp | 1503 &StartingPoint, NextID++)); in buildMemorySSA() 1675 MemoryPhi *Phi = new MemoryPhi(BB->getContext(), BB, NextID++); in createMemoryPhi() 1781 MUD = new MemoryDef(I->getContext(), nullptr, I, I->getParent(), NextID++); in createNewAccess()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 207 unsigned NextID, unsigned ID) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemorySSA.h | 899 unsigned NextID = 0;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 2834 unsigned NextID = SwitchCaseIDs.size(); in RecordSwitchCaseID() local 2835 SwitchCaseIDs[S] = NextID; in RecordSwitchCaseID() 2836 return NextID; in RecordSwitchCaseID()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3024 unsigned NextID, unsigned ID) const { in checkValueID() argument 3025 if (ID < NextID) in checkValueID() 3027 Twine(NextID) + "' or greater"); in checkValueID()
|