| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 658 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 D | bitfields.ll | 45 ; 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 D | bitfields.ll | 45 ; 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 D | RegisterInfoEmitter-tsflags.td | 14 // 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 D | overload-call.cpp | 144 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 D | warn-global-constructors.cpp | 130 namespace bitfields { namespace
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | format-strings-bitfield-promotion.c | 6 struct bitfields { struct
|
| H A D | format-strings-bitfield-promotion.cxx | 9 struct bitfields { struct
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
| H A D | p5-0x.cpp | 204 namespace bitfields { namespace
|
| /llvm-project-15.0.7/clang/utils/ABITest/ |
| H A D | ABITestGen.py | 510 bitfields = [] 515 bitfields.append(BuiltinType(name,None,int(width))) 516 bftg = FixedTypeGenerator(bitfields)
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CXXRecordDeclDefinitionBits.def | 9 // 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 D | XRayFDRFormat.rst | 149 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 D | SPIRVGroupOps.td | 108 Result is a set of bitfields where the first invocation is represented in bit
|
| H A D | SPIRVNonUniformOps.td | 47 Result is a set of bitfields where the first invocation is represented
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | bitfields.ll | 167 source_filename = "test/DebugInfo/COFF/bitfields.ll"
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ReleaseNotes.rst | 133 struct contains a bitfield. It now correctly handles bitfields. 341 - Support bitfields in struct and union.
|
| H A D | ClangCommandLineReference.rst | 2457 .. option:: -fsigned-bitfields 2639 .. option:: -funsigned-bitfields 3199 .. option:: -mms-bitfields, -mno-ms-bitfields
|
| H A D | LanguageExtensions.rst | 2013 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 D | ClangFormatStyleOptions.rst | 1358 The BitFieldColonSpacingStyle to use for bitfields.
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | variable.rst | 589 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 D | Options.td | 2730 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>,
|