Lines Matching refs:TInfoSink
52 class TInfoSink; variable
274 void output(TInfoSink&, bool tree);
620 void addToCallGraph(TInfoSink&, const TString& caller, const TString& callee);
621 void merge(TInfoSink&, TIntermediate&);
622 void finalCheck(TInfoSink&, bool keepUncalled);
718 void error(TInfoSink& infoSink, const char*);
719 void warn(TInfoSink& infoSink, const char*);
720 void mergeCallGraphs(TInfoSink&, TIntermediate&);
721 void mergeModes(TInfoSink&, TIntermediate&);
722 void mergeTrees(TInfoSink&, TIntermediate&);
725 void mergeBodies(TInfoSink&, TIntermSequence& globals, const TIntermSequence& unitGlobals);
726 …void mergeLinkerObjects(TInfoSink&, TIntermSequence& linkerObjects, const TIntermSequence& unitLin…
728 void mergeErrorCheck(TInfoSink&, const TIntermSymbol&, const TIntermSymbol&, bool crossStage);
729 void checkCallGraphCycles(TInfoSink&);
730 void checkCallGraphBodies(TInfoSink&, bool keepUncalled);
731 void inOutLocationCheck(TInfoSink&);