代码搜索:assertion

找到约 1,246 项符合「assertion」的源代码

代码结果 1,246
www.eeworm.com/read/363596/9943670

c assert.c

static char rcsid[] = "$Id: assert.c 6 2007-01-22 00:45:22Z drhanson $"; #include "assert.h" const Except_T Assert_Failed = { "Assertion failed" }; void (assert)(int e) { assert(e); }
www.eeworm.com/read/328808/13000893

c cpptest.c

#define MAC_PARM 0x7F /* Macro formals start here */ #define PAR_MAC 12 #if PAR_MAC >= 33 assertion fails -- PAR_MAC isn't less than 33 #endif #define LASTPARM (PAR_MAC - 1)
www.eeworm.com/read/139332/5799948

h ray_d.h

// Copyright (c) 2000,2001 Utrecht University (The Netherlands), // ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany), // INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-W
www.eeworm.com/read/124637/6042182

cs abstracttypespublicconstructorsrule.cs

// // // // //
www.eeworm.com/read/124465/6047404

h testassert.h

#ifndef CPPUNIT_TESTASSERT_H #define CPPUNIT_TESTASSERT_H #include #include #include namespace CppUnit { /*! \brief Traits used
www.eeworm.com/read/103694/6213313

h testassert.h

#ifndef CPPUNIT_TESTASSERT_H #define CPPUNIT_TESTASSERT_H #include #include #include namespace CppUnit { /*! \brief Traits used
www.eeworm.com/read/488546/6489239

c assert.c

static char rcsid[] = "$Id: H:/drh/idioms/book/RCS/except.doc,v 1.10 1997/02/21 19:43:55 drh Exp $"; #include "assert.h" const Except_T Assert_Failed = { "Assertion failed" }; void (assert)(int e)
www.eeworm.com/read/409992/11305366

h assert.h

/* * * assert.h * * Assertion - use liberally for debugging. Defining NDEBUG * turns assertions off. * assert(exp) where exp is non-zero does nothing, while * assert(ex
www.eeworm.com/read/258599/11852087

c assert.c

static char rcsid[] = "$Id: H:/drh/idioms/book/RCS/except.doc,v 1.10 1997/02/21 19:43:55 drh Exp $"; #include "assert.h" const Except_T Assert_Failed = { "Assertion failed" }; void (assert)(int e)
www.eeworm.com/read/254990/12108872

h assert.h

/* Copyright (C) 2004 The KOS Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Softwar