Searched defs:getAsSwitchNode (Results 1 – 4 of 4) sorted by relevance
103 virtual TIntermSwitch *getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function935 TIntermSwitch *getAsSwitchNode() override { return this; } in getAsSwitchNode() function
286 virtual TIntermSwitch *getAsSwitchNode() { return 0; } in getAsSwitchNode() function646 TIntermSwitch *getAsSwitchNode() { return this; } in getAsSwitchNode() function
1086 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; } in getAsSwitchNode() function1099 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; } in getAsSwitchNode() function1710 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function1711 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function
1090 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; } in getAsSwitchNode() function1103 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; } in getAsSwitchNode() function1733 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function1734 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function