Home | History | Annotate | only in /external/compiler-rt/test/cfi
Up to higher level directory
NameDateSize
anon-namespace.cpp06-Dec-20172.7K
bad-cast.cpp06-Dec-20174.8K
base-derived-destructor.cpp06-Dec-20172.6K
CMakeLists.txt06-Dec-20171.3K
create-derivers.test06-Dec-2017851
cross-dso/06-Dec-2017
icall/06-Dec-2017
lit.cfg06-Dec-20171.6K
lit.site.cfg.in06-Dec-2017231
multiple-inheritance.cpp06-Dec-20172K
nvcall.cpp06-Dec-20171.3K
overwrite.cpp06-Dec-20171.6K
README.txt06-Dec-2017330
sibling.cpp06-Dec-2017996
simple-fail.cpp06-Dec-20172.7K
simple-pass.cpp06-Dec-20171.5K
stats.cpp06-Dec-20171.2K
target_uninstrumented.cpp06-Dec-2017971
utils.h06-Dec-20171.8K
vdtor.cpp06-Dec-20171.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