代码搜索:attribute
找到约 10,000 项符合「attribute」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5517567
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/162614/5517663
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;
www.eeworm.com/read/323587/3513442
java base64attribute.java
/*
* Copyright (c) 2005, John Mettraux, OpenWFE.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the