代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/414590/2144726
c dtree.c
/* DTree.C
*
* The DTree class holds the entire decision tree. You can
* add items to the tree, and fetch matching elements.
*/
/*
* Copyright 1994, Brown University, Providence, RI
* See end o
www.eeworm.com/read/398634/2375104
inc ctype_innodb_like.inc
#
# Bug#11650: LIKE pattern matching using prefix index
# doesn't return correct result
#
--disable_warnings
#
# This query creates a column using
# character_set_connection and
# collation_connection
www.eeworm.com/read/395229/2445303
c regex.c
/* Extended regular expression matching and search library,
version 0.12.
(Implements POSIX draft P1003.2/D11.2, except for some of the
internationalization features.)
Copyright (C) 1993-1
www.eeworm.com/read/371135/2781751
java regextest.java
/**
@version 1.01 2004-05-11
@author Cay Horstmann
*/
import java.util.*;
import java.util.regex.*;
/**
This program tests regular expression matching.
Enter a pattern and strings to mat
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/2868547
c copy1.c
// { dg-do compile }
// Origin: hkluender@otg.com
// PR 5189
struct A
{
A(A&); // { dg-error "candidate" "" }
template A(T);
};
A a = 0; // { dg-error "no matching function|initiali
www.eeworm.com/read/366702/2871988
c opover.c
// { dg-do assemble }
// Bug: g++ prefers a non-matching operator== over user-defined conversions
// and a default operator==.
struct A {
operator int ();
};
struct B {
friend int operator== (B
www.eeworm.com/read/366702/2876514
f90 generic_6.f90
! { dg-do compile }
! Tests the patch for PR28873, in which the call create () would cause an
! error because resolve.c(resolve_generic_s) was failing to look in the
! parent namespace for a matching
www.eeworm.com/read/363719/2913182
java regextest.java
/**
@version 1.01 2004-05-11
@author Cay Horstmann
*/
import java.util.*;
import java.util.regex.*;
/**
This program tests regular expression matching.
Enter a pattern and strings to mat
www.eeworm.com/read/362375/2934415
java regextest.java
/**
@version 1.01 2004-05-11
@author Cay Horstmann
*/
import java.util.*;
import java.util.regex.*;
/**
This program tests regular expression matching.
Enter a pattern and strings to mat