Home | History | Annotate | only in /external/compiler-rt/test/cfi
Up to higher level directory
NameDateSize
anon-namespace.cpp08-Oct-20152.3K
bad-cast.cpp08-Oct-20154.3K
CMakeLists.txt08-Oct-2015764
lit.cfg08-Oct-20151.2K
lit.site.cfg.in08-Oct-2015155
multiple-inheritance.cpp08-Oct-20151.9K
nvcall.cpp08-Oct-20151.3K
overwrite.cpp08-Oct-20151.4K
README.txt08-Oct-2015330
sibling.cpp08-Oct-20151.2K
simple-fail.cpp08-Oct-20152.5K
simple-pass.cpp08-Oct-20151.5K
utils.h08-Oct-20151.3K
vdtor.cpp08-Oct-20151.2K

README.txt

      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