/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ilist_node.h | 65 ilist_node_impl *getNext() { in getNext() function 73 const ilist_node_impl *getNext() const { in getNext() function 193 static ilist_node_impl<OptionsT> *getNext(ilist_node_impl<OptionsT> &N) { in getNext() function 205 getNext(const ilist_node_impl<OptionsT> &N) { in getNext() function
|
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
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ilist_node.h | 66 ilist_node_impl *getNext() { in getNext() function 73 const ilist_node_impl *getNext() const { in getNext() function 186 static ilist_node_impl<OptionsT> *getNext(ilist_node_impl<OptionsT> &N) { in getNext() function 196 getNext(const ilist_node_impl<OptionsT> &N) { in getNext() function
|
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
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMessage.java | 55 public abstract Message getNext(); in getNext() method in ShadowMessage 106 Message getNext(); in getNext() method
|
D | ShadowPausedMessage.java | 53 public Message getNext() { in getNext() method in ShadowPausedMessage
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBEnumChildren.h | 39 virtual std::unique_ptr<ChildType> getNext() override { in getNext() function
|
D | ConcreteSymbolEnumerator.h | 39 std::unique_ptr<ChildType> getNext() override { in getNext() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeEnumModules.cpp | 34 std::unique_ptr<PDBSymbol> NativeEnumModules::getNext() { in getNext() function in llvm::pdb::NativeEnumModules
|
D | NativeEnumGlobals.cpp | 50 std::unique_ptr<PDBSymbol> NativeEnumGlobals::getNext() { in getNext() function in NativeEnumGlobals
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIAEnumFrameData.cpp | 32 std::unique_ptr<IPDBFrameData> DIAEnumFrameData::getNext() { in getNext() function in DIAEnumFrameData
|
D | DIAEnumInjectedSources.cpp | 34 std::unique_ptr<IPDBInjectedSource> DIAEnumInjectedSources::getNext() { in getNext() function in DIAEnumInjectedSources
|
D | DIAEnumLineNumbers.cpp | 34 std::unique_ptr<IPDBLineNumber> DIAEnumLineNumbers::getNext() { in getNext() function in DIAEnumLineNumbers
|
D | DIAEnumSourceFiles.cpp | 34 std::unique_ptr<IPDBSourceFile> DIAEnumSourceFiles::getNext() { in getNext() function in DIAEnumSourceFiles
|
D | DIAEnumDebugStreams.cpp | 37 std::unique_ptr<IPDBDataStream> DIAEnumDebugStreams::getNext() { in getNext() function in DIAEnumDebugStreams
|
D | DIAEnumTables.cpp | 35 std::unique_ptr<IPDBTable> DIAEnumTables::getNext() { in getNext() function in DIAEnumTables
|
D | DIAEnumSectionContribs.cpp | 36 std::unique_ptr<IPDBSectionContrib> DIAEnumSectionContribs::getNext() { in getNext() function in DIAEnumSectionContribs
|
D | DIADataStream.cpp | 41 bool DIADataStream::getNext(RecordType &Record) { in getNext() function in DIADataStream
|
D | DIAEnumSymbols.cpp | 36 std::unique_ptr<PDBSymbol> DIAEnumSymbols::getNext() { in getNext() function in DIAEnumSymbols
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SchedulerRegistry.h | 48 RegisterScheduler *getNext() const { in getNext() function
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIAEnumLineNumbers.cpp | 35 std::unique_ptr<IPDBLineNumber> DIAEnumLineNumbers::getNext() { in getNext() function in DIAEnumLineNumbers
|
D | DIAEnumSourceFiles.cpp | 35 std::unique_ptr<IPDBSourceFile> DIAEnumSourceFiles::getNext() { in getNext() function in DIAEnumSourceFiles
|
D | DIAEnumDebugStreams.cpp | 38 std::unique_ptr<IPDBDataStream> DIAEnumDebugStreams::getNext() { in getNext() function in DIAEnumDebugStreams
|
/external/llvm/include/llvm/ADT/ |
D | ilist.h | 58 static NodeTy *getNext(NodeTy *N) { return N->getNext(); } in getNext() function 60 static const NodeTy *getNext(const NodeTy *N) { return N->getNext(); } in getNext() function
|
/external/llvm/include/llvm/CodeGen/ |
D | RegAllocRegistry.h | 43 RegisterRegAlloc *getNext() const { in getNext() function
|