HomeSort by relevance Sort by last modified time
    Searched refs:BitFields (Results 1 - 3 of 3) sorted by null

  /art/runtime/base/
bit_field_test.cc 24 TEST(BitFields, Test1) {
  /external/clang/lib/CodeGen/
CGRecordLayout.h 28 /// Often we layout a sequence of bitfields as a contiguous sequence of bits.
67 /// The offset within a contiguous run of bitfields that are represented as
130 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo> BitFields;
208 it = BitFields.find(FD);
209 assert(it != BitFields.end() && "Unable to find bitfield info");
CGRecordLayoutBuilder.cpp 40 /// * LLVM does not have bitfields - Bitfields are collected into contiguous
44 /// * It is desired that, when possible, bitfields use the appropriate iN type
53 /// * Clang ignores 0 sized bitfields and 0 sized bases but *not* zero sized
59 /// code to access fields. Bitfields in tail position with tail padding may
119 /// for itanium bitfields that are smaller than their declared type.
173 /// \brief Lowers bitfield storage types to I8 arrays for bitfields with tail
194 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo> BitFields;
215 CGBitFieldInfo &Info = BitFields[FD->getCanonicalDecl()];
292 // Skip 0 sized bitfields
    [all...]

Completed in 56 milliseconds