Searched refs:getTypeAlignInChars (Results 1 - 20 of 20) sorted by relevance

/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp124 Ctx.getTypeAlignInChars(type));
H A DCGExpr.cpp69 CharUnits Align = getContext().getTypeAlignInChars(Ty);
78 CharUnits Align = getContext().getTypeAlignInChars(Ty);
147 CharUnits Alignment = getContext().getTypeAlignInChars(E->getType());
392 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(E->getType());
469 CGF.getContext().getTypeAlignInChars(E->getType()).getQuantity();
580 AlignVal = getContext().getTypeAlignInChars(Ty).getQuantity();
1846 Context.getTypeAlignInChars(Ty).getQuantity();
2068 CharUnits Align = getContext().getTypeAlignInChars(T);
2232 alignment = getContext().getTypeAlignInChars(type);
3020 CharUnits alignChars = getContext().getTypeAlignInChars(AtomicT
[all...]
H A DCGCall.cpp1166 CharUnits Alignment = getContext().getTypeAlignInChars(Ty);
1520 unsigned Alignment = getContext().getTypeAlignInChars(RetTy).getQuantity();
1956 getContext().getTypeAlignInChars(I->Ty).getQuantity();
2179 unsigned Alignment = getContext().getTypeAlignInChars(RetTy).getQuantity();
2239 unsigned Alignment = getContext().getTypeAlignInChars(RetTy).getQuantity();
H A DCGClass.cpp406 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(BaseType);
445 CharUnits Align = CGF.getContext().getTypeAlignInChars(T);
1389 CharUnits Alignment = getContext().getTypeAlignInChars(Ty);
H A DCodeGenModule.cpp2093 CharUnits Align = getContext().getTypeAlignInChars(getContext().ShortTy);
2096 CharUnits Align = getContext().getTypeAlignInChars(getContext().CharTy);
2223 CharUnits Align = getContext().getTypeAlignInChars(getContext().CharTy);
2327 CharUnits Align = getContext().getTypeAlignInChars(S->getType());
H A DItaniumCXXABI.cpp803 CGM.getContext().getTypeAlignInChars(elementType));
821 std::max(SizeSize, Ctx.getTypeAlignInChars(ElementType));
H A DCGExprCXX.cpp809 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(AllocType);
946 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(T);
H A DCGObjC.cpp119 Context.getTypeAlignInChars(Rhs->getType()),
127 Context.getTypeAlignInChars(Key->getType()),
135 Context.getTypeAlignInChars(Value->getType()),
2964 = getContext().getTypeAlignInChars(TheCXXConstructExpr->getType());
H A DCodeGenFunction.h1582 Alignment = getContext().getTypeAlignInChars(T);
1610 CharUnits Alignment = getContext().getTypeAlignInChars(T);
H A DCGExprAgg.cpp334 alloc->setAlignment(ctx.getTypeAlignInChars(array).getQuantity());
H A DCGBuiltin.cpp1496 Align = getContext().getTypeAlignInChars(PtTy).getQuantity();
1512 Align = getContext().getTypeAlignInChars(PtTy).getQuantity();
1523 Align = getContext().getTypeAlignInChars(PtTy).getQuantity();
H A DCGStmt.cpp775 CharUnits Alignment = getContext().getTypeAlignInChars(RV->getType());
H A DCGBlocks.cpp738 CharUnits Align = getContext().getTypeAlignInChars(type);
H A DTargetInfo.cpp932 unsigned Align = CGF.getContext().getTypeAlignInChars(Ty).getQuantity();
/external/clang/include/clang/AST/
H A DASTContext.h1475 CharUnits getTypeAlignInChars(QualType T) const;
1476 CharUnits getTypeAlignInChars(const Type *T) const;
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1870 CharUnits TypeAlign = Context.getTypeAlignInChars(Type);
2051 FieldAlign = Context.getTypeAlignInChars(ATy->getElementType());
H A DASTContext.cpp1514 /// getTypeAlignInChars - Return the ABI-specified alignment of a type, in
1516 CharUnits ASTContext::getTypeAlignInChars(QualType T) const { function in class:ASTContext
1519 CharUnits ASTContext::getTypeAlignInChars(const Type *T) const { function in class:ASTContext
H A DExprConstant.cpp4373 Info.Ctx.getTypeAlignInChars(PointeeType) >= Size) {
/external/clang/lib/Sema/
H A DSemaStmt.cpp2169 Context.getDeclAlign(VD) > Context.getTypeAlignInChars(VD->getType()))
H A DSemaChecking.cpp5017 CharUnits DestAlign = Context.getTypeAlignInChars(DestPointee);
5031 CharUnits SrcAlign = Context.getTypeAlignInChars(SrcPointee);

Completed in 313 milliseconds