Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FJ

304   for (RecordDecl::field_iterator FJ = FI;
305 (FJ != FE && (*FJ)->isBitField() &&
307 (*FJ)->getBitWidthValue(Types.getContext()) != 0); FI = FJ++) {
308 NextContiguousFieldOffset += (*FJ)->getBitWidthValue(Types.getContext());
313 if (!Packed && ((*FJ)->hasAttr<PackedAttr>() || !(*FJ)->getDeclName()))