Searched refs:addCallee (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DDetectCallDepth.h45 void addCallee(FunctionNode* callee);
H A DDetectCallDepth.cpp21 void DetectCallDepth::FunctionNode::addCallee( function in class:DetectCallDepth::FunctionNode
117 currentFunction->addCallee(func);
/external/clang/lib/Analysis/
H A DCallGraph.cpp58 CallerNode->addCallee(CalleeNode, G);
162 Root->addCallee(Node, this);
/external/clang/include/clang/Analysis/
H A DCallGraph.h159 void addCallee(CallGraphNode *N, CallGraph *CG) { function in class:clang::CallGraphNode

Completed in 1201 milliseconds