代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/395229/2445225
h bp-checks.h
/* Bounded-pointer checking macros for C.
Copyright (C) 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Greg McGary
The GNU C
www.eeworm.com/read/387667/2557024
7 set_constraints.7
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $
.TH "SET CONSTRAINTS" "" "2008-01-03" "SQL - Language Statements" "SQL Commands"
.SH NAME
SET CONSTRAINTS \- set constraint checking modes
www.eeworm.com/read/386059/2574711
properties messages_de.properties
GUI_WORKPLACE_TEMPFILE_PROJECT_DESC_0 =Das Projekt f黵 tempor鋜e Workplace Dateien.
RPT_CHECKING_0 =Pr黤e.
RPT_DELETE_NOTHING_0 =
www.eeworm.com/read/386059/2575741
properties messages.properties
ERR_CHECK_DEPENDENCY_INVALID_MODE_1 =Error checking the module dependencies because an invalid mode "{0}" was selected.
ERR_IMPORT_MOD_ALREADY_INSTALLED_1 =Cannot import module from source "{0}". It
www.eeworm.com/read/385649/2587073
h sassert.h
#ifndef _SASSERT_H_
#define _SASSERT_H_
/**
* @class sassert
* @brief Implements compile-time assertion checking.
* @author Emery Berger
*
* @code
* sassert
www.eeworm.com/read/366702/2868491
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/366702/2868535
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/366702/2868720
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/366702/2870041
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/366702/2876968
f90 read_eof_4.f90
! { dg-do run }
! PR 27575 and PR 30009: This test checks the error checking for end
! of file condition.
! Derived from test case in PR.
! Submitted by Jerry DeLisle , modified