RetroArch
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
glslang::TInductiveTraverser Class Reference
Inheritance diagram for glslang::TInductiveTraverser:
[legend]
Collaboration diagram for glslang::TInductiveTraverser:
[legend]

Public Member Functions

 TInductiveTraverser (int id, TSymbolTable &st)
 
virtual bool visitBinary (TVisit, TIntermBinary *node)
 
virtual bool visitUnary (TVisit, TIntermUnary *node)
 
virtual bool visitAggregate (TVisit, TIntermAggregate *node)
 
- Public Member Functions inherited from glslang::TIntermTraverser
 TIntermTraverser (bool preVisit=true, bool inVisit=false, bool postVisit=false, bool rightToLeft=false)
 
virtual ~TIntermTraverser ()
 
virtual void visitSymbol (TIntermSymbol *)
 
virtual void visitConstantUnion (TIntermConstantUnion *)
 
virtual bool visitSelection (TVisit, TIntermSelection *)
 
virtual bool visitLoop (TVisit, TIntermLoop *)
 
virtual bool visitBranch (TVisit, TIntermBranch *)
 
virtual bool visitSwitch (TVisit, TIntermSwitch *)
 
int getMaxDepth () const
 
void incrementDepth (TIntermNode *current)
 
void decrementDepth ()
 
TIntermNodegetParentNode ()
 

Public Attributes

int loopId
 
TSymbolTablesymbolTable
 
bool bad
 
TSourceLoc badLoc
 
- Public Attributes inherited from glslang::TIntermTraverser
const bool preVisit
 
const bool inVisit
 
const bool postVisit
 
const bool rightToLeft
 

Protected Member Functions

 TInductiveTraverser (TInductiveTraverser &)
 
TInductiveTraverseroperator= (TInductiveTraverser &)
 
- Protected Member Functions inherited from glslang::TIntermTraverser
TIntermTraverseroperator= (TIntermTraverser &)
 

Additional Inherited Members

- Protected Attributes inherited from glslang::TIntermTraverser
int depth
 
int maxDepth
 
TVector< TIntermNode * > path
 

Constructor & Destructor Documentation

◆ TInductiveTraverser() [1/2]

glslang::TInductiveTraverser::TInductiveTraverser ( int  id,
TSymbolTable st 
)
inline

◆ TInductiveTraverser() [2/2]

glslang::TInductiveTraverser::TInductiveTraverser ( TInductiveTraverser )
protected

Member Function Documentation

◆ operator=()

TInductiveTraverser& glslang::TInductiveTraverser::operator= ( TInductiveTraverser )
protected

◆ visitAggregate()

bool glslang::TInductiveTraverser::visitAggregate ( TVisit  ,
TIntermAggregate node 
)
virtual

Reimplemented from glslang::TIntermTraverser.

Here is the call graph for this function:

◆ visitBinary()

bool glslang::TInductiveTraverser::visitBinary ( TVisit  ,
TIntermBinary node 
)
virtual

Reimplemented from glslang::TIntermTraverser.

Here is the call graph for this function:

◆ visitUnary()

bool glslang::TInductiveTraverser::visitUnary ( TVisit  ,
TIntermUnary node 
)
virtual

Reimplemented from glslang::TIntermTraverser.

Here is the call graph for this function:

Member Data Documentation

◆ bad

bool glslang::TInductiveTraverser::bad

◆ badLoc

TSourceLoc glslang::TInductiveTraverser::badLoc

◆ loopId

int glslang::TInductiveTraverser::loopId

◆ symbolTable

TSymbolTable& glslang::TInductiveTraverser::symbolTable

The documentation for this class was generated from the following file: