Searched refs:QTy (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp75 static bool TypeHasMayAlias(QualType QTy) { argument
77 if (const TagType *TTy = dyn_cast<TagType>(QTy))
81 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) {
92 CodeGenTBAA::getTBAAInfo(QualType QTy) { argument
99 if (TypeHasMayAlias(QTy))
102 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
175 QualType QTy,
181 if (const RecordType *TTy = QTy->getAs<RecordType>()) {
208 uint64_t Size = Context.getTypeSizeInChars(QTy).getQuantity();
209 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy);
174 CollectFields(uint64_t BaseOffset, QualType QTy, SmallVectorImpl<llvm::MDBuilder::TBAAStructField> & Fields, bool MayAlias) argument
216 getTBAAStructInfo(QualType QTy) argument
231 isTBAAPathStruct(QualType QTy) argument
245 getTBAAStructTypeInfo(QualType QTy) argument
[all...]
H A DCodeGenTBAA.h100 llvm::MDNode *getTBAAInfo(QualType QTy);
108 llvm::MDNode *getTBAAStructInfo(QualType QTy);
H A DCGCXX.cpp295 const Type *QTy = Qual->getAsType(); local
296 QualType T = QualType(QTy, 0);
H A DCodeGenModule.h639 llvm::MDNode *getTBAAInfo(QualType QTy);
641 llvm::MDNode *getTBAAStructInfo(QualType QTy);
646 bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);
H A DCGDebugInfo.cpp1907 QualType QTy(Ty, 0);
1908 TypeCache[QTy.getAsOpaquePtr()].reset(RealDecl);
2479 QualType QTy(Ty, 0);
2481 auto *T = cast_or_null<llvm::DICompositeType>(getTypeOrNull(QTy));
2498 TypeCache[QTy.getAsOpaquePtr()].reset(Res);
H A DCodeGenModule.cpp513 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) { argument
516 return TBAA->getTBAAInfo(QTy);
525 llvm::MDNode *CodeGenModule::getTBAAStructInfo(QualType QTy) { argument
528 return TBAA->getTBAAStructInfo(QTy);
H A DCGBuiltin.cpp3557 llvm::Type *QTy = llvm::VectorType::getExtendedElementVectorType(VTy); local
3558 Ops[0] = Builder.CreateBitCast(Ops[0], QTy);
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp3715 QualType QTy = PVD->getType()
3719 const Type *Ty = QTy.getTypePtrOrNull();
3722 << QTy << getLangOpts().CPlusPlus << E->getSourceRange();
10299 auto QTy = SemaRef.Context.getRecordType(RD);
10301 SemaRef.Diag(Loc, diag::err_omp_not_mappable_type) << QTy;
10311 SemaRef.Diag(Loc, diag::err_omp_not_mappable_type) << QTy;
10318 SemaRef.Diag(Loc, diag::err_omp_not_mappable_type) << QTy;
10336 DSAStackTy *Stack, QualType QTy) {
10338 if (QTy->isIncompleteType(&ND)) {
10339 SemaRef.Diag(SL, diag::err_incomplete_type) << QTy << S
[all...]
H A DSemaExpr.cpp13652 QualType QTy = Var->getType(); local
13654 QTy = PVD->getOriginalType();
13655 captureVariablyModifiedType(Context, QTy, CSI);

Completed in 206 milliseconds