Searched refs:AnalyzeCallDepth (Results 1 – 4 of 4) sorted by relevance
18 traverseCaseBody(AnalyzeCallDepth* analysis, in traverseCaseBody()34 AnalyzeCallDepth::FunctionNode::FunctionNode(TIntermAggregate *node) : node(node) in FunctionNode()40 const TString &AnalyzeCallDepth::FunctionNode::getName() const in getName()45 void AnalyzeCallDepth::FunctionNode::addCallee(AnalyzeCallDepth::FunctionNode *callee) in addCallee()58 unsigned int AnalyzeCallDepth::FunctionNode::analyzeCallDepth(AnalyzeCallDepth *analyzeCallDepth) in analyzeCallDepth()92 unsigned int AnalyzeCallDepth::FunctionNode::getLastDepth() const in getLastDepth()97 void AnalyzeCallDepth::FunctionNode::removeIfUnreachable() in removeIfUnreachable()106 AnalyzeCallDepth::AnalyzeCallDepth(TIntermNode *root) in AnalyzeCallDepth() function in AnalyzeCallDepth113 AnalyzeCallDepth::~AnalyzeCallDepth() in ~AnalyzeCallDepth()121 bool AnalyzeCallDepth::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch()[all …]
24 class AnalyzeCallDepth : public TIntermTraverser27 AnalyzeCallDepth(TIntermNode *root);28 ~AnalyzeCallDepth();43 unsigned int analyzeCallDepth(AnalyzeCallDepth *analyzeCallDepth);
46 "AnalyzeCallDepth.cpp",
211 AnalyzeCallDepth validator(root); in validateCallDepth()