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

Public Member Functions

 TIndexTraverser (const TIdSetType &ids)
 
virtual void visitSymbol (TIntermSymbol *symbol)
 
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 visitConstantUnion (TIntermConstantUnion *)
 
virtual bool visitBinary (TVisit, TIntermBinary *)
 
virtual bool visitUnary (TVisit, TIntermUnary *)
 
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

const TIdSetTypeinductiveLoopIds
 
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

 TIndexTraverser (TIndexTraverser &)
 
TIndexTraverseroperator= (TIndexTraverser &)
 
- 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

◆ TIndexTraverser() [1/2]

glslang::TIndexTraverser::TIndexTraverser ( const TIdSetType ids)
inline

◆ TIndexTraverser() [2/2]

glslang::TIndexTraverser::TIndexTraverser ( TIndexTraverser )
protected

Member Function Documentation

◆ operator=()

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

◆ visitAggregate()

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

Reimplemented from glslang::TIntermTraverser.

Here is the call graph for this function:

◆ visitSymbol()

void glslang::TIndexTraverser::visitSymbol ( TIntermSymbol symbol)
virtual

Reimplemented from glslang::TIntermTraverser.

Here is the call graph for this function:

Member Data Documentation

◆ bad

bool glslang::TIndexTraverser::bad

◆ badLoc

TSourceLoc glslang::TIndexTraverser::badLoc

◆ inductiveLoopIds

const TIdSetType& glslang::TIndexTraverser::inductiveLoopIds

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