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