Searched refs:QT (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_var.cpp111 clang::QualType QT = VD->getTypeSourceInfo()->getType(); local
112 if (!QT.isNull()) {
113 mIsConst = QT.isConstQualified();
114 mIsUnsigned = QT->hasUnsignedIntegerRepresentation();
115 if (QT == Context->getASTContext().BoolTy) {
H A Dslang_rs_export_foreach.cpp105 clang::QualType QT = PVD->getType().getCanonicalType(); local
108 if (QT->isPointerType() && QT->getPointeeType().isConstQualified()) {
116 QT = PVD->getType().getCanonicalType();
117 if (QT->isPointerType() && !QT->getPointeeType().isConstQualified()) {
136 QT = PVD->getType().getCanonicalType();
137 if (QT->isPointerType() && QT->getPointeeType().isConstQualified()) {
145 QT
274 clang::QualType QT; local
412 clang::QualType QT = PVD->getType().getCanonicalType(); local
534 clang::QualType QT = PVD->getType().getCanonicalType(); local
566 clang::QualType QT = PVD->getType().getCanonicalType(); local
[all...]
H A Dslang_rs_check_ast.cpp64 clang::QualType QT = PVD->getType().getCanonicalType(); local
65 if (!RSExportType::ValidateType(C, QT, PVD, PVD->getLocStart(),
H A Dslang_rs_backend.cpp116 clang::QualType QT = PVD->getOriginalType(); local
117 if (QT->isArrayType()) {
122 "not have array type: %0")) << QT;
H A Dslang_rs_export_type.cpp456 clang::QualType QT = T->getCanonicalTypeInternal(); local
457 if (QT == C.DoubleTy ||
458 QT == C.LongDoubleTy ||
459 QT == C.LongTy ||
460 QT == C.LongLongTy) {
575 bool RSExportType::ValidateType(clang::ASTContext &C, clang::QualType QT, argument
578 const clang::Type *T = QT.getTypePtr();
H A Dslang_rs_object_ref_count.cpp1006 clang::QualType QT = LHS->getType(); local
1007 const clang::Type *T = QT.getTypePtr();
1101 new(C) clang::BinaryOperator(LHS, RHS, clang::BO_Assign, QT,
1118 clang::QualType QT = AS->getType(); local
1127 if (!RSExportPrimitiveType::IsRSObjectType(QT.getTypePtr())) {
1496 clang::QualType QT = AS->getType(); local
1498 if (CountRSObjectTypes(mCtx, QT.getTypePtr(), AS->getExprLoc())) {
H A Dslang_rs_export_type.h163 static bool ValidateType(clang::ASTContext &C, clang::QualType QT,

Completed in 45 milliseconds