代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/366702/2868595
c friend13.c
// { dg-do compile }
// Perform access checking to parameter and return type of
// function template correctly when only specialization is friend.
template
typename T::Inner
foo () {
re
www.eeworm.com/read/366702/2871921
c overload36.c
// { dg-do run }
// Test for subsequence checking in overload resolution.
class foo {
public:
void operator
www.eeworm.com/read/366702/2877486
f90 contained_module_proc_1.f90
! { dg-do run }
! Tests the check for PR31292, in which the module procedure
! statement would put the symbol for assign_t in the wrong
! namespace and this caused the interface checking to fail.
!
!
www.eeworm.com/read/366702/2877594
f90 write_check2.f90
! { dg-do compile }
! Check keyword checking for specifiers
! PR fortran/29452
character(len=20) :: str
write(13,'(a)',advance='yes') 'Hello:'
write(13,'(a)',advance='no') 'Hello:'
write(13
www.eeworm.com/read/350657/3118741
c jazzdma.c
/*
* Mips Jazz DMA controller support
* Copyright (C) 1995, 1996 by Andreas Busse
*
* NOTE: Some of the argument checking could be removed when
* things have settled down. Also, instead of return
www.eeworm.com/read/264095/4292356
c jazzdma.c
/*
* Mips Jazz DMA controller support
* Copyright (C) 1995, 1996 by Andreas Busse
*
* NOTE: Some of the argument checking could be removed when
* things have settled down. Also, instead of return
www.eeworm.com/read/258893/4349151
c pgpvrfysig.c
/*
* pgpVrfySig.c -- Code shared between readann and verifyra to deal with
* checking and verifying signatures.
*
* Written by: Derek Atkins
*
* $Id: pgpVrfySig.c,v 1.28
www.eeworm.com/read/252498/4403902
c valid.c
/*
* valid.c : part of the code use to do the DTD handling and the validity
* checking
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
*/
#ifdef WIN32
#
www.eeworm.com/read/162614/5536889
java interfacedispatch.java
/* Test interface dispatch, type checking (instanceof), and casting. */
interface IA
{
String a();
}
interface IB extends IA
{
String b();
}
interface IC extends IB
{
void c();
int d();
I
www.eeworm.com/read/162519/5546421
java interfacedispatch.java
/* Test interface dispatch, type checking (instanceof), and casting. */
interface IA
{
String a();
}
interface IB extends IA
{
String b();
}
interface IC extends IB
{
void c();
int d();
I