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