/llvm-project/clang/test/Sema/ |
H A D | rounding-math.c | 18 struct Bitfield { struct 23 void bitfield(struct Bitfield *b) { in bitfield() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | designated-init.cpp | 28 struct Bitfield { struct 35 Bitfield b; argument
|
H A D | temporaries.cpp | 656 namespace Bitfield { global() namespace
|
/llvm-project/clang/test/SemaCXX/ |
H A D | rounding-math.cpp | 17 struct Bitfield { struct 22 void f(Bitfield &b) { in f() argument
|
H A D | member-init.cpp | 3 struct Bitfield { struct 4 … n : 3 = 7; // expected-warning {{C++20 extension}} expected-warning {{changes value from 7 to -1}}
|
H A D | constant-expression-cxx11.cpp | 2498 template<class T, unsigned size> struct Bitfield { global() struct 2499 maxGH50055::Bitfield global() argument
|
/llvm-project/llvm/lib/XRay/ |
H A D | FileHeaderReader.cpp | 45 uint32_t Bitfield = HeaderExtractor.getU32(&OffsetPtr); in readBinaryFormatHeader() local
|
/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-converter.cpp | 111 uint32_t Bitfield{0}; in exportAsRAWv1() local
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/ |
H A D | p4.cpp | 161 namespace Bitfield { namespace
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-emplace.cpp | 802 struct Bitfield { struct 804 unsigned notBitfield; argument 809 Bitfield b; in testBitfields() argument
|
/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
H A D | TypeIndexDiscoveryTest.cpp | 387 TEST_F(TypeIndexIteratorTest, Bitfield) { in TEST_F() argument
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 351 Bitfield = 29, enumerator
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | UncheckedOptionalAccessModelTest.cpp | 3295 TEST_P(UncheckedOptionalAccessTest,Bitfield) TEST_P() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1467 APInt Bitfield(Width, 0); optimizeMemChr() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 10222 AnalyzeBitFieldAssignment(Sema & S,FieldDecl * Bitfield,Expr * Init,SourceLocation InitLoc) AnalyzeBitFieldAssignment() argument 10367 if (FieldDecl *Bitfield = E->getLHS()->getSourceBitField()) { AnalyzeAssignment() local [all...] |
/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 961 struct BitfieldOp Bitfield; member
|