代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/470917/1442474
s memmove_chk.s
/* Checking memmove for x86-64.
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
www.eeworm.com/read/470917/1442475
s mempcpy_chk.s
/* Checking mempcpy for x86-64.
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
www.eeworm.com/read/470720/1444968
c access10.c
// { dg-do compile }
// Origin: Giovanni Bajo
// PR c++/10849: Incorrect access checking on template specialization.
class X {
private:
template struct Y
www.eeworm.com/read/470693/1456914
c access10.c
// { dg-do compile }
// Origin: Giovanni Bajo
// PR c++/10849: Incorrect access checking on template specialization.
class X {
private:
template struct Y
www.eeworm.com/read/470693/1467238
h concept_check.h
// Concept-checking control -*- C++ -*-
// Copyright (C) 2001 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribut
www.eeworm.com/read/455463/1614026
m shootray.m
function [x,t]=shootray(v,z,p)
% SHOOTRAY: similar to RAYFAN but with less error checking (faster)
%
% [x,t]=shootray(v,z,p)
%
% SHOOTRAY shoots a single ray or fan of rays through a stratified
www.eeworm.com/read/249895/4444765
java assert.java
package org.garret.perst;
/** Class for checking program invariants. Analog of C assert()
* macro. The Java compiler doesn't provide information about compiled
* file and line nu
www.eeworm.com/read/249895/4444938
java assert.java
package org.garret.perst;
/** Class for checking program invariants. Analog of C assert()
* macro. The Java compiler doesn't provide information about compiled
* file and line nu
www.eeworm.com/read/249895/4445043
java assert.java
package org.garret.perst;
/** Class for checking program invariants. Analog of C assert()
* macro. The Java compiler doesn't provide information about compiled
* file and line nu
www.eeworm.com/read/242866/4533996
svn-base benchmark.cpp.svn-base
#include
#include
namespace std
{
using ::clock_t;
// using ::clock;
}
#define LUABIND_NO_ERROR_CHECKING
#define LUABIND_DONT_COPY_STRINGS
//#define LUABIND_NOT_THREADSAFE
exter