OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TInfoSink
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
Diagnostics.h
12
class
TInfoSink
;
17
TDiagnostics(
TInfoSink
& infoSink);
20
TInfoSink
& infoSink() { return mInfoSink; }
39
TInfoSink
& mInfoSink;
DetectCallDepth.h
16
class
TInfoSink
;
28
DetectCallDepth(
TInfoSink
& infoSync, bool limitCallStackDepth, int maxCallStackDepth);
69
TInfoSink
& getInfoSink() { return infoSink; }
73
TInfoSink
& infoSink;
ShHandle.h
70
TInfoSink
& getInfoSink() { return infoSink; }
88
bool detectCallDepth(TIntermNode* root,
TInfoSink
& infoSink, bool limitCallStackDepth);
143
TInfoSink
infoSink; // Output sink.
localintermediate.h
22
class
TInfoSink
;
26
TIntermediate(
TInfoSink
& i) : infoSink(i) { }
54
TInfoSink
& infoSink;
Diagnostics.cpp
13
TDiagnostics::TDiagnostics(
TInfoSink
& infoSink) :
SymbolTable.cpp
130
void TVariable::dump(
TInfoSink
& infoSink) const
139
void TFunction::dump(
TInfoSink
&infoSink) const
144
void TSymbolTableLevel::dump(
TInfoSink
&infoSink) const
151
void TSymbolTable::dump(
TInfoSink
&infoSink) const
SymbolTable.h
54
virtual void dump(
TInfoSink
&infoSink) const = 0;
86
virtual void dump(
TInfoSink
&infoSink) const;
169
virtual void dump(
TInfoSink
&infoSink) const;
229
void dump(
TInfoSink
&infoSink) const;
337
void dump(
TInfoSink
&infoSink) const;
InfoSink.h
109
class
TInfoSink
{
intermediate.h
201
class
TInfoSink
;
395
TIntermTyped* fold(TOperator, TIntermTyped*,
TInfoSink
&);
438
bool promote(
TInfoSink
&);
468
bool promote(
TInfoSink
&);
ParseContext.h
28
TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, ShShaderType type, ShShaderSpec spec, int options, bool checksPrecErrors, const char* sourcePath,
TInfoSink
& is) :
65
TInfoSink
& infoSink() { return diagnostics.infoSink(); }
parseConst.cpp
15
TConstTraverser(ConstantUnion* cUnion, bool singleConstParam, TOperator constructType,
TInfoSink
& sink, TSymbolTable& symTable, TType& t)
46
TInfoSink
& infoSink;
DetectCallDepth.cpp
72
DetectCallDepth::DetectCallDepth(
TInfoSink
& infoSink, bool limitCallStackDepth, int maxCallStackDepth)
ShaderLang.cpp
225
TInfoSink
& infoSink = compiler->getInfoSink();
241
TInfoSink
& infoSink = compiler->getInfoSink();
Compiler.cpp
294
bool TCompiler::detectCallDepth(TIntermNode* root,
TInfoSink
& infoSink, bool limitCallStackDepth)
Intermediate.cpp
863
bool TIntermUnary::promote(
TInfoSink
&)
902
bool TIntermBinary::promote(
TInfoSink
& infoSink)
[
all
...]
Completed in 1118 milliseconds