Searched defs:getAsTyped (Results 1 – 4 of 4) sorted by relevance
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
1079 virtual glslang::TIntermTyped* getAsTyped() { return 0; } in getAsTyped() function1092 virtual const glslang::TIntermTyped* getAsTyped() const { return 0; } in getAsTyped() function1129 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function1130 virtual const TIntermTyped* getAsTyped() const { return this; } in getAsTyped() function
1083 virtual glslang::TIntermTyped* getAsTyped() { return 0; } in getAsTyped() function1096 virtual const glslang::TIntermTyped* getAsTyped() const { return 0; } in getAsTyped() function1133 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function1134 virtual const TIntermTyped* getAsTyped() const { return this; } in getAsTyped() function