代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/447738/1696174
s syntax-1.s
! Verify that minimum support is provided as per SH-5/ST50-047-02.
.text
.mode shmedia
start:
! Both all-upper and all-lower must be supported. PTA/PTB without /L
! or /U is equivalent to with /L
www.eeworm.com/read/447738/1696199
d syntax-2.d
#as: --isa=shmedia --abi=64
#objdump: -d
#name: Minimum SH64 Syntax Support - Pseudos.
dump.o: file format elf64-sh64.*
Disassembly of section .text:
0000000000000000 :
0: e8000a00 pta/
www.eeworm.com/read/440906/1775363
c syntax1.c
// Build don't link:
// Origin: Mark Mitchell
// Special g++ Options: -fsyntax-only
class AAA{
public:
virtual void fff();
};
void AAA::fff() {}
AAA aaa;
main ()
{
aaa.
www.eeworm.com/read/440906/1775419
c syntax4.c
// Build don't link:
// 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/440906/1775495
c syntax3.c
// Build don't link:
// 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/440906/1775518
c syntax2.c
// Build don't link:
// Special g++ Options: -fsyntax-only
// Origin: Mark Mitchell
struct B
{
double d;
virtual void f ();
};
struct C: virtual public B
{
char c;
www.eeworm.com/read/440906/1775987
c syntax1.c
// Build don't link:
// 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/440906/1776199
c syntax2.c
// Build don't link:
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 22 June 2000
// Origin GNATS bug report 262 from Jeremy Sanders