代码搜索:attribute
找到约 10,000 项符合「attribute」的源代码
代码结果 10,000
www.eeworm.com/read/475888/1378747
java pkcs9attribute.java
/*
* @(#)PKCS9Attribute.java 1.14 06/10/10
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This pro
www.eeworm.com/read/233448/4671236
c attribute-test-3.c
// { dg-do run }
#define vector __attribute__((vector_size(16)))
extern "C" void abort();
class Star
{
public:
inline vector float foo() const;
Star()
{
data.f[0] = 1.0; data.f
www.eeworm.com/read/233448/4671247
c attribute-test-1.c
// { dg-do run }
// { dg-options "" }
// PR c++/13989
extern "C" void abort();
#define vector __attribute__((vector_size(16)))
struct Constants {
inline vector unsigned int deadbeef(void) const
www.eeworm.com/read/233448/4671253
c attribute-test-4.c
// { dg-do run }
#define vector __attribute__((vector_size(16)))
extern "C" void abort();
union U {
float f[4];
vector float v;
} data;
class Star
{
public:
s
www.eeworm.com/read/233448/4671343
c attribute-test-2.c
// { dg-do run }
// { dg-options "" }
// PR c++/9844
extern "C" void abort();
#define vector __attribute__((vector_size(16)))
class vector_holder
{
char __attribute__((vector_size(16))) vec;