代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/381853/2640183
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity lpm_fifo_dc_fefifo is
generic(
lpm_widthad : integer := 1;
lpm_numwords : integer := 1;
underflow_checking: string
www.eeworm.com/read/367182/2853756
s memset_chk.s
/* Checking memset for i686.
Copyright (C) 2004, 2005 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/o
www.eeworm.com/read/366702/2865404
c builtin_clz_v3.c
/* Check that we use the lz insn for clz by checking assembler output.
The lz insn was implemented in CRIS v3 (ETRAX 4). */
/* { dg-do compile } */
/* { dg-skip-if "" { "cris*-*-elf" } { "-march*"
www.eeworm.com/read/366702/2867695
c obj-type-ref.c
/* { dg-do compile } */
/* This used to fail with type-checking enabled because we didn't
expect OBJ_TYPE_REF expressions. */
class QObject {};
class Pile : public QObject {
public:
virtual
www.eeworm.com/read/366702/2868558
c access13.c
// { dg-do compile }
// Origin: Francesco Monica
// PR c++/13262: Access checking during instantiation of static data
// member.
template class Aclass {
private
www.eeworm.com/read/366702/2868846
c friend15.c
// { dg-do compile }
// Origin: Wolfgang Bangerth
// PR c++/9453
// Access checking when template friend is defined in class.
template class X {
private:
www.eeworm.com/read/366702/2870902
c prepost4.c
// { dg-do assemble }
// GROUPS passed prefix-postfix
class Y {
public:
friend Y operator++ (Y&);
// This is legal---it's a good test to make sure that grokfndecl's
// checking of the argum
www.eeworm.com/read/366702/2876880
f90 arrayio_5.f90
! { dg-do run }
! PR 21875 : Test formatted input/output to/from character arrays.
! This test checks the error checking for end of file condition.
! Contributed by Jerry DeLisle
www.eeworm.com/read/260612/4330137
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity lpm_fifo_dc_fefifo is
generic(
lpm_widthad : integer := 1;
lpm_numwords : integer := 1;
underflow_checking: string
www.eeworm.com/read/295361/8168035
c krx50800.c
/*
* A solution to exercise 5-8 in K&R2, page 112:
*
* There is no error checking in day_of_year or month_day. Remedy
* this defect.
*
* The error to check for is invalid argument values. That i