Home
last modified time | relevance | path

Searched defs:TCall (Results 1 – 1 of 1) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h100 struct TCall { struct
101 TCall(const TString& pCaller, const TString& pCallee) : caller(pCaller), callee(pCallee) { } in TCall() argument
102 TString caller;
103 TString callee;
104 bool visited;
105 bool currentPath;
106 bool errorGiven;
107 int calleeBodyPosition;