代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/211569/15177468
c wm_getdialogitem.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/206931/15285668
c wm_getdialogitem.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/163980/5503352
c wm_getdialogitem.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/162614/5517764
c typename7.c
// { dg-do compile }
// Origin: Volker Reichelt and
// Alexandre Oliva
// PR c++/18757: ICE in get_innermost_template_args
struct A
{
template
www.eeworm.com/read/162614/5517957
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/162614/5518962
c sfinae2.c
// PR c++/19989
// Don't instantiate a function template if it would generate an
// array of size zero.
// { dg-do compile }
template struct cl {
const static int value = T;
};
template
www.eeworm.com/read/162614/5519068
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/162614/5519233
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/162614/5519395
c unify10.c
// { dg-do compile }
// Origin: Wolfgang Bangerth
// and Rene Fonseca
// PR c++/8271: Check cv-qualifiers while unifying poin
www.eeworm.com/read/162614/5519421
c ptrmem8.c
// { dg-do compile }
// Origin:
// PR c++/10126: Handle ptmf default conversions while matching a template
// argument
struct B
{
int I () const;
int I