Home
last modified time | relevance | path

Searched refs:TCall (Results 1 – 2 of 2) 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
1095 typedef std::list<TCall> TGraph;
DlinkValidate.cpp1383 TCall* newRoot; in checkCallGraphCycles()
1403 std::list<TCall*> stack; in checkCallGraphCycles()
1408 TCall* call = stack.back(); in checkCallGraphCycles()