/external/skia/src/gpu/ |
D | GrDynamicAtlas.cpp | 103 GrDynamicAtlas::Node* GrDynamicAtlas::makeNode(Node* previous, int l, int t, int r, int b) { in makeNode() function in GrDynamicAtlas 141 fTopNode = this->makeNode(nullptr, 0, 0, fWidth, fHeight); in internalPlaceRect() 158 fTopNode = this->makeNode(fTopNode, 0, top, fWidth, fHeight); in internalPlaceRect() 162 fTopNode = this->makeNode(fTopNode, left, 0, fWidth, fHeight); in internalPlaceRect()
|
D | GrDynamicAtlas.h | 81 Node* makeNode(Node* previous, int l, int t, int r, int b);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ItaniumManglingCanonicalizer.cpp | 130 Node *makeNode(Args &&...As) { in makeNode() function in __anon078b3d0d0111::FoldingNodeAllocator 174 template<typename T, typename ...Args> Node *makeNode(Args &&...As) { in makeNode() function in __anon078b3d0d0111::CanonicalizerAllocator 204 Node *StdNamespace = Self.makeNode<itanium_demangle::NameType>("std"); in make() 207 return Self.makeNode<itanium_demangle::NestedName>(StdNamespace, Child); in make()
|
/external/llvm-project/llvm/lib/Support/ |
D | ItaniumManglingCanonicalizer.cpp | 125 Node *makeNode(Args &&...As) { in makeNode() function in __anon23d79f990111::FoldingNodeAllocator 169 template<typename T, typename ...Args> Node *makeNode(Args &&...As) { in makeNode() function in __anon23d79f990111::CanonicalizerAllocator 199 Node *StdNamespace = Self.makeNode<itanium_demangle::NameType>("std"); in make() 202 return Self.makeNode<itanium_demangle::NestedName>(StdNamespace, Child); in make()
|
/external/llvm-project/lld/MachO/ |
D | ExportTrie.cpp | 148 TrieNode *TrieBuilder::makeNode() { in makeNode() function in TrieBuilder 198 TrieNode *newNode = makeNode(); in sortAndBuild() 224 TrieNode *root = makeNode(); in build()
|
D | ExportTrie.h | 32 TrieNode *makeNode();
|
/external/icu/icu4c/source/common/ |
D | stringtriebuilder.cpp | 74 Node *root=makeNode(0, elementsLength, 0, errorCode); in build() 208 StringTrieBuilder::makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode)… in makeNode() function in StringTrieBuilder 229 Node *nextNode=makeNode(start, limit, lastUnitIndex, errorCode); in makeNode() 297 listNode->add(unit, makeNode(start, i, unitIndex+1, errorCode)); in makeBranchSubNode() 306 listNode->add(unit, makeNode(start, limit, unitIndex+1, errorCode)); in makeBranchSubNode()
|
/external/llvm-project/llvm/unittests/Demangle/ |
D | ItaniumDemangleTest.cpp | 26 template <typename T, typename... Args> T *makeNode(Args &&... args) { in makeNode() function in __anon878966e30111::TestAllocator
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 301 auto *Loop = Func->makeNode(); in Loop() 318 auto *MergedNode = Func->makeNode(); in Merge() 971 *TrueNode = OperandNode(Func->makeNode()); in Branch() 972 *FalseNode = OperandNode(Func->makeNode()); in Branch() 995 auto *Default = Func->makeNode(); in Switch() 1008 auto *Target = Func->makeNode(); in IfValue() 1151 auto *ExitNode = Func->makeNode(); in CallIndirect() 1159 auto *CallNode = Func->makeNode(); in CallIndirect() 1333 BoundsFailTarget = Func->makeNode(); in getBoundsFailTarget() 1347 IndirectFailTarget = Func->makeNode(); in getIndirectFailTarget() [all …]
|
D | IceCfg.h | 93 CfgNode *makeNode();
|
D | IceCfgNode.cpp | 287 CfgNode *NewNode = Func->makeNode(); in splitIncomingEdge() 1530 auto *NewNode = Func->makeNode(); in shortCircuit()
|
D | IceConverter.cpp | 189 NodeMap[BB] = Func->makeNode(); in mapBasicBlockToNode()
|
D | IceCfg.cpp | 97 CfgNode *Cfg::makeNode() { in makeNode() function in Ice::Cfg
|
/external/antlr/runtime/ObjC/Framework/ |
D | DebugEventListener.h | 263 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
|
D | DebugEventSocketProxy.h | 108 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
|
D | TreeAdaptor.m | 132 - (id) makeNode:(id)newRoot parentOf:(id)oldRoot
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | JobSupport.kt | 462 … val node = nodeCache ?: makeNode(handler, onCancelling).also { nodeCache = it } in <lambda>() 482 … val node = nodeCache ?: makeNode(handler, onCancelling).also { nodeCache = it } in <lambda>() 496 … val node = nodeCache ?: makeNode(handler, onCancelling).also { nodeCache = it } in <lambda>() 511 private fun makeNode(handler: CompletionHandler, onCancelling: Boolean): JobNode<*> { in <lambda>() method
|
/external/llvm-project/libcxxabi/src/ |
D | cxa_demangle.cpp | 308 template<typename T, typename ...Args> T *makeNode(Args &&...args) { in makeNode() function in __anona2a04d0b0211::DefaultAllocator
|
/external/libcxxabi/src/ |
D | cxa_demangle.cpp | 312 template<typename T, typename ...Args> T *makeNode(Args &&...args) { in makeNode() function in __anon42899bdd0211::DefaultAllocator
|
/external/icu/icu4c/source/common/unicode/ |
D | stringtriebuilder.h | 104 Node *makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode);
|
/external/icu/libicu/cts_headers/unicode/ |
D | stringtriebuilder.h | 104 Node *makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | ItaniumDemangle.cpp | 311 template<typename T, typename ...Args> T *makeNode(Args &&...args) { in makeNode() function in __anon81d24cdb0211::DefaultAllocator
|
/external/llvm-project/llvm/lib/Demangle/ |
D | ItaniumDemangle.cpp | 309 template<typename T, typename ...Args> T *makeNode(Args &&...args) { in makeNode() function in __anonfbdd7d670211::DefaultAllocator
|
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | CPlusPlusLanguage.cpp | 280 template <typename T, typename... Args> T *makeNode(Args &&... args) { in makeNode() function in __anon6b70c7110111::NodeAllocator
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 79 Ice::CfgNode *node = function->makeNode(); in createFunction() 1115 return B(::function->makeNode()); in createBasicBlock() 1147 ::basicBlock = ::function->makeNode(); in createFunction() 4775 auto doneBlock = awaitFunc->makeNode(); in generateAwaitFunction() 4782 auto resumeBlock = awaitFunc->makeNode(); in generateAwaitFunction()
|