代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4676336
mm syntax-error-5.mm
/* APPLE LOCAL begin radar 4261146 */
/* { dg-do compile } */
typedef struct S { int i; } NSDictionary;
@interface A
{
}
@end
@interface B : A
{
NSDictionary * _userInfo;
@end /* { dg-error
www.eeworm.com/read/233448/4676352
mm syntax-error-7.mm
/* APPLE LOCAL begin radar 4290840 */
/* { dg-do compile } */
@interface Foo
-(void) someMethod;
@end
@implementation Foo
-(void)
-(void) someMethod /* { dg-error "expected before .-." } */
{
}
@end
www.eeworm.com/read/233448/4676373
mm syntax-error-4.mm
/* APPLE LOCAL file 4093475 */
/* Yet another stray infinite loop... */
/* { dg-do compile } */
@interface t
{
}
- (void)go;
@end
@implementation t
- (void)go
{
}
} /* { dg-error "stray .\}.
www.eeworm.com/read/233448/4676386
mm syntax-error-2.mm
/* APPLE LOCAL file 4185810 */
/* Recover gracefully from a syntax error. */
@implementation Whatever /* { dg-warning "cannot find interface declaration for .Whatever." } */
- (void) function
{
i
www.eeworm.com/read/233448/4676392
mm syntax-error-1.mm
/* APPLE LOCAL file 4185810 */
/* Graceful handling of a syntax error. */
/* { dg-do compile } */
#include
class foo {
public:
foo();
virtual ~foo();
};
extern void NXLo
www.eeworm.com/read/233448/4676448
mm syntax-error-6.mm
/* APPLE LOCAL begin radar 4294425 */
/* { dg-do compile } */
@interface NSButton
- (int) state;
@end
void FOO()
{
NSButton * mCopyAcrobatCB;
[ [ mCopyAcrobatCB state ] == 0 ] != 1; /* { dg-
www.eeworm.com/read/327162/3463528
txt syntax.csproj.filelist.txt
obj\Debug\ResolveAssemblyReference.cache
obj\Debug\syn.Properties.Resources.resources
obj\Debug\syntax.csproj.GenerateResource.Cache
bin\Debug\syn.exe
bin\Debug\syn.pdb
obj\Debug\syn.exe
obj\Deb
www.eeworm.com/read/311226/3685997
rq syntax-struct-09.rq
# Operator, triple
PREFIX :
SELECT *
{ OPTIONAL { :a :b :c } ?x ?y ?z }