android_mt6572_jiabo/external/compiler-rt/test/cfi
2025-09-05 16:56:03 +08:00
..
cross-dso first commit 2025-09-05 16:56:03 +08:00
icall first commit 2025-09-05 16:56:03 +08:00
anon-namespace.cpp first commit 2025-09-05 16:56:03 +08:00
bad-cast.cpp first commit 2025-09-05 16:56:03 +08:00
base-derived-destructor.cpp first commit 2025-09-05 16:56:03 +08:00
CMakeLists.txt first commit 2025-09-05 16:56:03 +08:00
create-derivers.test first commit 2025-09-05 16:56:03 +08:00
lit.cfg first commit 2025-09-05 16:56:03 +08:00
lit.site.cfg.in first commit 2025-09-05 16:56:03 +08:00
multiple-inheritance.cpp first commit 2025-09-05 16:56:03 +08:00
nvcall.cpp first commit 2025-09-05 16:56:03 +08:00
overwrite.cpp first commit 2025-09-05 16:56:03 +08:00
README.txt first commit 2025-09-05 16:56:03 +08:00
sibling.cpp first commit 2025-09-05 16:56:03 +08:00
simple-fail.cpp first commit 2025-09-05 16:56:03 +08:00
simple-pass.cpp first commit 2025-09-05 16:56:03 +08:00
utils.h first commit 2025-09-05 16:56:03 +08:00
vdtor.cpp first commit 2025-09-05 16:56:03 +08:00

The tests in this directory use a common convention for exercising the
functionality associated with bit sets of different sizes. When certain
macros are defined the tests instantiate classes that force the bit sets
to be of certain sizes.

- B32 forces 32-bit bit sets.
- B64 forces 64-bit bit sets.
- BM forces memory bit sets.