Home
last modified time | relevance | path

Searched defs:Bitfield (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/clang/test/Sema/
Drounding-math.c18 struct Bitfield { struct
23 void bitfield(struct Bitfield *b) { in bitfield() argument
/external/llvm-project/clang/test/SemaCXX/
Drounding-math.cpp16 struct Bitfield { struct
21 void f(Bitfield &b) { in f() argument
Dmember-init.cpp3 struct Bitfield { struct
4 … n : 3 = 7; // expected-warning {{C++20 extension}} expected-warning {{changes value from 7 to -1}}
/external/llvm-project/clang/test/CodeGenCXX/
Ddesignated-init.cpp28 struct Bitfield { struct
35 Bitfield b; argument
Dtemporaries.cpp647 namespace Bitfield { namespace
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DFileHeaderReader.cpp45 uint32_t Bitfield = HeaderExtractor.getU32(&OffsetPtr); in readBinaryFormatHeader() local
/external/llvm-project/llvm/lib/XRay/
DFileHeaderReader.cpp45 uint32_t Bitfield = HeaderExtractor.getU32(&OffsetPtr); in readBinaryFormatHeader() local
/external/rust/crates/bindgen/src/ir/
Dcomp.rs186 pub fn bitfields(&self) -> &[Bitfield] { in bitfields()
291 impl DotAttributes for Bitfield { implementation
312 pub struct Bitfield { struct
331 impl Bitfield { implementation
333 fn new(offset_into_unit: usize, raw: RawField) -> Bitfield { in new()
401 impl FieldMethods for Bitfield { implementation
580 bitfields: Vec<Bitfield>, in bitfields_to_allocation_units()
/external/deqp/framework/common/
DtcuFormatUtil.hpp90 class Bitfield class
93 Bitfield (deUint64 value, const BitDesc* begin, const BitDesc* end) in Bitfield() function in tcu::Format::Bitfield
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-emplace.cpp550 struct Bitfield { struct
552 unsigned notBitfield; argument
557 Bitfield b; in testBitfields() argument
/external/clang/test/SemaCXX/
Dmember-init.cpp3 struct Bitfield { struct
4 int n : 3 = 7; // expected-error {{bitfield member cannot have an in-class initializer}}
/external/swiftshader/src/Device/
DBC_Decoder.cpp1067 struct Bitfield struct
1069 int offset;
1070 int count;
1071 constexpr Bitfield Then(const int bits) { return { offset + count, bits }; } in Then()
1072 constexpr bool operator==(const Bitfield &rhs) in operator ==()
/external/llvm-project/llvm/tools/llvm-xray/
Dxray-converter.cpp102 uint32_t Bitfield{0}; in exportAsRAWv1() local
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/
Dp4.cpp161 namespace Bitfield { namespace
/external/clang/test/CodeGenCXX/
Dtemporaries.cpp656 namespace Bitfield { namespace
/external/rust/crates/bindgen/src/codegen/
Dmod.rs1379 impl Bitfield { impl
1568 bitfield: &Bitfield, in bitfield_getter_name()
1577 bitfield: &Bitfield, in bitfield_setter_name()
1584 impl<'a> FieldCodegen<'a> for Bitfield { implementation
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h250 Bitfield = 29, enumerator
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp387 TEST_F(TypeIndexIteratorTest, Bitfield) { in TEST_F() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h349 Bitfield = 29, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h351 Bitfield = 29, enumerator
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py248 class Bitfield: class
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp664 APInt Bitfield(Width, 0); in optimizeMemChr() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp938 APInt Bitfield(Width, 0); in optimizeMemChr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp955 APInt Bitfield(Width, 0); in optimizeMemChr() local
/external/clang/lib/Sema/
DSemaChecking.cpp7749 bool AnalyzeBitFieldAssignment(Sema &S, FieldDecl *Bitfield, Expr *Init, in AnalyzeBitFieldAssignment()
7810 if (FieldDecl *Bitfield = E->getLHS()->getSourceBitField()) { in AnalyzeAssignment() local

12