Searched refs:Bitfields (Results 1 – 12 of 12) sorted by relevance
3 struct Bitfields { struct8 void test_Bitfields(Bitfields<0, 5> *b) { in test_Bitfields() argument9 (void)sizeof(Bitfields<10, 5>); in test_Bitfields()10 …(void)sizeof(Bitfields<0, 1>); // expected-note{{in instantiation of template class 'Bitfields<0, … in test_Bitfields()
15 ; Bitfields are not covered since they are not available as a type in LLVM IR.140 ; Bitfields are not available in LLVM IR so we can't test them here.
80 struct Bitfields { struct
14 Bitfields accesses can be shifted to simplify masking and sign
125 # Bitfields.
398 of using unsigned. Bitfields use `uint32_t` unless they have to be made shorter
871 namespace Bitfields { namespace
1813 namespace Bitfields { namespace
486 # Bitfields
1726 Bitfields can be captured (#1027)