代码搜索:assertion

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

代码结果 1,246
www.eeworm.com/read/254989/12108951

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
www.eeworm.com/read/254987/12109686

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
www.eeworm.com/read/254986/12109805

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
www.eeworm.com/read/340194/12175668

h kwqassertions.h

/* * Copyright (C) 2003 Apple Computer, Inc. All rights reserved. * Portions Copyright (c) 2005 Nokia Corporation, Inc. All rights reserved. * * Redistribution and use in source and binary fo
www.eeworm.com/read/216898/14987861

out debug.out

[Blitz++] Precondition failure: Module ../../blitz/array-impl.h line 1282 Array index out of range: (4, 4) Lower bounds: 2 [ 0 0 ] Length: 2 [ 4 4 ] debug: ../
www.eeworm.com/read/207653/15266121

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/162614/5520746

c tt.c

// { dg-do assemble } #define DEF_A struct A { A() { a = 2; } int a; } #if 1 int f1 () { DEF_A; A aa; return aa.a; } int f2 () { DEF_A; A ab; return ab.a; } /* results: tt.cc: In fun
www.eeworm.com/read/393604/8273495

h util.h

/* * util.h * Copyright (c) Inst. of Machine Intelligence at Nankai University */ #ifndef _UTIL_H #define _UTIL_H #include #include "types.h" #define assert(x) \ do { if
www.eeworm.com/read/393604/8273572

h util.h

/* * util.h * Copyright (c) Inst. of Machine Intelligence at Nankai University */ #ifndef _UTIL_H #define _UTIL_H #include #include "types.h" #define assert(x) \ do { if
www.eeworm.com/read/237003/13983686

out debug.out

[Blitz++] Precondition failure: Module ../../blitz/array-impl.h line 1295 Array index out of range: (4, 4) Lower bounds: 2 [ 0 0 ] Length: 2 [ 4 4 ] debug: ../