HomeSort by relevance Sort by last modified time
    Searched full:bitfields (Results 1 - 25 of 269) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/test/Sema/
mms-bitfields.c 1 // RUN: %clang_cc1 -mms-bitfields -fsyntax-only -verify -triple x86_64-apple-darwin9 %s
4 // The -mms-bitfields commandline parameter should behave the same
12 // MS pads out bitfields between different types.
pragma-pack-5.c 4 // Check #pragma pack handling with bitfields.
offsetof.c 58 // Bitfields
  /external/clang/test/SemaOpenCL/
unsupported.cl 4 int a : 1; // expected-error {{bitfields are not supported in OpenCL}}
  /external/clang/test/CodeGen/
mms-bitfields.c 1 // RUN: %clang_cc1 -triple i386-apple-darwin10 -mms-bitfields -emit-llvm %s -o - | FileCheck %s
arm-pnaclcall.c 31 // Bitfields should be passed as byval structs
struct-x86-darwin.c 17 // Bitfields
le32-arguments.c 59 // Bitfields should be passed as byval structs
bitfield-2.c 16 // CHECK-RECORD: BitFields:[
56 // CHECK-RECORD: BitFields:[
104 // CHECK-RECORD: BitFields:[
276 // CHECK-RECORD: BitFields:[
  /external/clang/test/SemaCXX/
ms_wide_bitfield.cpp 1 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple i686-pc-win32 -fdump-record-layouts -fsyntax-only -mms-bitfields -verify %s 2>&1
offsetof.cpp 32 // Bitfields
  /external/clang/test/SemaTemplate/
instantiate-expr-1.cpp 3 struct Bitfields {
8 void test_Bitfields(Bitfields<0, 5> *b) {
9 (void)sizeof(Bitfields<10, 5>);
10 (void)sizeof(Bitfields<0, 1>); // expected-note{{in instantiation of template class 'Bitfields<0, 1>' requested here}}
  /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;
206 it = BitFields.find(FD);
207 assert(it != BitFields.end() && "Unable to find bitfield info");
CGRecordLayoutBuilder.cpp 61 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo> BitFields;
111 /// Lay out a sequence of contiguous bitfields.
221 BitFields.clear();
264 /// \brief Layout the range of bitfields from BFI to BFE as contiguous storage.
300 // Find the last bitfield in a contiguous run of bitfields.
318 assert(LastFieldNo >= FirstFieldNo && "Empty run of contiguous bitfields");
362 // Now walk the bitfields associating them with this field of storage and
370 BitFields[FD] = CGBitFieldInfo::MakeInfo(Types, FD, FieldOffset, FieldSize,
383 assert(!D->isBitField() && "Bitfields should be laid out seperately.");
461 BitFields[Field] = CGBitFieldInfo::MakeInfo(Types, Field, 0, FieldSize
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSRule.cpp 34 unsigned char bitfields; member in struct:WebCore::SameSizeAsCSSRule
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementRareData.cpp 41 unsigned bitfields; member in struct:WebCore::SameSizeAsElementRareData
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
TextRun.cpp 37 uint32_t bitfields : 10; member in struct:WebCore::ExpectedTextRunSize
FontDescription.cpp 40 uint32_t bitfields; member in struct:WebCore::SameSizeAsFontDescription
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 168 // Methods for shared bitfields.
178 // of the bit of the shared bitfields for the given bit index.
183 // bitfields for the given bit index.
188 // bitfields for the given bit index.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleBoxData.cpp 33 uint32_t bitfields; member in struct:WebCore::SameSizeAsStyleBoxData
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.h 39 // If this enum changes change the unsigned bitfields using it.
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
3dfx_regs.h 63 /* register bitfields (not all, only as needed) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cramfs_fs.h 11 * Width of various bitfields in struct cramfs_inode.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cramfs_fs.h 11 * Width of various bitfields in struct cramfs_inode.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cramfs_fs.h 11 * Width of various bitfields in struct cramfs_inode.

Completed in 3055 milliseconds

1 2 3 4 5 6 7 8 91011