Home | History | Annotate | only in /external/compiler-rt/test/cfi
Up to higher level directory
NameDateSize
anon-namespace.cpp21-Aug-20182.7K
bad-cast.cpp21-Aug-20184.8K
base-derived-destructor.cpp21-Aug-20182.6K
CMakeLists.txt21-Aug-20181.3K
create-derivers.test21-Aug-2018851
cross-dso/21-Aug-2018
icall/21-Aug-2018
lit.cfg21-Aug-20181.6K
lit.site.cfg.in21-Aug-2018231
multiple-inheritance.cpp21-Aug-20182K
nvcall.cpp21-Aug-20181.3K
overwrite.cpp21-Aug-20181.6K
README.txt21-Aug-2018330
sibling.cpp21-Aug-2018996
simple-fail.cpp21-Aug-20182.7K
simple-pass.cpp21-Aug-20181.5K
stats.cpp21-Aug-20181.2K
target_uninstrumented.cpp21-Aug-2018971
utils.h21-Aug-20181.8K
vdtor.cpp21-Aug-20181.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