Home
last modified time | relevance | path

Searched refs:QT (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_foreach.cpp94 clang::QualType QT = PVD->getType().getCanonicalType(); in validateAndConstructParams() local
97 if (QT->isPointerType() && QT->getPointeeType().isConstQualified()) { in validateAndConstructParams()
105 QT = PVD->getType().getCanonicalType(); in validateAndConstructParams()
106 if (QT->isPointerType() && !QT->getPointeeType().isConstQualified()) { in validateAndConstructParams()
125 QT = PVD->getType().getCanonicalType(); in validateAndConstructParams()
126 if (QT->isPointerType() && QT->getPointeeType().isConstQualified()) { in validateAndConstructParams()
134 QT = PVD->getType().getCanonicalType(); in validateAndConstructParams()
136 if (QT.getUnqualifiedType() != C.UnsignedIntTy) { in validateAndConstructParams()
241 clang::QualType QT = PVD->getType().getCanonicalType(); in Create() local
242 slangAssert(QT->isPointerType() && in Create()
[all …]
Dslang_rs_export_var.cpp110 clang::QualType QT = VD->getTypeSourceInfo()->getType(); in RSExportVar() local
111 if (!QT.isNull()) { in RSExportVar()
112 mIsConst = QT.isConstQualified(); in RSExportVar()
Dslang_rs_object_ref_count.cpp1005 clang::QualType QT = LHS->getType(); in CreateStructRSSetObject() local
1006 const clang::Type *T = QT.getTypePtr(); in CreateStructRSSetObject()
1100 new(C) clang::BinaryOperator(LHS, RHS, clang::BO_Assign, QT, in CreateStructRSSetObject()
1117 clang::QualType QT = AS->getType(); in ReplaceRSObjectAssignment() local
1126 if (!RSExportPrimitiveType::IsRSObjectType(QT.getTypePtr())) { in ReplaceRSObjectAssignment()
1490 clang::QualType QT = AS->getType(); in VisitBinAssign() local
1492 if (CountRSObjectTypes(mCtx, QT.getTypePtr(), AS->getExprLoc())) { in VisitBinAssign()