HomeSort by relevance Sort by last modified time
    Searched refs:AlignmentSource (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/CodeGen/
CGValue.h 125 enum class AlignmentSource {
143 static inline AlignmentSource getFieldAlignmentSource(AlignmentSource Source) {
146 return AlignmentSource::Decl;
221 CharUnits Alignment, AlignmentSource AlignSource,
319 AlignmentSource getAlignmentSource() const {
320 return AlignmentSource(AlignSource);
322 void setAlignmentSource(AlignmentSource Source) {
373 AlignmentSource alignSource,
387 QualType type, AlignmentSource alignSource)
    [all...]
CGExpr.cpp 370 AlignmentSource::Decl);
439 AlignmentSource::Decl);
456 return MakeAddrLValue(Object, M->getType(), AlignmentSource::Decl);
796 AlignmentSource *Source) {
815 AlignmentSource InnerSource
    [all...]
CodeGenFunction.h     [all...]
CodeGenFunction.cpp 100 AlignmentSource *Source) {
106 AlignmentSource *Source,
113 if (Source) *Source = AlignmentSource::AttributedType;
118 if (Source) *Source = AlignmentSource::Type;
146 AlignmentSource AlignSource;
156 AlignmentSource AlignSource;
    [all...]
CGObjCRuntime.cpp 145 AlignmentSource::Decl);
CGExprCXX.cpp     [all...]
CGObjC.cpp 151 ElementType, AlignmentSource::Decl);
163 ElementType, AlignmentSource::Decl);
171 ElementType, AlignmentSource::Decl);
    [all...]
CGOpenMPRuntime.cpp 268 AlignmentSource Source;
300 AlignmentSource::Decl);
    [all...]
CGStmtOpenMP.cpp 150 AlignmentSource::Decl);
155 FD->getType(), AlignmentSource::Decl);
    [all...]
CGBlocks.cpp     [all...]
CGClass.cpp 131 AlignmentSource *alignSource) {
    [all...]

Completed in 209 milliseconds