Searched defs:TCall (Results 1 – 1 of 1) sorted by relevance
101 struct TCall { struct102 TCall(const TString& pCaller, const TString& pCallee) : caller(pCaller), callee(pCallee) { } in TCall() function103 TString caller;104 TString callee;105 bool visited;106 bool currentPath;107 bool errorGiven;108 int calleeBodyPosition;