Searched refs:functionNode (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp597 SourcePathComponentNode* functionNode = new(std::nothrow) local
601 if (functionNode == NULL)
604 functionNode->SetFilterMatch(match);
606 BReference<SourcePathComponentNode> nodeReference(functionNode, true);
607 if (!parent->AddChild(functionNode))
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp2293 FunctionNode* functionNode; local
2294 if (!NodeCreator<FunctionNode>(this)(name, false, false, functionNode))
2296 _node = functionNode;
2304 if (!_ParseBareFunctionType(functionNode))
2844 FunctionNode* functionNode; local
2845 if (!_ParseFunctionType(functionNode))
2847 _node = functionNode;

Completed in 43 milliseconds