webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | Static Protected Member Functions | List of all members
IntermNodeTest Class Reference
Inheritance diagram for IntermNodeTest:
testing::Test

Public Member Functions

 IntermNodeTest ()
 

Protected Member Functions

void SetUp () override
 
void TearDown () override
 
TIntermSymbolcreateTestSymbol (const TType &type)
 
TIntermSymbolcreateTestSymbol ()
 
void checkTypeEqualWithQualifiers (const TType &original, const TType &copy)
 
void checkSymbolCopy (TIntermNode *aOriginal, TIntermNode *aCopy)
 
TSourceLoc createUniqueSourceLoc ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Static Protected Member Functions

static TSourceLoc getTestSourceLoc ()
 
static void checkTestSourceLoc (const TSourceLoc &loc)
 

Constructor & Destructor Documentation

◆ IntermNodeTest()

IntermNodeTest::IntermNodeTest ( )
inline

Member Function Documentation

◆ checkSymbolCopy()

void IntermNodeTest::checkSymbolCopy ( TIntermNode aOriginal,
TIntermNode aCopy 
)
inlineprotected

◆ checkTestSourceLoc()

static void IntermNodeTest::checkTestSourceLoc ( const TSourceLoc loc)
inlinestaticprotected

◆ checkTypeEqualWithQualifiers()

void IntermNodeTest::checkTypeEqualWithQualifiers ( const TType original,
const TType copy 
)
inlineprotected

◆ createTestSymbol() [1/2]

TIntermSymbol* IntermNodeTest::createTestSymbol ( const TType type)
inlineprotected

◆ createTestSymbol() [2/2]

TIntermSymbol* IntermNodeTest::createTestSymbol ( )
inlineprotected

◆ createUniqueSourceLoc()

TSourceLoc IntermNodeTest::createUniqueSourceLoc ( )
inlineprotected

◆ getTestSourceLoc()

static TSourceLoc IntermNodeTest::getTestSourceLoc ( )
inlinestaticprotected

◆ SetUp()

void IntermNodeTest::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

◆ TearDown()

void IntermNodeTest::TearDown ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.


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