代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/180137/5291260
in configure.in
# Source of configuration for Perl interface of QDBM
# Targets
AC_INIT(qdbm-perl, 1.0.0)
# Checking underlying libraries
AC_CHECK_LIB(c, main)
AC_CHECK_LIB(z, main)
# Duplication of QDBM for Perl
www.eeworm.com/read/179906/5301016
java checkcloneable.java
//: appendixa:CheckCloneable.java
// Checking to see if a reference can be cloned.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.
www.eeworm.com/read/175402/5347263
cpp 16_2.cpp
//16_2.cpp
#include
#include "account.h"
#include "savings.h"
#include "checking.h"
void main()
{
unsigned aN;
float val;
cout
www.eeworm.com/read/162614/5515923
h pa64-start.h
/* It is currently impossible to switch between PA32 and PA64 based on a
runtime compiler switch. So we might as well lose the overhead with
checking for TARGET_64BIT. */
#define TARGET_64BIT
www.eeworm.com/read/162614/5518858
c dr52.c
// { dg-do compile }
// Origin: Giovanni Bajo
// DR52: Non-static members, member selection and access checking
struct A
{
void foo(void);
};
struct B
{
priv
www.eeworm.com/read/162614/5519282
c crash22.c
// { dg-do compile }
// Origin: Debian GCC maintainers
// Volker Reichelt
// PR c++/16706: Dependent type calculation during access checking
www.eeworm.com/read/347503/3170095
s err-noexp-cmd1.s
! Check command-line error checking. The option -no-expand is not valid
! unless SHcompact/SHmedia is specified.
! { dg-do assemble }
! { dg-options "-no-expand" }
! { dg-error ".* only valid with S
www.eeworm.com/read/340665/3266678
s err-noexp-cmd1.s
! Check command-line error checking. The option -no-expand is not valid
! unless SHcompact/SHmedia is specified.
! { dg-do assemble }
! { dg-options "-no-expand" }
! { dg-error ".* only valid with S
www.eeworm.com/read/340665/3272160
h pa64-start.h
/* It is currently impossible to switch between PA32 and PA64 based on a
runtime compiler switch. So we might as well lose the overhead with
checking for TARGET_64BIT. */
#define TARGET_64BIT
www.eeworm.com/read/340665/3273566
c aggregates.c
// Skip if not target: i?86-*-linux* i?86-*-freebsd*
// Special g++ Options: -malign-double
// Origin: Alex Samuel
/* Test the data layout of C aggregates by checking aggreg