代码搜索:Checking
找到约 6,492 项符合「Checking」的源代码
代码结果 6,492
www.eeworm.com/read/168968/5429223
bld alu.bld
Release 7.1.04i ngdbuild H.42
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Command Line: ngdbuild -p xc2v250-5fg456 -modular assemble -pimpath ../../Pims
-uc ../../Top/Initial/alu.ucf
www.eeworm.com/read/164348/5494831
configure
#!/bin/sh
# configure script for zlib. This script is needed only if
# you wish to build a shared library and your system supports them,
# of if you need special compiler, flags or install director
www.eeworm.com/read/162868/5512413
inc prodef.inc
{$undef DEBUGGING} (* define to enable test code *)
{$I+} {I/O checking}
{$N-} {Numeric coprocessor}
{$V-} {Relaxes string typing}
{$B-} {Boolean complete evaluation}
www.eeworm.com/read/162868/5512665
inc prodef.inc
{$undef DEBUGGING} (* define to enable test code *)
{$I+} {I/O checking}
{$N-} {Numeric coprocessor}
{$V-} {Relaxes string typing}
{$B-} {Boolean complete evaluation}
www.eeworm.com/read/162614/5517756
c access1.c
// { dg-do compile }
// Origin: Volker Lukas
// PR c++/9554: Access checking for template ID as class head.
class enclose
{
template struct enclosed;
};
template
s
www.eeworm.com/read/162614/5519025
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/162614/5519078
c access13.c
// { dg-do compile }
// Origin: Francesco Monica
// PR c++/13262: Access checking during instantiation of static data
// member.
template class Aclass {
private
www.eeworm.com/read/162614/5519280
c access12.c
// { dg-do compile }
// Origin: Giovanni Bajo
// PR c++/10849: Incorrect access checking on class template partial
// specialization.
class X {
private:
template
www.eeworm.com/read/162614/5519420
c access10.c
// { dg-do compile }
// Origin: Giovanni Bajo
// PR c++/10849: Incorrect access checking on template specialization.
class X {
private:
template struct Y
www.eeworm.com/read/162614/5520948
c koenig8.c
// { dg-do assemble }
// Copyright (C) 1999 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 15 Dec 1999
// caused an ICE determining whether to perform Koenig lookup