Searched defs:infoSink (Results 1 – 11 of 11) sorted by relevance
20 TInfoSink& infoSink() { return mInfoSink; } in infoSink() function
52 TInfoSink& infoSink; variable
71 TInfoSink& infoSink; variable
13 TDiagnostics::TDiagnostics(TInfoSink& infoSink) : in TDiagnostics()
72 DetectCallDepth::DetectCallDepth(TInfoSink& infoSink, bool limitCallStackDepth, int maxCallStackDep… in DetectCallDepth()
271 TInfoSink& infoSink = compiler->getInfoSink(); in ShGetInfoLog() local287 TInfoSink& infoSink = compiler->getInfoSink(); in ShGetObjectCode() local
157 TInfoSink infoSink; // Output sink. variable
46 TInfoSink& infoSink; member in TConstTraverser
72 TInfoSink& infoSink() { return diagnostics.infoSink(); } in infoSink() function
367 bool TCompiler::detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth) in detectCallDepth()
1034 bool TIntermBinary::promote(TInfoSink& infoSink) in promote()1322 …ermTyped* TIntermConstantUnion::fold(TOperator op, TIntermTyped* constantNode, TInfoSink& infoSink) in fold()