Searched defs:getAsAggregate (Results 1 – 4 of 4) sorted by relevance
90 virtual TIntermAggregate *getAsAggregate() { return nullptr; } in getAsAggregate() function608 TIntermAggregate *getAsAggregate() override { return this; } in getAsAggregate() function
279 virtual TIntermAggregate* getAsAggregate() { return 0; } in getAsAggregate() function545 TIntermAggregate* getAsAggregate() override { return this; } in getAsAggregate() function
1082 virtual glslang::TIntermAggregate* getAsAggregate() { return 0; } in getAsAggregate() function1095 virtual const glslang::TIntermAggregate* getAsAggregate() const { return 0; } in getAsAggregate() function1630 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function1631 virtual const TIntermAggregate* getAsAggregate() const { return this; } in getAsAggregate() function
1086 virtual glslang::TIntermAggregate* getAsAggregate() { return 0; } in getAsAggregate() function1099 virtual const glslang::TIntermAggregate* getAsAggregate() const { return 0; } in getAsAggregate() function1643 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function1644 virtual const TIntermAggregate* getAsAggregate() const { return this; } in getAsAggregate() function