Home
last modified time | relevance | path

Searched refs:Bitfields (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-expr-1.cpp3 struct Bitfields { struct
8 void test_Bitfields(Bitfields<0, 5> *b) { in test_Bitfields() argument
9 (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()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dmultiway-paths-covered.cpp7 struct Bitfields { struct
85 Bitfields Bf; in bad_switch()
/llvm-project/llvm/test/CodeGen/Mips/cconv/
H A Dmemory-layout.ll15 ; 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.
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp78 struct Bitfields { struct
/llvm-project/clang/lib/CodeGen/
H A DREADME.txt14 Bitfields accesses can be shifted to simplify masking and sign
/llvm-project/clang/test/AST/Interp/
H A Dintap.cpp
/llvm-project/clang/include/clang/AST/
H A DType.h1838 /// Bitfields required by the Type class.
5605 const auto *Bitfields = getTrailingObjects<FunctionTypeExtraBitfields>();
5606 if (Bitfields->NumFunctionEffects > 0)
5608 Bitfields->NumFunctionEffects};
5615 const auto *Bitfields = getTrailingObjects<FunctionTypeExtraBitfields>();
5616 if (Bitfields->EffectsHaveConditions)
5617 return Bitfields->NumFunctionEffects;
5625 const auto *Bitfields = getTrailingObjects<FunctionTypeExtraBitfields>();
5626 if (Bitfields->EffectsHaveConditions)
5628 Bitfields
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx14.cpp937 namespace Bitfields { namespace
H A Dconstant-expression-cxx11.cpp2074 namespace Bitfields { in testUnnamedBitfield()
2027 namespace Bitfields { global() namespace
/llvm-project/lldb/docs/use/
H A Dvariable.rst565 Bitfields And Array Syntax
/llvm-project/llvm/docs/
H A DAMDGPUUsage.rst1185 mask. On gfx9+, bit 23 is FP16_OVFL. Bitfields not
[all...]