代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/366702/2868475
c operator9.c
//PR c++/27670
template void foo(); // { dg-error "before|non-function|template" }
void bar()
{
foo(); // { dg-error "no matching function" }
}
www.eeworm.com/read/366702/2869046
c dependent-name4.c
// { dg-do compile }
// Dependent arrays of invalid size cause template instantiation failure.
// We'll get an error message (duplicate matching templates) if the first
// pattern is incorrectly al
www.eeworm.com/read/366702/2882798
h fesd.h
/*
where from: base = matching base; head = other header
what kind: ordy = ordinary struct; tmpl = template struct
definition: decl = incomplete declaration; defn = full definition
how used: not =
www.eeworm.com/read/355365/3054536
cxx research.cxx
// Scintilla source code edit control
/** @file RESearch.cxx
** Regular expression search library.
**/
/*
* regex - Regular expression pattern matching and replacement
*
* By: Ozan S. Yigit (oz
www.eeworm.com/read/351777/3099069
readme
$Id$
README file for ip_user_check, an external helper for the
Squid external acl scheme.
It works by reading a pair composed by an ip address and an username
on STDIN and matching it against a con
www.eeworm.com/read/334557/12591591
cxx research.cxx
// Scintilla source code edit control
/** @file RESearch.cxx
** Regular expression search library.
**/
/*
* regex - Regular expression pattern matching and replacement
*
* By: Ozan S. Yigit (oz
www.eeworm.com/read/202293/15386949
c regex.c
/* Extended regular expression matching and search library.
Copyright (C) 1985, 1989-90 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/105680/15661404
doc grep.doc
grep searches a file for a given pattern. Execute by
grep [flags] regular_expression file_list
Flags are single characters preceeded by '-':
-c Only a count of matching lines is print
www.eeworm.com/read/105441/15666811
doc grep.doc
grep searches a file for a given pattern. Execute by
grep [flags] regular_expression file_list
Flags are single characters preceeded by '-':
-c Only a count of matching lines is print
www.eeworm.com/read/100325/15877116
c regex.c
/* Extended regular expression matching and search library.
Copyright (C) 1985, 1989-90 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify