Home
last modified time | relevance | path

Searched refs:bitfields (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbol.cpp658 bitfields |= 1u << 15; in Encode()
660 bitfields |= 1u << 14; in Encode()
662 bitfields |= 1u << 13; in Encode()
664 bitfields |= 1u << 12; in Encode()
666 bitfields |= 1u << 11; in Encode()
668 bitfields |= 1u << 10; in Encode()
670 bitfields |= 1u << 9; in Encode()
672 bitfields |= 1u << 8; in Encode()
674 bitfields |= 1u << 7; in Encode()
676 bitfields |= 1u << 6; in Encode()
[all …]
/llvm-project-15.0.7/llvm/test/DebugInfo/AArch64/
H A Dbitfields.ll45 ; ModuleID = 'bitfields.c'
46 source_filename = "test/DebugInfo/AArch64/bitfields.ll"
61 !3 = !DIFile(filename: "bitfields.c", directory: "/")
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dbitfields.ll45 ; ModuleID = 'bitfields.c'
46 source_filename = "test/DebugInfo/X86/bitfields.ll"
61 !3 = !DIFile(filename: "bitfields.c", directory: "/")
/llvm-project-15.0.7/llvm/test/TableGen/
H A DRegisterInfoEmitter-tsflags.td14 // Define the target bitfields.
18 // Associate the defined bitfields to unique bit positions in TSFlags.
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Doverload-call.cpp144 int* bitfields(int, int);
145 float* bitfields(unsigned int, int);
148 int* ip = bitfields(bits.int_bitfield, 0); in test_bitfield()
149 float* fp = bitfields(bits.uint_bitfield, 0u); in test_bitfield()
H A Dwarn-global-constructors.cpp130 namespace bitfields { namespace
/llvm-project-15.0.7/clang/test/Sema/
H A Dformat-strings-bitfield-promotion.c6 struct bitfields { struct
H A Dformat-strings-bitfield-promotion.cxx9 struct bitfields { struct
/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp204 namespace bitfields { namespace
/llvm-project-15.0.7/clang/utils/ABITest/
H A DABITestGen.py510 bitfields = []
515 bitfields.append(BuiltinType(name,None,int(width)))
516 bftg = FixedTypeGenerator(bitfields)
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def9 // This file enumerates the various bitfields that we want to store on C++ class
16 /// In this file, each of the bitfields representing data about a C++ class
/llvm-project-15.0.7/llvm/docs/
H A DXRayFDRFormat.rst149 On little-endian machines, the bitfields are ordered from least significant bit
154 On big-endian machine, the bitfields are written in order from most significant
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVGroupOps.td108 Result is a set of bitfields where the first invocation is represented in bit
H A DSPIRVNonUniformOps.td47 Result is a set of bitfields where the first invocation is represented
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dbitfields.ll167 source_filename = "test/DebugInfo/COFF/bitfields.ll"
/llvm-project-15.0.7/clang/docs/
H A DReleaseNotes.rst133 struct contains a bitfield. It now correctly handles bitfields.
341 - Support bitfields in struct and union.
H A DClangCommandLineReference.rst2457 .. option:: -fsigned-bitfields
2639 .. option:: -funsigned-bitfields
3199 .. option:: -mms-bitfields, -mno-ms-bitfields
H A DLanguageExtensions.rst2013 With this extension it is possible to enable bitfields in structs
2018 Use of bitfields in OpenCL kernels can result in reduced portability as struct
2020 If structs with bitfields are used as kernel function parameters, it can result
2035 unsigned int i : 5; // error - bitfields are not supported
H A DClangFormatStyleOptions.rst1358 The BitFieldColonSpacingStyle to use for bitfields.
/llvm-project-15.0.7/lldb/docs/use/
H A Dvariable.rst589 extracting bitfields out of a float object.
635 same syntax used to extract bit for bitfields:
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td2730 def fsigned_bitfields : Flag<["-"], "fsigned-bitfields">, Group<f_Group>;
2917 def funsigned_bitfields : Flag<["-"], "funsigned-bitfields">, Group<f_Group>;
3401 def mms_bitfields : Flag<["-"], "mms-bitfields">, Group<m_Group>, Flags<[CC1Option]>,
3408 def mno_ms_bitfields : Flag<["-"], "mno-ms-bitfields">, Group<m_Group>,