代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/233448/4672555
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/233448/4672584
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/233448/4672704
c crash21.c
// { dg-do compile }
// Origin: Debian GCC maintainers
// Wolfgang Bangerth
// PR c++/16706: Dependent type calculation during access checking
www.eeworm.com/read/233448/4673984
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;
}
www.eeworm.com/read/233448/4684013
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/233448/4686258
c strfmon-2.c
/* Test for strfmon format checking. Test for missing fill character
at end of format. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu99
www.eeworm.com/read/229812/4752963
c testterm.c
// TESTTERM.C
// Demonstrates new API functions UserErrTerm and SetDump
// Requires _MAYDAY.C support module
// Compile as register-based, stack-checking turned off for _MAYDAY.C
// Link via: WLIN
www.eeworm.com/read/221464/4831708
py docstring.py
'''
>>> from docstring_ext import *
>>> def printdoc(x):
... print x.__doc__
>>> printdoc(X)
A simple class wrapper around a C++ int
includes some error-checking
>>> printdoc(X.__init
www.eeworm.com/read/219836/4845761
java revokestatus.java
package org.ejbca.core.protocol.ws.objects;
import java.util.Date;
import org.ejbca.core.model.ca.crl.RevokedCertInfo;
/**
* Class used when checking the revokation status of a certificate.
*
*
www.eeworm.com/read/209559/4971490
h uaccess.h
#ifndef __ALPHA_UACCESS_H
#define __ALPHA_UACCESS_H
#include
#include
/*
* The fs value determines whether argument validity checking should be
* performed or not.