HomeSort by relevance Sort by last modified time
    Searched defs:AlignSource (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 146 AlignmentSource AlignSource;
147 CharUnits Alignment = getNaturalTypeAlignment(T, &AlignSource);
148 return LValue::MakeAddr(Address(V, Alignment), T, getContext(), AlignSource,
156 AlignmentSource AlignSource;
157 CharUnits Align = getNaturalTypeAlignment(T, &AlignSource, /*pointee*/ true);
158 return MakeAddrLValue(Address(V, Align), T, AlignSource);
    [all...]
CGExpr.cpp     [all...]

Completed in 76 milliseconds