Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
anon-namespace.cpp | 06-Dec-2016 | 2.7K | |
bad-cast.cpp | 06-Dec-2016 | 4.8K | |
base-derived-destructor.cpp | 06-Dec-2016 | 2.6K | |
CMakeLists.txt | 06-Dec-2016 | 892 | |
create-derivers.test | 06-Dec-2016 | 835 | |
cross-dso/ | 06-Dec-2016 | ||
icall/ | 06-Dec-2016 | ||
lit.cfg | 06-Dec-2016 | 968 | |
lit.site.cfg.in | 06-Dec-2016 | 155 | |
multiple-inheritance.cpp | 06-Dec-2016 | 2K | |
nvcall.cpp | 06-Dec-2016 | 1.3K | |
overwrite.cpp | 06-Dec-2016 | 1.4K | |
README.txt | 06-Dec-2016 | 330 | |
sibling.cpp | 06-Dec-2016 | 996 | |
simple-fail.cpp | 06-Dec-2016 | 2.7K | |
simple-pass.cpp | 06-Dec-2016 | 1.5K | |
utils.h | 06-Dec-2016 | 1.8K | |
vdtor.cpp | 06-Dec-2016 | 1.2K |
1 The tests in this directory use a common convention for exercising the 2 functionality associated with bit sets of different sizes. When certain 3 macros are defined the tests instantiate classes that force the bit sets 4 to be of certain sizes. 5 6 - B32 forces 32-bit bit sets. 7 - B64 forces 64-bit bit sets. 8 - BM forces memory bit sets. 9