Home
last modified time | relevance | path

Searched defs:TIntermCase (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DIntermNode.h52 class TIntermCase; variable
944 TIntermCase(TIntermTyped *condition) : TIntermNode(), mCondition(condition) {} in TIntermCase() function
DIntermNode.cpp971 TIntermCase::TIntermCase(const TIntermCase &node) : TIntermCase(node.mCondition->deepCopy()) {} in TIntermCase() function in sh::TIntermCase