代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/240162/4589236
c 20030804-1.c
/* Extracted from PR middle-end/11771. */
/* The following testcase used to ICE without -ffast-math from unbounded
recursion in fold. This was due to the logic in negate_expr_p not
matching th
www.eeworm.com/read/234510/4658811
c match.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* mmatch.c
*
* This file contains code that finds a matching
*
* Started 2/22/96
* George
*
* $Id: match.c,v 1.2 2004/03/08 04:5
www.eeworm.com/read/233448/4672730
c ttp11.c
// { dg-do compile }
// Origin: heinlein@informatik.uni-ulm.de
// PR c++/14429: Matching of template template parameter containing
// non-type parameter with type that depends on earlier parameter.
www.eeworm.com/read/233448/4674845
c arg5.c
// { dg-do assemble }
// GROUPS passed arg-matching
extern double pow(double,int*);
extern "C" {
extern int printf (const char *, ...);
extern double pow(double, double);
}
int main()
{
if (po
www.eeworm.com/read/233448/4675962
c overload13.c
// { dg-do run }
// Bug: g++ screws up derived->base conversions when calling a global function
// in the presence of matching members in the base. Whew.
struct xios {
virtual ~xios() { }
};
str
www.eeworm.com/read/233448/4683273
c 20030804-1.c
/* Extracted from PR middle-end/11771. */
/* The following testcase used to ICE without -ffast-math from unbounded
recursion in fold. This was due to the logic in negate_expr_p not
matching th
www.eeworm.com/read/231546/4714126
cvs_acls
#! /bin/perl
# -*-Perl-*-
#
# Access control lists for CVS. dgg@ksr.com (David G. Grubbs)
#
# CVS "commitinfo" for matching repository names, running the program it finds
# on the same line. More in
www.eeworm.com/read/229812/4739459
c cltemp23.c
#include "fail.h"
/* part of bug 514 - compiler wasn't matching int and signed int */
template < class T >
struct X{
static const v = 1;
};
template
struct X< int >{
static cons
www.eeworm.com/read/222917/4816345
phpt aggregate_properties_by_regexp.phpt
--TEST--
aggregating default properties matching regular expression
--SKIPIF--
--POST--
--GET--
--FILE--
www.eeworm.com/read/222917/4816347
phpt aggregate_methods_by_regexp.phpt
--TEST--
aggregating methods matching regular expression
--SKIPIF--
--POST--
--GET--
--FILE--