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

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 325 FieldDecl *LastFD = *FI;
330 uint64_t LastFieldSize = LastFD->getBitWidthValue(Types.getContext());
767 const FieldDecl *LastFD = 0;
775 if (Types.getContext().ZeroBitfieldFollowsNonBitfield(FD, LastFD)) {
779 LastFD = FD;
    [all...]
CGExprConstant.cpp 381 const FieldDecl *LastFD = 0;
389 if (CGM.getContext().ZeroBitfieldFollowsNonBitfield(*Field, LastFD)) {
393 LastFD = *Field;
402 LastFD = *Field;
480 const FieldDecl *LastFD = 0;
489 if (CGM.getContext().ZeroBitfieldFollowsNonBitfield(*Field, LastFD)) {
493 LastFD = *Field;
502 LastFD = *Field;
    [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]

Completed in 24 milliseconds