Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/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-15.0.7/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp78 struct Bitfields { struct
/llvm-project-15.0.7/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-15.0.7/clang/lib/CodeGen/
H A DREADME.txt14 Bitfields accesses can be shifted to simplify masking and sign
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstant-expression-cxx14.cpp935 namespace Bitfields { namespace
H A Dconstant-expression-cxx11.cpp2004 namespace Bitfields { namespace
/llvm-project-15.0.7/lldb/docs/use/
H A Dvariable.rst557 Bitfields And Array Syntax
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4967 llvm/include/llvm/ADT/Bitfields.h