Searched refs:getAsSwitchNode (Results 1 – 8 of 8) sorted by relevance
1074 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; } in getAsSwitchNode() function1087 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; } in getAsSwitchNode() function1695 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function1696 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function
286 virtual TIntermSwitch *getAsSwitchNode() { return 0; } in getAsSwitchNode() function646 TIntermSwitch *getAsSwitchNode() { return this; } in getAsSwitchNode() function
196 TIntermSwitch* selection = node->getAsSwitchNode(); in handleSwitchAttributes()
103 virtual TIntermSwitch *getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function915 TIntermSwitch *getAsSwitchNode() override { return this; } in getAsSwitchNode() function
41 else if (node->getAsSwitchNode()) in isSingleStatement()
2120 statement->getAsSwitchNode() == nullptr && in visitBlock()