Searched refs:currentFunction (Results 1 – 4 of 4) sorted by relevance
108 currentFunction(0) in AnalyzeCallDepth()173 currentFunction = findFunctionByName(node->getName()); in visitAggregate()175 if(!currentFunction) in visitAggregate()177 currentFunction = new FunctionNode(node); in visitAggregate()178 functions.push_back(currentFunction); in visitAggregate()183 currentFunction = 0; in visitAggregate()204 if(currentFunction) in visitAggregate()206 currentFunction->addCallee(function); in visitAggregate()
61 FunctionNode *currentFunction; variable
355 int currentFunction; variable
514 currentFunction = 0; in OutputASM()1291 currentFunction = function->label; in visitAggregate()1947 copy(functionArray[currentFunction].ret, value); in visitBranch()