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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp265 /// \brief Layout the range of bitfields from BFI to BFE as contiguous storage.
317 RecordDecl::field_iterator BFE = llvm::next(FI); local
343 if (BFE != FE)
366 for (; BFI != BFE; ++BFI, ++FieldNo) {

Completed in 117 milliseconds