Home
last modified time | relevance | path

Searched refs:getNumChildren (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/executor/
DxeTestCase.cpp260 for (int ndx = 0; ndx < group->getNumChildren(); ndx++) in addChildGroupsToMap()
330 for (int ndx = 0; ndx < group->getNumChildren(); ndx++) in addChildren()
342 for (int ndx = 0; ndx < group->getNumChildren(); ndx++) in removeChildren()
354 for (int ndx = 0; ndx < group->getNumChildren(); ndx++) in hasChildrenInSet()
457 static_cast<const TestGroup*>(curNode)->getNumChildren() > 0) in operator ++()
467 int numChildren = group ? group->getNumChildren() : 1; in operator ++()
DxeTestCase.hpp93 int getNumChildren (void) const { return (int)m_children.size(); } in getNumChildren() function in xe::TestGroup
DxeBatchExecutor.cpp322 for (int ndx = 0; ndx < group->getNumChildren(); ndx++) in writeCaseListNode()
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeMemPool.hpp46 int getNumChildren (void) const { return deMemPool_getNumChildren(m_pool); } in getNumChildren() function in de::MemPool
/third_party/vk-gl-cts/executor/tools/
DxeBatchResultToXml.cpp298 for (int childNdx = 0; childNdx < group->getNumChildren(); childNdx++) in writeTestCaseListNode()
328 for (int childNdx = 0; childNdx < root.getNumChildren(); childNdx++) in writeTestCaseList()
DxeCommandLineExecutor.cpp307 for (int childNdx = 0; childNdx < group.getNumChildren(); childNdx++) in addMatchingCases()
331 for (int childNdx = 0; childNdx < group.getNumChildren(); childNdx++) in removeMatchingCases()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTree.h93 size_t getNumChildren() const { return Children.size(); }
98 if (getNumChildren() != Other->getNumChildren())
DGenericDomTreeConstruction.h1138 assert(TN->getNumChildren() == 0 && "Not a tree leaf"); in EraseNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp830 while (Node->getNumChildren()) in updateDomTree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp759 while (Node->getNumChildren()) { in updateDomTree()