HomeSort by relevance Sort by last modified time
    Searched defs:infoSink (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/compiler/
localintermediate.h 26 TIntermediate(TInfoSink& i) : infoSink(i) { }
54 TInfoSink& infoSink;
Diagnostics.h 17 TDiagnostics(TInfoSink& infoSink);
20 TInfoSink& infoSink() { return mInfoSink; }
DetectCallDepth.h 69 TInfoSink& getInfoSink() { return infoSink; }
73 TInfoSink& infoSink;
ParseHelper.h 65 TInfoSink& infoSink() { return diagnostics.infoSink(); }
ShHandle.h 22 #include "compiler/InfoSink.h"
70 TInfoSink& getInfoSink() { return infoSink; }
87 bool detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth);
142 TInfoSink infoSink; // Output sink.
parseConst.cpp 22 infoSink(sink),
46 TInfoSink& infoSink;
64 infoSink.info.message(EPrefixInternalError, node->getLine(), "Symbol Node found in constant constructor");
77 infoSink.info.message(EPrefixError, node->getLine(), buf.c_str());
82 infoSink.info.message(EPrefixInternalError, node->getLine(), "Binary Node found in constant constructor");
92 infoSink.info.message(EPrefixError, node->getLine(), buf.c_str());
103 infoSink.info.message(EPrefixError, node->getLine(), buf.c_str());
147 infoSink.info.message(EPrefixInternalError, node->getLine(), "Selection Node found in constant constructor");
157 assert(infoSink.info.size() != 0);
216 infoSink.info.message(EPrefixInternalError, node->getLine(), "Loop Node found in constant constructor")
    [all...]

Completed in 56 milliseconds