Home
last modified time | relevance | path

Searched refs:asUIntType (Results 1 – 4 of 4) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/glsl/
H A Dglsltypes.cpp95 if (other && other->asUIntType() != nullptr) in isEqualTo()
104 Q_ASSERT(other->asUIntType() != nullptr); in isLessThan()
145 else if (elementType()->asUIntType() != nullptr) in toString()
269 else if (elementType()->asUIntType() != nullptr) in toString()
H A Dglslsemantic.cpp311 } else if (target->asUIntType() != nullptr) { in implicitCast()
315 type->asUIntType() != nullptr; in implicitCast()
318 type->asUIntType() != nullptr || in implicitCast()
326 if (targetElementType->asUIntType() != nullptr) { in implicitCast()
332 elementType->asUIntType() != nullptr; in implicitCast()
336 elementType->asUIntType() != nullptr || in implicitCast()
H A Dglsltype.h43 virtual const UIntType *asUIntType() const { return nullptr; } in asUIntType() function
H A Dglsltypes.h83 const UIntType *asUIntType() const override { return this; } in asUIntType() function