Home
last modified time | relevance | path

Searched defs:hasChild (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h104 void setChildrenFlag(bool hasChild) { Children = hasChild; } in setChildrenFlag()
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp334 inline bool CaseTreeNode::hasChild (const std::string& name) const in hasChild() function in tcu::CaseTreeNode