代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/240162/4580207
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/240162/4589400
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/237551/4624826
configure
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
# Local configure fragment for sysdeps/unix/sysv/linux/powerpc/.
echo "$as_me:$LINENO: checking whether $CC $CFLAGS -mlong-doub
www.eeworm.com/read/237551/4626571
s memcpy_chk.s
/* Checking memcpy for i686.
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
m
www.eeworm.com/read/237551/4626586
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/237551/4626587
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/233554/4666198
c hextoint.c
/*
* hextoint - convert an ascii string in hex to an unsigned
* long, with error checking
*/
#include
#include "ntp_stdlib.h"
int
hextoint(
const char *str,
u_long *ival
)
{
r
www.eeworm.com/read/233448/4671615
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/233448/4672901
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/233448/4683475
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