代码搜索:assertion

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

代码结果 1,246
www.eeworm.com/read/131315/5941540

h assert.h

// -*- C++ -*- /* Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc. Written by James Clark (jjc@jclark.com) This file is part of groff. groff is free software; you can redistr
www.eeworm.com/read/128447/5990304

h assert.h

#ifndef CYGONCE_LIBC_ASSERT_H #define CYGONCE_LIBC_ASSERT_H //=========================================================================== // // assert.h // // ANSI standard assertion support
www.eeworm.com/read/124465/6047392

h sourceline.h

#ifndef CPPUNIT_SOURCELINE_H #define CPPUNIT_SOURCELINE_H #include #include /*! \brief Constructs a SourceLine object initialized with the location where the macro i
www.eeworm.com/read/123322/6060387

cxx assert.cxx

//{{{ Banner //============================================================================ // // assert.cxx // // Host side implementation of th
www.eeworm.com/read/123322/6060679

h assert.h

#ifndef CYGONCE_LIBC_ASSERT_H #define CYGONCE_LIBC_ASSERT_H //=========================================================================== // // assert.h // // ANSI standard assertion support
www.eeworm.com/read/103694/6213301

h sourceline.h

#ifndef CPPUNIT_SOURCELINE_H #define CPPUNIT_SOURCELINE_H #include #include /*! \brief Constructs a SourceLine object initialized with the location where the macro i
www.eeworm.com/read/153733/12010400

hh assert.hh

#ifndef assert_hh_included #define assert_hh_included #include // Some simple assertion support. The intent is to call assert() with // assert(TODO) or assert(UNREACHABLE) instead of ju
www.eeworm.com/read/154890/5632572

hh error.hh

/******************************************************************************** error.hh purpose: Error handling stuff: exception handling and error message display. notes: to do:
www.eeworm.com/read/266994/11198504

c assert.c

#include "assert.h" const Except_T Assert_Failed ={ "Assertion failed" }; void(assert)(int e) { assert(e); }
www.eeworm.com/read/285478/8836817

c erc.c

/*************************************************************************/ /* */ /* Copyright Mentor Graphics Cor