代码搜索:cannot

找到约 7,468 项符合「cannot」的源代码

代码结果 7,468
www.eeworm.com/read/385689/2586957

properties localstrings.properties

common.both=You can specify either the literal value or a message key but not both common.io=Encountered input/output error: {0} enumerateTag.enumeration=Cannot create enumeration for {0} formTag.c
www.eeworm.com/read/385548/2588400

c printk.c

/* * When in kernel-mode, we cannot use printf, as fs is liable to * point to 'interesting' things. Make a printf with fs-saving, and * all is well. */ #include #include #in
www.eeworm.com/read/384443/2600439

properties applicationresources.properties

# Resources for parameter 'prj9_1.ApplicationResources' error.null={0} cannot be null! error.email=email is not correct! error.number={0} must be a number! error.minlength=minlength of {0} is {1}!
www.eeworm.com/read/384443/2600446

properties applicationresources.properties

# Resources for parameter 'prj9_1.ApplicationResources' error.null={0} cannot be null! error.email=email is not correct! error.number={0} must be a number! error.minlength=minlength of {0} is {1}!
www.eeworm.com/read/380436/2659086

properties localstrings.properties

common.both=You can specify either the literal value or a message key but not both common.io=Encountered input/output error: {0} enumerateTag.enumeration=Cannot create enumeration for {0} formTag.c
www.eeworm.com/read/379832/2666825

properties localstrings.properties

common.both=You can specify either the literal value or a message key but not both common.io=Encountered input/output error: {0} enumerateTag.enumeration=Cannot create enumeration for {0} formTag.c
www.eeworm.com/read/377533/2699780

properties localstrings.properties

common.both=You can specify either the literal value or a message key but not both common.io=Encountered input/output error: {0} enumerateTag.enumeration=Cannot create enumeration for {0} formTag.c
www.eeworm.com/read/366702/2865600

c var-args1.c

/* { dg-do compile } */ #include void foo(int, ...) { va_list va; int i; i = va_arg(va, int&); /* { dg-warning "cannot receive objects" } */ }
www.eeworm.com/read/366702/2866031

c anon-struct6.c

// PR c++/33460 struct A { struct { // { dg-error "anonymous struct cannot have function members" } struct { static int i; }; // { dg-error "prohibits anonymous structs|non-static data membe
www.eeworm.com/read/366702/2869144

c catch1.c

// { dg-do assemble } // // Copyright (C) 1999 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 6 Jun 1999 // We cannot catch an incomplete type, or ptr to one stru