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

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DConstantUnion.h12 class ConstantUnion { class
15 ConstantUnion() function in class:ConstantUnion
21 bool cast(TBasicType newType, const ConstantUnion &constant)
112 bool operator==(const ConstantUnion& constant) const
151 bool operator!=(const ConstantUnion& constant) const
156 bool operator>(const ConstantUnion& constant) const
171 bool operator<(const ConstantUnion& constant) const
186 ConstantUnion operator+(const ConstantUnion& constant) const
188 ConstantUnion returnValu
[all...]

Completed in 395 milliseconds