Home
last modified time | relevance | path

Searched refs:hasChild (Results 1 – 14 of 14) sorted by relevance

/external/skia/tools/bookmaker/
Dcataloger.cpp141 const Definition* stdOut = def->hasChild(MarkType::kStdOut); in textOut()
142 const Definition* outVolatile = stdOut ? stdOut->hasChild(MarkType::kVolatile) : nullptr; in textOut()
Ddefinition.cpp511 const Definition* platform = this->hasChild(MarkType::kPlatform); in exampleToScript()
1039 const Definition* Definition::hasChild(MarkType markType) const { in hasChild() function in Definition
DmdOut.cpp847 const Definition* platform = def->hasChild(MarkType::kPlatform); in markTypeOut()
Dbookmaker.h853 const Definition* hasChild(MarkType markType) const;
/external/skqp/tools/bookmaker/
Dcataloger.cpp141 const Definition* stdOut = def->hasChild(MarkType::kStdOut); in textOut()
142 const Definition* outVolatile = stdOut ? stdOut->hasChild(MarkType::kVolatile) : nullptr; in textOut()
Ddefinition.cpp511 const Definition* platform = this->hasChild(MarkType::kPlatform); in exampleToScript()
1017 const Definition* Definition::hasChild(MarkType markType) const { in hasChild() function in Definition
DmdOut.cpp835 const Definition* platform = def->hasChild(MarkType::kPlatform); in markTypeOut()
Dbookmaker.h845 const Definition* hasChild(MarkType markType) const;
/external/deqp/framework/common/
DtcuCommandLine.cpp261 bool hasChild (const std::string& name) const;
296 inline bool CaseTreeNode::hasChild (const std::string& name) const in hasChild() function in tcu::CaseTreeNode
435 if (nodeStack[stackPos]->hasChild(curName)) in parseCaseList()
/external/llvm/include/llvm/CodeGen/
DDIE.h85 void setChildrenFlag(bool hasChild) { Children = hasChild; } in setChildrenFlag() argument
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.h371 bool hasChild(const TreePatternNode *N) const { in hasChild() function
DDAGISelMatcherGen.cpp357 bool NeedCheck = !Root->hasChild(N); in EmitOperatorMatchCode()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h397 bool hasChild(const TreePatternNode *N) const { in hasChild() function
DDAGISelMatcherGen.cpp392 bool NeedCheck = !Root->hasChild(N); in EmitOperatorMatchCode()