代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/237463/4627888
dpr syntax_builder.dpr
program syntax_builder;
uses
Forms,
builder in 'builder.pas' {frmBuilder};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TfrmBuilder, frmBuilder);
Application
www.eeworm.com/read/237118/4631952
c sbr_syntax.c
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com
**
** This program is free software; you can r
www.eeworm.com/read/237118/4632024
h sbr_syntax.h
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com
**
** This program is free software; you can r
www.eeworm.com/read/233448/4673291
c syntax1.c
// { dg-do assemble }
// { dg-options "-fsyntax-only" }
// Origin: Mark Mitchell
class AAA{
public:
virtual void fff();
};
void AAA::fff() {}
AAA aaa;
main ()
{
aaa.ff
www.eeworm.com/read/233448/4673346
c syntax4.c
// { dg-do assemble }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 22 June 2000
// Origin GNATS bug report 262 from Jeremy Sanders
www.eeworm.com/read/233448/4673422
c syntax3.c
// { dg-do assemble }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 22 June 2000
// Origin GNATS bug report 262 from Jeremy Sanders
www.eeworm.com/read/233448/4673445
c syntax2.c
// { dg-do assemble }
// { dg-options "-fsyntax-only" }
// Origin: Mark Mitchell
struct B
{
double d;
virtual void f ();
};
struct C: virtual public B
{
char c;
};
www.eeworm.com/read/233448/4673917
c syntax1.c
// { dg-do assemble }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 22 June 2000
// Origin GNATS bug report 262 from Jeremy Sanders
www.eeworm.com/read/233448/4674128
c syntax2.c
// { dg-do assemble }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 22 June 2000
// Origin GNATS bug report 262 from Jeremy Sanders
www.eeworm.com/read/233448/4678416
tree syntax-1.tree
// { dg-do compile }
external_reference void exit(int); // { dg-error "(parse|syntax) error" }
static int foo (int a);
foo
{
return a;
}