Home
last modified time | relevance | path

Searched defs:BoolBits (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/test/API/lang/cpp/bitfields/
H A Dmain.cpp83 struct BoolBits { struct
84 bool a : 1;
85 bool b : 1;
86 bool c : 2;
87 bool d : 2;