Searched refs:getAlignmentSource (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGAtomic.cpp99 lvalue.getAlignmentSource());
207 LVal.getAlignmentSource(), LVal.getTBAAInfo());
1184 LVal.getAlignmentSource()));
1188 LVal.getAlignmentSource()), loc);
1192 LVal.getAlignmentSource()));
1509 AtomicLVal.getAlignmentSource());
1513 AtomicLVal.getAlignmentSource());
1517 AtomicLVal.getAlignmentSource());
1520 AtomicLVal.getAlignmentSource());
1525 AtomicLVal.getAlignmentSource());
[all...]
H A DCGExpr.cpp891 if (Source) *Source = LV.getAlignmentSource();
1199 lvalue.getType(), Loc, lvalue.getAlignmentSource(),
1432 lvalue.getType(), lvalue.getAlignmentSource(),
2258 return MakeAddrLValue(Component, ExprTy, LV.getAlignmentSource());
2771 if (AlignSource) *AlignSource = LV.getAlignmentSource();
2888 LHS.getAlignmentSource());
2904 return MakeAddrLValue(Addr, EltType, LV.getAlignmentSource());
2979 AlignSource = ArrayLV.getAlignmentSource();
3008 AlignSource = BaseLVal.getAlignmentSource();
3174 AlignSource = ArrayLV.getAlignmentSource();
[all...]
H A DCGValue.h319 AlignmentSource getAlignmentSource() const { function in class:clang::CodeGen::LValue
H A DCGStmtOpenMP.cpp931 BaseLV.getType(), BaseLV.getAlignmentSource());

Completed in 210 milliseconds