代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/366702/2865333
c struct-ret-check.c
/* Copyright (C) 2006 Free Software Foundation, Inc. */
/* Contributed by Carlos O'Donell on 2006-03-14 */
/* Test that GCC follows the SPARC 32-bit psABI with regards to
structure return checking
www.eeworm.com/read/366702/2865401
c builtin_bswap_v3.c
/* Check that we don't use the swap insn for bswap by checking assembler
output. The swap instruction was added in v8. */
/* { dg-do compile } */
/* { dg-skip-if "" { "cris*-*-elf" } { "-march*"
www.eeworm.com/read/366702/2865411
c builtin_ctz_v3.c
/* Check that we don't use the swap insn for ctz by checking
assembler output. The swap instruction was implemented in v8. */
/* { dg-do compile } */
/* { dg-skip-if "" { "cris*-*-elf" } { "-marc
www.eeworm.com/read/366702/2866657
c crash16.c
// PR c++/16971
namespace N {
int i; // { dg-error "" }
// By checking for an explicit keyword on the next line we avoid
// matching an ICE message.
int i; // { dg-error "redefinition" }
}
www.eeworm.com/read/366702/2869022
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/366702/2876010
f90 missing_optional_dummy_2.f90
! { dg-do compile }
! Tests the fix for PR29321 and PR29322, in which ICEs occurred for the
! lack of proper attention to checking pointers in gfc_conv_function_call.
!
! Contributed by Olav Vahtras
www.eeworm.com/read/366702/2880026
c 20030708-1.c
/* PR 10795. */
/* ix86_expand_carry_flag_compare() in i386.c swapped the comparison
operands without checking that the compare instruction, cmpl, would
accept the swapped operands. */
exter
www.eeworm.com/read/366696/2885149
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/359115/2979696
cpp vlong.cpp
#include "stdafx.h"
#include "vlong.h"
class vlong_value;
class flex_unit // Provides storage allocation and index checking
{
unsigned * a; // array of units
unsigned z; // units alloc
www.eeworm.com/read/255218/4379101
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