代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/151988/5677969
cpp rangechecking.cpp
// RangeChecking.cpp
//
// Copyright (C) Symbian Software Ltd 2000-2005. All rights reserved.
//
//
// Code to demonstrate the range checking wrapper class
// for C++ arrays; i.e. the TFixedArr
www.eeworm.com/read/131315/5936597
c cp-typeck.c
/* Build expressions with type checking for C++ compiler.
Copyright (C) 1987, 1988, 1989, 1992 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of
www.eeworm.com/read/131315/5936682
h c-tree.h
/* Definitions for C parsing and type checking.
Copyright (C) 1987 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it un
www.eeworm.com/read/127438/6005044
c irecv_tcp.c
err = MPI_SUCCESS;
/* Error checking */
...
request_ptr = MPID_Request_recv_FOA( tag, rank, comm_ptr, &found );
/* FOA ensures that the request is not busy when it is returned if found, and
is busy
www.eeworm.com/read/112192/6148010
h valid.h
/*
* valid.h : interface to the DTD handling and the validity checking
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
*/
#ifndef __XML_VALID_H__
#define __XML_VA
www.eeworm.com/read/100134/6273463
y multi.y
/* Test program for multiple start non-terminals.
* 3 separate grammars for infix, postfix and suffix arith expressions.
* No unary minus. No error checking.
*/
%{
#include
int yylex(
www.eeworm.com/read/482608/6619626
7~ ut.7~
/*
* ut.7: tests error checking
*/
/* do you check for duplicated attribute names? */
/* following should fail */
create table ned (ted char(24), ted int);
/* do you check for duplicated relation
www.eeworm.com/read/482608/6619627
7 ut.7
/*
* ut.7: tests error checking
*/
/* do you check for duplicated attribute names? */
/* following should fail */
create table ned (ted char(24), ted int);
/* do you check for duplicated relation
www.eeworm.com/read/482608/6619628
ut7
/*
* ut.7: tests error checking
*/
/* do you check for duplicated attribute names? */
/* following should fail */
create table ned (ted char(24), ted int);
/* do you check for duplicated relation
www.eeworm.com/read/410380/11289097
c xmalloc.c
/* xmalloc.c -- malloc with out of memory checking
Copyright (C) 1990, 91, 92, 93, 94, 95, 96 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify