代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/175442/5346886
c xmalloc.c
/* xmalloc.c -- malloc with out of memory checking
Copyright (C) 1990, 1991, 1993 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it u
www.eeworm.com/read/162614/5517884
c access2.c
// Copyright (C) 2003 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
// Deferred access checking of variable declaration.
class
www.eeworm.com/read/162614/5519222
c access11.c
// Copyright (C) 2003 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
// Access checking during explicit instantiation.
class A
www.eeworm.com/read/162614/5519327
c friend14.c
// { dg-do compile }
// Origin: Wolfgang Bangerth
// Perform access checking to parameter and return type of
// function template correctly when the template is friend.
www.eeworm.com/read/162614/5522415
c const4.c
// { dg-do assemble }
// PRMS Id: 8927
// Bug: complex inheritance interferes with const checking
class GrandParent {
public:
virtual void DoIt();
protected:
int A;
};
class Parent : virtual pu
www.eeworm.com/read/162614/5526447
f90 chkbits.f90
! { dg-do run }
! NOT() was not return the two's complement value as reported by
! PR fortran/25458. In checking other bit manipulation intrinsics,
! IBSET was found to be in error.
program chkbits
www.eeworm.com/read/349092/3147858
js heapdump.js
/*
* This file defines heapdump function to heap dump
* in binary format. User can call this function
* based on events. For example, a timer thread can
* keep checking heap threshold and dependin
www.eeworm.com/read/340665/3273380
c friend14.c
// { dg-do compile }
// Origin: Wolfgang Bangerth
// Perform access checking to parameter and return type of
// function template correctly when the template is friend.
www.eeworm.com/read/337546/3328391
c des_check_key.c
/*
* Cryptographic API.
*
* Function for checking keys for the DES and Tripple DES Encryption
* algorithms.
*
* Originally released as descore by Dana L. How .
* Modified
www.eeworm.com/read/334125/3374646
m4 process_model.m4
dnl # Server process model subsystem
SMB_ENABLE(process_model_thread,NO)
#################################################
# check for pthread support
AC_MSG_CHECKING(whether to use pthreads)
AC_ARG