HomeSort by relevance Sort by last modified time
    Searched defs:tl_assert (Results 1 - 2 of 2) sorted by null

  /external/valgrind/include/
pub_tool_libcassert.h 36 #define tl_assert(expr) \ macro
  /external/valgrind/VEX/useful/
test_main.c 476 #define tl_assert(xxx) assert(xxx) macro
612 tl_assert(orig < mce->n_originalTmps);
629 tl_assert(orig < mce->n_originalTmps);
762 tl_assert(isShadowAtom(mce,a1));
763 tl_assert(isShadowAtom(mce,a2));
768 tl_assert(isShadowAtom(mce,a1));
769 tl_assert(isShadowAtom(mce,a2));
774 tl_assert(isShadowAtom(mce,a1));
775 tl_assert(isShadowAtom(mce,a2));
780 tl_assert(isShadowAtom(mce,a1))
    [all...]

Completed in 222 milliseconds