Searched defs:TIntermConstantUnion (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/compiler/
H A Dintermediate.h196 class TIntermConstantUnion;
222 virtual TIntermConstantUnion* getAsConstantUnion() { return 0; }
365 class TIntermConstantUnion : public TIntermTyped { class in inherits:TIntermTyped
367 TIntermConstantUnion(ConstantUnion *unionPointer, const TType& t) : TIntermTyped(t), unionArrayPointer(unionPointer) { } function in class:TIntermConstantUnion
375 virtual TIntermConstantUnion* getAsConstantUnion() { return this; }
553 virtual void visitConstantUnion(TIntermConstantUnion*) {}

Completed in 128 milliseconds