| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist_node.h | 65 ilist_node_impl *getNext() { in getNext() function 66 return static_cast<ilist_node_impl *>(node_base_type::getNext()); in getNext() 73 const ilist_node_impl *getNext() const { in getNext() function 74 return static_cast<ilist_node_impl *>(node_base_type::getNext()); in getNext() 193 static ilist_node_impl<OptionsT> *getNext(ilist_node_impl<OptionsT> &N) { in getNext() function 194 return N.getNext(); in getNext() 205 getNext(const ilist_node_impl<OptionsT> &N) { in getNext() function 206 return N.getNext(); in getNext()
|
| H A D | EquivalenceClasses.h | 93 assert(getNext() == nullptr && "Already has a next pointer!"); in setNext() 101 assert(RHS.isLeader() && RHS.getNext() == nullptr && "Not a singleton!"); in ECValue() 109 const ECValue *getNext() const { in getNext() function 234 L2LV.Next = L2LV.getNext(); in unionSets() 275 Node = Node->getNext();
|
| H A D | ilist_node_base.h | 29 ilist_node_base *getNext() const { return Next; } in getNext() function 43 ilist_node_base *getNext() const { return Next; } in getNext() function
|
| H A D | ilist_iterator.h | 43 template <class T> static void increment(T *&I) { I = Access::getNext(*I); } 50 template <class T> static void decrement(T *&I) { I = Access::getNext(*I); } 153 NodePtr = IsReverse ? NodePtr->getNext() : NodePtr->getPrev(); 157 NodePtr = IsReverse ? NodePtr->getPrev() : NodePtr->getNext();
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherOpt.cpp | 44 if (RecordMatcher *RM = dyn_cast<RecordMatcher>(MC->getNext())) in ContractNodes() 49 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() 54 if (CheckSameMatcher *CS = dyn_cast<CheckSameMatcher>(MC->getNext())) in ContractNodes() 58 if (CheckIntegerMatcher *CI = dyn_cast<CheckIntegerMatcher>(MC->getNext())) in ContractNodes() 62 if (auto *CCC = dyn_cast<CheckCondCodeMatcher>(MC->getNext())) in ContractNodes() 71 MC->setNext(MC->getNext()->takeNext()); in ContractNodes() 79 dyn_cast<MoveParentMatcher>(MC->getNext())) { in ContractNodes() 87 dyn_cast<CompleteMatchMatcher>(EN->getNext())) { in ContractNodes() 150 isa<CheckOpcodeMatcher>(N->getNext())) { in ContractNodes() 168 for (; M; M = M->getNext()) in FindNodeWithKind()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLParser.cpp | 260 Token getNext(); 2226 getNext(); in increment() 2358 getNext(); in Document() 2371 getNext(); in skip() 2401 getNext(); in parseBlockNode() 2433 getNext(); in parseBlockNode() 2440 getNext(); in parseBlockNode() 2447 getNext(); in parseBlockNode() 2454 getNext(); in parseBlockNode() 2461 getNext(); in parseBlockNode() [all …]
|
| H A D | OptimizedStructLayout.cpp | 249 static Field *getNext(Field *Cur) { in performOptimizedStructLayout() function 283 for (auto I = Queue.Head; I; I = Queue.getNext(I)) { in performOptimizedStructLayout() 295 assert(Last ? Queue->getNext(Last) == Cur : Queue->Head == Cur); in performOptimizedStructLayout() 310 if (auto NewHead = Queue->getNext(Cur)) in performOptimizedStructLayout() 364 Last = Cur, Cur = Queue->getNext(Cur)) { in performOptimizedStructLayout()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePassRegistry.h | 60 MachinePassRegistryNode *getNext() const { return Next; } in getNext() function 93 R = R->getNext()) { in setDefault() 122 *I = (*I)->getNext(); in Remove() 149 Node; Node = Node->getNext()) { in initialize()
|
| H A D | RegAllocRegistry.h | 44 SubClass *getNext() const { in getNext() function 45 return static_cast<SubClass *>(MachinePassRegistryNode::getNext()); in getNext()
|
| H A D | SchedulerRegistry.h | 48 RegisterScheduler *getNext() const { in getNext() function 49 return (RegisterScheduler *)MachinePassRegistryNode::getNext(); in getNext()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolFunc.cpp | 38 while (auto Child = DataChildren->getNext()) { in FunctionArgEnumerator() 61 std::unique_ptr<PDBSymbolData> getNext() override { in getNext() function in __anona532bec30111::FunctionArgEnumerator 106 if (auto FirstLine = Lines->getNext()) { in getCompilandId()
|
| H A D | PDBContext.cpp | 53 auto LineInfo = LineNumbers->getNext(); in getLineInfoForAddress() 77 while (auto LineInfo = LineNumbers->getNext()) { in getLineInfoForAddressRange() 105 while (auto Frame = Frames->getNext()) { in getInliningInfoForAddress() 111 std::unique_ptr<IPDBLineNumber> Line = LineNumbers->getNext(); in getInliningInfoForAddress()
|
| H A D | PDBSymbolData.cpp | 36 if (auto FirstLine = Lines->getNext()) in getCompilandId() 49 while (auto Section = SecContribs->getNext()) { in getCompilandId()
|
| H A D | PDBSymbolTypeFunctionSig.cpp | 49 std::unique_ptr<PDBSymbol> getNext() override { in getNext() function in __anonb92d1b420111::FunctionArgEnumerator 50 auto FunctionArgSymbol = Enumerator->getNext(); in getNext()
|
| H A D | PDBSymbolCompiland.cpp | 48 while (auto Env = Envs->getNext()) { in getSourceFileFullPath() 93 while (auto File = SrcFiles->getNext()) { in getSourceFileFullPath()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 371 while (auto file = files->getNext()) { in ParseSupportFiles() 465 while (auto symbol = results->getNext()) { in ParseTypes() 975 if (auto first_line = lines->getNext()) { in ParseVariableForPDBData() 1095 while (auto result = results->getNext()) in ParseVariables() 1117 while (auto result = results->getNext()) { in FindGlobalVariables() 1156 while (auto pdb_data = results->getNext()) { in FindGlobalVariables() 1481 while (auto result = results->getNext()) { in FindTypesByRegex() 1529 while (auto result = results->getNext()) { in FindTypesByName() 1785 while (auto file = files->getNext()) { in ParseCompileUnitLineTable() 1896 if (auto first_line = lines->getNext()) in GetCompileUnitContainsAddress() [all …]
|
| H A D | PDBASTParser.cpp | 193 first_line_up = lines_up->getNext(); in GetDeclarationForSymbol() 256 while (auto base = bases_enum->getNext()) { in GetMSInheritance() 510 while (auto enum_value = enum_values->getNext()) { in CreateLLDBTypeFromPDBType() 872 methods_enum->getNext()) { in GetDeclForSymbol() 959 arg_enum->getNext()) { in GetDeclForSymbol() 1057 children_enum->getNext()) { in GetDeclContextContainingSymbol() 1113 while (auto child = children->getNext()) in ParseDeclsForDeclContext() 1200 while (auto nested = nested_enums->getNext()) in CompleteTypeFromUDT() 1236 while (auto member = members_enum.getNext()) { in AddRecordMembers() 1351 while (auto base = bases_enum.getNext()) { in AddRecordBases() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | ConcreteSymbolEnumerator.h | 39 std::unique_ptr<ChildType> getNext() override { in getNext() function 40 return unique_dyn_cast_or_null<ChildType>(Enumerator->getNext()); in getNext()
|
| H A D | IPDBEnumChildren.h | 28 virtual ChildTypePtr getNext() = 0; 39 virtual std::unique_ptr<ChildType> getNext() override { in getNext() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeCollection.h | 25 virtual Optional<TypeIndex> getNext(TypeIndex Prev) = 0; 40 Next = getNext(N); in ForEachRecord()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Archive.h | 108 Expected<Child> getNext() const; 164 auto NextChild = C.getNext(); in inc() 189 Symbol getNext() const; 210 symbol = symbol.getNext();
|
| H A D | TapiUniversal.h | 36 ObjectForArch getNext() const { return ObjectForArch(Parent, Index + 1); } in getNext() function 85 Obj = Obj.getNext();
|
| H A D | MachOUniversal.h | 59 ObjectForArch getNext() const { return ObjectForArch(Parent, Index + 1); } in getNext() function 128 Obj = Obj.getNext();
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumTypes.cpp | 46 TI = Types.getNext(*TI); in NativeEnumTypes() 66 std::unique_ptr<PDBSymbol> NativeEnumTypes::getNext() { in getNext() function in NativeEnumTypes
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyCompilandDumper.cpp | 60 while (auto File = Files->getNext()) { in start() 75 while (auto Line = Lines->getNext()) { in start() 121 while (auto Child = ChildrenEnum->getNext()) in start()
|