Home | History | Annotate | only in /external/compiler-rt/test/cfi
Up to higher level directory
NameDateSize
anon-namespace.cpp06-Dec-20162.7K
bad-cast.cpp06-Dec-20164.8K
base-derived-destructor.cpp06-Dec-20162.6K
CMakeLists.txt06-Dec-2016892
create-derivers.test06-Dec-2016835
cross-dso/06-Dec-2016
icall/06-Dec-2016
lit.cfg06-Dec-2016968
lit.site.cfg.in06-Dec-2016155
multiple-inheritance.cpp06-Dec-20162K
nvcall.cpp06-Dec-20161.3K
overwrite.cpp06-Dec-20161.4K
README.txt06-Dec-2016330
sibling.cpp06-Dec-2016996
simple-fail.cpp06-Dec-20162.7K
simple-pass.cpp06-Dec-20161.5K
utils.h06-Dec-20161.8K
vdtor.cpp06-Dec-20161.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