代码搜索:attribute
找到约 10,000 项符合「attribute」的源代码
代码结果 10,000
www.eeworm.com/read/247171/4486318
vb attribute1.vb
Imports System
Imports System.Collections
Imports System.Reflection
Imports System.Runtime.InteropServices
Namespace Attribute1
Class Test
www.eeworm.com/read/247171/4486385
vb attribute2.vb
Imports System
Imports System.Collections
Imports System.Reflection
Namespace Attribute2
_
_
Enum Test
Value
End Enum
Class Test2
www.eeworm.com/read/247171/4486433
vb attribute3.vb
Imports System.Runtime.CompilerServices
Imports System.Reflection
Class Attribute3
Shared Function Main() As Integer
Dim a
www.eeworm.com/read/239264/4604592
s vm_attribute.s
/*
* Copyright (c) 2005-2006, Kohsuke Ohtani
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followin
www.eeworm.com/read/233448/4671079
c attribute1.c
/* Test for attribute non-translation. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
{ dg-final { scan-assembler "foo" } } */
int walrus __attribute__ ((section (".foo")));
int main (
www.eeworm.com/read/233448/4671082
c attribute2.c
/* Test to make sure that invalid attributes aren't translated.
If error recovery is ever testable then "foobar" should be
translated. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
www.eeworm.com/read/233448/4684247
c attribute1.c
/* Test for attribute non-translation. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
{ dg-final { scan-assembler "foo" } } */
int walrus __attribute__ ((section (".foo")));
int main (
www.eeworm.com/read/233448/4684250
c attribute2.c
/* Test to make sure that invalid attributes aren't translated.
If error recovery is ever testable then "foobar" should be
translated. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }