Searched defs:getAsTyped (Results 1 – 4 of 4) sorted by relevance
87 virtual TIntermTyped *getAsTyped() { return nullptr; } in getAsTyped() function136 TIntermTyped *getAsTyped() override { return this; } in getAsTyped() function
87 virtual TIntermTyped *getAsTyped() { return nullptr; } in getAsTyped() function141 TIntermTyped *getAsTyped() override { return this; } in getAsTyped() function
277 virtual TIntermTyped* getAsTyped() { return 0; } in getAsTyped() function308 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function
1089 virtual glslang::TIntermTyped* getAsTyped() { return nullptr; } in getAsTyped() function1102 virtual const glslang::TIntermTyped* getAsTyped() const { return nullptr; } in getAsTyped() function1139 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function1140 virtual const TIntermTyped* getAsTyped() const { return this; } in getAsTyped() function