代码搜索:checking

找到约 6,492 项符合「checking」的源代码

代码结果 6,492
www.eeworm.com/read/470693/1464135

c 990506-0.c

/* Verify that a diagnostic is issued without crashing due to --enable-checking catching a bug in the C front end. */ /* { dg-do compile } */ x() { foo (i); /* { dg-error "undeclared" "undecla
www.eeworm.com/read/249221/4453707

svn-base helpcredits.txt.svn-base

If you have start credits in a movie from which you think you don't need the best quality, enter the first and the last frame accordingly into the starting credits edit fields after checking the "Cred
www.eeworm.com/read/247171/4487137

vb namespaceg.vb

Option Strict Off 'Author: ' V. Sudharsan (vsudharsan@novell.com) ' ' (C) 2005 Novell, Inc. 'Checking For unqualifed name getting accessed Imports A Namespace A Public Module B Functi
www.eeworm.com/read/240162/4579256

c access5.c

// { dg-do compile } // Origin: Giovanni Bajo // PR c++/11174: Access checking on pointer to member data. struct A { protected: int a; // { dg-error "protected" } };
www.eeworm.com/read/240162/4580117

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/240162/4580175

c friend12.c

// { dg-do compile } // Origin: Wolfgang Bangerth // PR 9030. Perform access checking to parameter and return type of // function template correctly when the template i
www.eeworm.com/read/233554/4666193

c octtoint.c

/* * octtoint - convert an ascii string in octal to an unsigned * long, with error checking */ #include #include #include "ntp_stdlib.h" int octtoint( const char *str,
www.eeworm.com/read/233448/4671533

c access5.c

// { dg-do compile } // Origin: Giovanni Bajo // PR c++/11174: Access checking on pointer to member data. struct A { protected: int a; // { dg-error "protected" } };
www.eeworm.com/read/233448/4672773

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/233448/4672855

c friend12.c

// { dg-do compile } // Origin: Wolfgang Bangerth // PR 9030. Perform access checking to parameter and return type of // function template correctly when the template i