Home
last modified time | relevance | path

Searched refs:assert_ (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py677 assert_ = assertTrue variable in TestCase
904 self.assert_(
909 self.assert_(
991 self.assert_(isinstance(first, str), (
993 self.assert_(isinstance(second, str), (
/openbsd-src/gnu/usr.bin/perl/
H A Dcv.h65 #define CvPADLIST(sv) (*(assert_(!CvISXSUB((CV*)(sv))) \
73 #define CvHSCXT(sv) *(assert_(CvISXSUB((CV*)(sv))) \
H A Dmg.h76 assert_((mg)->mg_type == PERL_MAGIC_regex_global) \
H A Dsv.h980 #define assert_not_ROK(sv) assert_(!SvROK(sv) || !SvRV(sv))
981 #define assert_not_glob(sv) assert_(!isGV_with_GP(sv))
1341 # define SvPVX(sv) (0 + (assert_(!SvREADONLY(sv)) (sv)->sv_u.svu_pv))
1349 # define SvMAGIC(sv) (0 + *(assert_(SvTYPE(sv) >= SVt_PVMG) &((XPVMG*) SvANY(sv))->xmg_u.xmg_magic))
1350 # define SvSTASH(sv) (0 + *(assert_(SvTYPE(sv) >= SVt_PVMG) &((XPVMG*) SvANY(sv))->xmg_stash))
H A Dop.h415 (assert_((o)->op_pmflags & PMf_ONCE) \
754 # define OpSLOT(o) (assert_(o->op_slabbed) \
H A Dgv.h302 assert_(isGV_with_GP(gv)) \
H A Dregcomp.h633 * not compiled under DEBUGGING the assert_() macro is empty. Thus we
638 (assert_(check_regnode_after(p,extra)) REGNODE_AFTER_PLUS((p),(extra)))
663 (assert_(check_regnode_after(REGNODE_BEFORE_BASE(p),0)) REGNODE_BEFORE_BASE(p))
H A Dcop.h644 # define CopFILEAVx(c) (assert_(CopFILE(c)) \
H A Dperl.h5132 # define assert_(what) assert(what),
5134 # define assert_(what)
5121 # define assert_( global() macro
5123 # define assert_( global() macro
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_case.py1228 self.assert_(True)
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.311132 (struct cpp_pending): Replace separate assert_ and define_