Searched refs:TCall (Results 1 – 2 of 2) sorted by relevance
100 struct TCall { struct101 TCall(const TString& pCaller, const TString& pCallee) : caller(pCaller), callee(pCallee) { } in TCall() argument1095 typedef std::list<TCall> TGraph;
1383 TCall* newRoot; in checkCallGraphCycles()1403 std::list<TCall*> stack; in checkCallGraphCycles()1408 TCall* call = stack.back(); in checkCallGraphCycles()