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

/frameworks/compile/slang/
H A Dslang_rs_export_var.cpp98 clang::QualType QT = VD->getTypeSourceInfo()->getType(); local
99 if (!QT.isNull()) {
100 mIsConst = QT.isConstQualified();
101 mIsUnsigned = QT->hasUnsignedIntegerRepresentation();
102 if (QT == Context->getASTContext().BoolTy) {
H A Dslang_rs_check_ast.cpp164 clang::QualType QT = PVD->getType().getCanonicalType(); local
165 if (!RSExportType::ValidateType(Context, C, QT, PVD, PVD->getLocStart(),
187 clang::QualType QT = VD->getType(); local
191 const clang::Type *T = QT.getTypePtr();
199 if (!QT.isConstQualified()) {
236 clang::QualType QT = CE->getType(); local
237 const clang::Type *T = QT.getTypePtr();
H A Dslang_rs_export_foreach.cpp157 clang::QualType QT = PVD->getType().getCanonicalType(); local
159 if (!QT->isPointerType()) {
171 if (!QT->getPointeeType().isConstQualified()) {
267 clang::QualType QT = PVD->getType().getCanonicalType(); local
268 if (QT->isPointerType()) {
315 const clang::QualType QT = Type.getCanonicalType(); local
316 const clang::QualType UT = QT.getUnqualifiedType();
489 clang::QualType QT = PVD->getType().getCanonicalType(); local
490 slangAssert(QT->isPointerType() &&
491 QT
626 clang::QualType QT = PVD->getType().getCanonicalType(); local
658 clang::QualType QT = PVD->getType().getCanonicalType(); local
[all...]
H A Dslang_rs_export_type.h44 inline const clang::Type* GetCanonicalType(clang::QualType QT) { argument
45 return GetCanonicalType(QT.getTypePtr());
238 clang::QualType QT, clang::NamedDecl *ND,
H A Dslang_rs_export_type.cpp539 clang::QualType QT = T->getCanonicalTypeInternal(); local
540 if (QT == C.DoubleTy ||
541 QT == C.LongDoubleTy ||
542 QT == C.LongTy ||
543 QT == C.LongLongTy) {
671 clang::QualType QT, clang::NamedDecl *ND,
675 const clang::Type *T = QT.getTypePtr();
670 ValidateType(slang::RSContext *Context, clang::ASTContext &C, clang::QualType QT, clang::NamedDecl *ND, clang::SourceLocation Loc, unsigned int TargetAPI, bool IsFilterscript, bool IsExtern) argument
H A Dslang_rs_object_ref_count.cpp997 clang::QualType QT = LHS->getType(); local
998 const clang::Type *T = QT.getTypePtr();
1093 new(C) clang::BinaryOperator(LHS, RHS, clang::BO_Assign, QT,
1111 clang::QualType QT = AS->getType();
1120 if (!RSExportPrimitiveType::IsRSObjectType(QT.getTypePtr())) {
1492 clang::QualType QT = AS->getType(); local
1494 if (CountRSObjectTypes(mCtx, QT.getTypePtr(), AS->getExprLoc())) {
H A Dslang_backend.cpp450 clang::QualType QT = PVD->getOriginalType(); local
451 if (QT->isArrayType()) {
455 << QT;

Completed in 239 milliseconds