代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/470693/1457922
c builtin.c
// Bug: Checking whether A depends on template parms, we crash because
// __builtin_va_list lacks TYPE_LANG_SPECIFIC.
// Build don't link:
void f (__builtin_va_list arg)
{
enum { a } A;
}
www.eeworm.com/read/470693/1463731
c vla-init-1.c
/* Test for tree-checking error when initializing a variable-length array
(not allowed): constructor_max_index needs to be an INTEGER_CST. */
/* Origin: Joseph Myers . */
/* { dg
www.eeworm.com/read/247171/4487200
vb constantc.vb
'Author:
' V. Sudharsan (vsudharsan@novell.com)
'
' (C) 2005 Novell, Inc.
'Checking on all possible acessors on const
Imports System
Module Test
Const a As Integer = 1
Public Const a1 As I
www.eeworm.com/read/247171/4487289
vb constructorj.vb
'Author:
' V. Sudharsan (vsudharsan@novell.com)
'
' (C) 2005 Novell, Inc.
'Checking circular references
Imports System
Class A
Public Shared X As Integer = B.Y + 1
Shared Function Hello()
www.eeworm.com/read/244005/4514176
readme
Introduction
------------
LeakTracer is a small tool I wrote when checking a C++ program for memory
leaks. I couldn't get dmalloc to display what I wanted, and I just saw the
__builtin_return_address
www.eeworm.com/read/244005/4514189
readme
Introduction
------------
LeakTracer is a small tool I wrote when checking a C++ program for memory
leaks. I couldn't get dmalloc to display what I wanted, and I just saw the
__builtin_return_address
www.eeworm.com/read/243359/4528659
properties messages.properties
ERR_CHECK_DEPENDENCY_INVALID_MODE_1 =Error checking the module dependencies because an invalid mode "{0}" was selected.
ERR_IMPORT_MOD_ALREADY_INSTALLED_1 =Cannot import module from source "{0}". It
www.eeworm.com/read/240162/4579965
c dependent-name1.c
// { dg-do compile }
// Origin: Wolfgang Bangerth
// PR c++/10347: Dependent type checking of array new expression
void bar (int *);
template void foo() {
b
www.eeworm.com/read/240162/4579984
c using8.c
// { dg-do compile }
// Origin: Sergey Shandar
// PR c++/9810: Access checking for member function template
// appeared in using declaration.
struct A
{
template void F
www.eeworm.com/read/240162/4581164
c builtin.c
// { dg-do assemble }
// Bug: Checking whether A depends on template parms, we crash because
// __builtin_va_list lacks TYPE_LANG_SPECIFIC.
void f (__builtin_va_list arg)
{
enum { a } A;
}