| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | ilist_node.h | 66 ilist_node_impl *getNext() { in getNext() function 67 return static_cast<ilist_node_impl *>(node_base_type::getNext()); in getNext() 74 const ilist_node_impl *getNext() const { in getNext() function 75 return static_cast<ilist_node_impl *>(node_base_type::getNext()); in getNext() 194 static ilist_node_impl<OptionsT> *getNext(ilist_node_impl<OptionsT> &N) { in getNext() function 195 return N.getNext(); in getNext() 206 getNext(const ilist_node_impl<OptionsT> &N) { in getNext() function 207 return N.getNext(); in getNext()
|
| H A D | EquivalenceClasses.h | 94 assert(getNext() == nullptr && "Already has a next pointer!"); in setNext() 102 assert(RHS.isLeader() && RHS.getNext() == nullptr && "Not a singleton!"); in ECValue() 110 const ECValue *getNext() const { in getNext() function 235 L2LV.Next = L2LV.getNext(); in unionSets() 277 Node = Node->getNext();
|
| H A D | ilist_iterator.h | 44 template <class T> static void increment(T *&I) { I = Access::getNext(*I); } 51 template <class T> static void decrement(T *&I) { I = Access::getNext(*I); } 155 NodePtr = IsReverse ? NodePtr->getNext() : NodePtr->getPrev(); 159 NodePtr = IsReverse ? NodePtr->getPrev() : NodePtr->getNext();
|
| H A D | ilist_node_base.h | 30 ilist_node_base *getNext() const { return Next; } in getNext() function 44 ilist_node_base *getNext() const { return Next; } in getNext() function
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | YAMLParser.cpp | 264 Token getNext(); 2135 getNext(); in increment() 2267 getNext(); in Document() 2280 getNext(); in skip() 2310 getNext(); in parseBlockNode() 2342 getNext(); in parseBlockNode() 2349 getNext(); in parseBlockNode() 2356 getNext(); in parseBlockNode() 2363 getNext(); in parseBlockNode() 2370 getNext(); in parseBlockNode() [all …]
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherOpt.cpp | 45 if (RecordMatcher *RM = dyn_cast<RecordMatcher>(MC->getNext())) in ContractNodes() 50 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() 55 if (CheckSameMatcher *CS = dyn_cast<CheckSameMatcher>(MC->getNext())) in ContractNodes() 59 if (CheckIntegerMatcher *CS = dyn_cast<CheckIntegerMatcher>(MC->getNext())) in ContractNodes() 68 MC->setNext(MC->getNext()->takeNext()); in ContractNodes() 76 dyn_cast<MoveParentMatcher>(MC->getNext())) { in ContractNodes() 84 dyn_cast<CompleteMatchMatcher>(EN->getNext())) { in ContractNodes() 147 isa<CheckOpcodeMatcher>(N->getNext())) { in ContractNodes() 165 for (; M; M = M->getNext()) in FindNodeWithKind()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachinePassRegistry.h | 61 MachinePassRegistryNode *getNext() const { return Next; } in getNext() function 94 R = R->getNext()) { in setDefault() 123 *I = (*I)->getNext(); in Remove() 150 Node; Node = Node->getNext()) { in initialize()
|
| H A D | RegAllocRegistry.h | 43 RegisterRegAlloc *getNext() const { in getNext() function 44 return (RegisterRegAlloc *)MachinePassRegistryNode::getNext(); in getNext()
|
| H A D | SchedulerRegistry.h | 49 RegisterScheduler *getNext() const { in getNext() function 50 return (RegisterScheduler *)MachinePassRegistryNode::getNext(); in getNext()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolFunc.cpp | 39 while (auto Child = DataChildren->getNext()) { in FunctionArgEnumerator() 62 std::unique_ptr<PDBSymbolData> getNext() override { in getNext() function in __anon1a7336940111::FunctionArgEnumerator 107 if (auto FirstLine = Lines->getNext()) { in getCompilandId()
|
| H A D | PDBSymbolData.cpp | 37 if (auto FirstLine = Lines->getNext()) in getCompilandId() 50 while (auto Section = SecContribs->getNext()) { in getCompilandId()
|
| H A D | PDBSymbolTypeFunctionSig.cpp | 50 std::unique_ptr<PDBSymbol> getNext() override { in getNext() function in __anon7d846e730111::FunctionArgEnumerator 51 auto FunctionArgSymbol = Enumerator->getNext(); in getNext()
|
| H A D | PDBSymbolCompiland.cpp | 49 while (auto Env = Envs->getNext()) { in getSourceFileFullPath() 95 while (auto File = SrcFiles->getNext()) { in getSourceFileFullPath()
|
| H A D | PDBContext.cpp | 54 auto LineInfo = LineNumbers->getNext(); in getLineInfoForAddress() 77 while (auto LineInfo = LineNumbers->getNext()) { in getLineInfoForAddressRange()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 367 while (auto file = files->getNext()) { in ParseSupportFiles() 463 while (auto symbol = results->getNext()) { in ParseTypes() 922 if (auto first_line = lines->getNext()) { in ParseVariableForPDBData() 1029 while (auto result = results->getNext()) in ParseVariables() 1051 while (auto result = results->getNext()) { in FindGlobalVariables() 1092 while (auto pdb_data = results->getNext()) { in FindGlobalVariables() 1428 while (auto result = results->getNext()) { in FindTypesByRegex() 1476 while (auto result = results->getNext()) { in FindTypesByName() 1723 while (auto file = files->getNext()) { in ParseCompileUnitLineTable() 1836 if (auto first_line = lines->getNext()) in GetCompileUnitContainsAddress() [all …]
|
| H A D | PDBASTParser.cpp | 196 first_line_up = lines_up->getNext(); in GetDeclarationForSymbol() 259 while (auto base = bases_enum->getNext()) { in GetMSInheritance() 511 while (auto enum_value = enum_values->getNext()) { in CreateLLDBTypeFromPDBType() 844 methods_enum->getNext()) { in GetDeclForSymbol() 929 arg_enum->getNext()) { in GetDeclForSymbol() 1027 children_enum->getNext()) { in GetDeclContextContainingSymbol() 1083 while (auto child = children->getNext()) in ParseDeclsForDeclContext() 1170 while (auto nested = nested_enums->getNext()) in CompleteTypeFromUDT() 1206 while (auto member = members_enum.getNext()) { in AddRecordMembers() 1275 while (auto base = bases_enum.getNext()) { in AddRecordBases() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | ConcreteSymbolEnumerator.h | 40 std::unique_ptr<ChildType> getNext() override { in getNext() function 41 return unique_dyn_cast_or_null<ChildType>(Enumerator->getNext()); in getNext()
|
| H A D | IPDBEnumChildren.h | 29 virtual ChildTypePtr getNext() = 0; 40 virtual std::unique_ptr<ChildType> getNext() override { in getNext() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeCollection.h | 27 virtual Optional<TypeIndex> getNext(TypeIndex Prev) = 0; 41 Next = getNext(N); in ForEachRecord()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | Archive.h | 111 Expected<Child> getNext() const; 173 if (auto ChildOrErr = C.getNext()) 201 Symbol getNext() const; 222 symbol = symbol.getNext();
|
| H A D | MachOUniversal.h | 55 ObjectForArch getNext() const { return ObjectForArch(Parent, Index + 1); } in getNext() function 133 Obj = Obj.getNext();
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumTypes.cpp | 47 TI = Types.getNext(*TI); in NativeEnumTypes() 67 std::unique_ptr<PDBSymbol> NativeEnumTypes::getNext() { in getNext() function in NativeEnumTypes
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyCompilandDumper.cpp | 61 while (auto File = Files->getNext()) { in start() 76 while (auto Line = Lines->getNext()) { in start() 122 while (auto Child = ChildrenEnum->getNext()) in start()
|
| H A D | PrettyTypeDumper.cpp | 103 while (auto Class = E.getNext()) { in filterAndSortClassDefs() 169 while (auto Child = Children->getNext()) { in dumpSymbolCategory() 251 while (auto Class = Classes->getNext()) { in start()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIAEnumFrameData.h | 26 ChildTypePtr getNext() override;
|