Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h101 struct TCall { struct
102 TCall(const TString& pCaller, const TString& pCallee) : caller(pCaller), callee(pCallee) { } in TCall() function
1135 typedef std::list<TCall> TGraph;
DlinkValidate.cpp1401 TCall* newRoot; in checkCallGraphCycles()
1421 std::list<TCall*> stack; in checkCallGraphCycles()
1426 TCall* call = stack.back(); in checkCallGraphCycles()