Searched refs:getDeclAlign (Results 1 - 17 of 17) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp213 GV->setAlignment(getContext().getDeclAlign(&D).getQuantity());
349 CharUnits alignment = getContext().getDeclAlign(&D);
950 CharUnits alignment = getContext().getDeclAlign(&D);
1781 DeclPtr = CreateMemTemp(Ty, getContext().getDeclAlign(&D),
H A DCGDeclCXX.cpp162 ConstantAddress DeclAddr(DeclPtr, getContext().getDeclAlign(&D));
H A DCGBlocks.cpp430 CharUnits align = C.getDeclAlign(variable);
1227 CharUnits align = getContext().getDeclAlign(variable);
2110 CharUnits varAlign = getContext().getDeclAlign(D);
H A DCodeGenModule.cpp1454 CharUnits Alignment = getContext().getDeclAlign(VD);
2034 GV->setAlignment(getContext().getDeclAlign(D).getQuantity());
2393 GV->setAlignment(getContext().getDeclAlign(D).getQuantity());
3932 Address Addr(GetAddrOfGlobalVar(VD), getContext().getDeclAlign(VD));
H A DCGExpr.cpp1962 CharUnits Alignment = CGF.getContext().getDeclAlign(VD);
1994 CharUnits Alignment = CGF.getContext().getDeclAlign(FD);
2026 CharUnits Alignment = CGM.getContext().getDeclAlign(VD);
2080 Address(CapLVal.getPointer(), getContext().getDeclAlign(VD)),
2120 getContext().getDeclAlign(VD));
H A DCGOpenMPRuntime.cpp1533 Address Addr = Address(Ptr, CGF.getContext().getDeclAlign(Var));
2774 C.getDeclAlign(VD),
2784 C.getDeclAlign(VD),
2903 Address(SharedRefLValue.getPointer(), C.getDeclAlign(OriginalVD)),
H A DCGStmtOpenMP.cpp169 Var, Address(ArgAddr.getPointer(), getContext().getDeclAlign(Var)));
490 getContext().getDeclAlign(VD));
1953 CGF.getContext().getDeclAlign(Pair.first));
H A DCGExprConstant.cpp992 CharUnits Align = CGM.getContext().getDeclAlign(VD);
H A DCGCall.cpp2043 Address Alloca = CreateMemTemp(Ty, getContext().getDeclAlign(Arg),
2107 Address Alloca = CreateMemTemp(Ty, getContext().getDeclAlign(Arg));
H A DItaniumCXXABI.cpp2297 CharUnits Align = CGM.getContext().getDeclAlign(VD);
2322 CGF.getContext().getDeclAlign(VD));
H A DCGDebugInfo.cpp2894 CharUnits Align = CGM.getContext().getDeclAlign(VD);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1863 CharUnits getDeclAlign(const Decl *D, bool ForAlignof = false) const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp5075 return Info.Ctx.getDeclAlign(DRE->getDecl(),
5079 return Info.Ctx.getDeclAlign(ME->getMemberDecl(),
5119 BaseAlignment = Info.Ctx.getDeclAlign(VD);
H A DASTContext.cpp1356 CharUnits ASTContext::getDeclAlign(const Decl *D, bool ForAlignof) const { function in class:ASTContext
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp2725 Context.getDeclAlign(VD) > Context.getTypeAlignInChars(VD->getType()))
H A DSemaDecl.cpp10160 if (Context.getDeclAlign(VD) > MaxAlignChars) {
10162 << (unsigned)Context.getDeclAlign(VD).getQuantity() << VD
H A DSemaOpenMP.cpp857 Ctx.getDeclAlign(VD) > Ctx.getTypeAlignInChars(Ctx.getUIntPtrType())))

Completed in 481 milliseconds