|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/lib/CodeGen/CGBlocks.cpp 1159 MakeAddrLValue(blockField, type, AlignmentSource::Decl),
tools/clang/lib/CodeGen/CGExpr.cpp 445 return MakeAddrLValue(Object, M->getType(), AlignmentSource::Decl);
450 AlignmentSource::Decl);
572 LValue LV = MakeAddrLValue(Object, E->getType(), AlignmentSource::Decl);
589 return MakeAddrLValue(Object, M->getType(), AlignmentSource::Decl);
1077 if (InnerBaseInfo.getAlignmentSource() != AlignmentSource::Decl) {
2297 return CGF.MakeAddrLValue(Addr, T, AlignmentSource::Decl);
2373 return CGF.MakeAddrLValue(Addr, T, AlignmentSource::Decl);
2390 AlignmentSource::Decl) :
2391 CGF.MakeAddrLValue(Addr, T, AlignmentSource::Decl);
2425 AlignmentSource::Decl);
2558 return MakeAddrLValue(Addr, T, AlignmentSource::Decl);
2573 AlignmentSource::Decl);
2581 CapLVal.getType(), LValueBaseInfo(AlignmentSource::Decl),
2587 return MakeAddrLValue(addr, T, AlignmentSource::Decl);
2601 return MakeAddrLValue(Aliasee, T, AlignmentSource::Decl);
2645 EmitLoadOfReferenceLValue(addr, VD->getType(), AlignmentSource::Decl) :
2646 MakeAddrLValue(addr, T, AlignmentSource::Decl);
2747 E->getType(), AlignmentSource::Decl);
2752 E->getType(), AlignmentSource::Decl);
2772 return MakeAddrLValue(C, E->getType(), AlignmentSource::Decl);
2775 return MakeAddrLValue(C, E->getType(), AlignmentSource::Decl);
2779 return MakeAddrLValue(C, E->getType(), AlignmentSource::Decl);
3829 AlignmentSource::Decl);
4165 return MakeAddrLValue(GlobalPtr, E->getType(), AlignmentSource::Decl);
4173 LValue Result = MakeAddrLValue(DeclPtr, E->getType(), AlignmentSource::Decl);
4662 AlignmentSource::Decl);
4681 return MakeAddrLValue(Slot.getAddress(), E->getType(), AlignmentSource::Decl);
4696 AlignmentSource::Decl);
4705 return MakeAddrLValue(Slot.getAddress(), E->getType(), AlignmentSource::Decl);
4713 AlignmentSource::Decl);
4725 return MakeAddrLValue(V, E->getType(), AlignmentSource::Decl);
4769 AlignmentSource::Decl);
4985 LValue lvalue = MakeAddrLValue(addr, type, AlignmentSource::Decl);
5047 AlignmentSource::Decl);
tools/clang/lib/CodeGen/CGExprCXX.cpp 1574 if (BaseInfo.getAlignmentSource() != AlignmentSource::Decl)
tools/clang/lib/CodeGen/CGObjC.cpp 168 ElementType, AlignmentSource::Decl);
179 ElementType, AlignmentSource::Decl);
186 ElementType, AlignmentSource::Decl);
tools/clang/lib/CodeGen/CGObjCRuntime.cpp 113 LValueBaseInfo(AlignmentSource::Decl),
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 1227 AlignmentSource::Decl);
4805 SharedRefLValue.getType(), LValueBaseInfo(AlignmentSource::Decl),
8531 AlignmentSource::Decl));
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp 2323 AlignmentSource::Decl);
2383 AlignmentSource::Decl);
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp 506 AlignmentSource::Decl);
512 FD->getType(), AlignmentSource::Decl);
615 AlignmentSource::Decl);
624 AlignmentSource::Decl);
tools/clang/lib/CodeGen/CGValue.h 146 return AlignmentSource::Decl;
426 LValueBaseInfo(AlignmentSource::Decl), TBAAAccessInfo());