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