/llvm-project/clang/test/SemaCXX/ |
H A D | microsoft-new-delete.cpp | 18 struct bitfield { int n : 3; } bf; // expected-note {{here}} argument
|
H A D | ptrtomember.cpp | 15 int bitfield : 1; member
|
H A D | attr-cxx0x.cpp | 11 int bitfield alignas(1) : 1; // expected-error {{}} member
|
H A D | cxx1z-decomposition.cpp | 104 void bitfield() { bitfield() function
|
/llvm-project/clang/test/Sema/ |
H A D | auto-type.c | 20 struct bitfield { int field:2; }; in i() struct
|
H A D | compare.c | 288 struct bitfield { struct 295 void test5a(struct bitfield a) { in test5a() argument
|
H A D | alignas.c | 11 _Alignas(1) char bitfield : 1; // expected-error {{'_Alignas' attribute cannot be applied to a bit-field}} global() member
|
H A D | rounding-math.c | 23 void bitfield(struct Bitfield *b) { in bitfield() function
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-expr-1.cpp | 15 int bitfield : I + J; // expected-error{{bit-field 'bitfield' has zero width}} member 25 int bitfield : I - J; // expected-error{{bit-field 'bitfield' has negative width (-1)}} \ member 37 int bitfield : I / J; // expected-error{{expression is not an integral constant expression}} \ member 48 int bitfield : I + J; member
|
H A D | enum-argument.cpp | 31 unsigned long long bitfield : e0; member
|
H A D | instantiate-field.cpp | 8 T bitfield : 12; // expected-error{{bit-field 'bitfield' has non-integral type 'float'}} \ member
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.h | 32 uint32_t bitfield = 0; member
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | designated-init.cpp | 38 WithBitfield bitfield = {1, (Bitfield){2, 3, 4}, .b.b = 5}; variable 60 char bitfield : 3; member
|
H A D | reference-init.cpp | 31 struct { int bitfield : 3; } s = { 3 }; member
|
H A D | auto-var-init.cpp | 107 struct bitfield { int i : 4; int j : 2; }; argument [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | implicit-bool-conversion-allow-in-conditions.cpp | 14 unsigned bitfield : 1; member
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | too-small-loop-variable.cpp | 281 unsigned bitfield : 5; in voidForLoopWithBitfieldOnUpperBound() member 291 unsigned bitfield : 9; in voidForLoopWithBitfieldOnLoopVar() member 323 unsigned bitfield : 9; in badForLoopWithBitfieldOnUpperBound() member 333 unsigned bitfield : 7; in badForLoopWithBitfieldOnLoopVar() member
|
/llvm-project/lldb/test/API/lang/c/enum_types/ |
H A D | main.c | 14 enum bitfield { in main() enum
|
/llvm-project/clang/test/Analysis/ |
H A D | unused-ivars.m | 111 …unsigned bitfield:1; // expected-warning {{Instance variable 'bitfield' in class 'RDar8481311' is … field
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | ivar-layout-64.m | 105 unsigned long bitfield :31; field
|
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-synth/ |
H A D | main.cpp | 47 int bitfield; member
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg12xx.cpp | 143 unsigned bitfield : 4; member
|
/llvm-project/openmp/libompd/src/ |
H A D | TargetValue.cpp | 353 int bitfield; in check() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | voidptr-vaarg.c | 476 void bitfield(__builtin_va_list list, BF *out) { bitfield() function
|
/llvm-project/clang/test/Parser/ |
H A D | cxx0x-ambig.cpp | 35 namespace bitfield { namespace
|