OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__attribute
(Results
51 - 75
of
129
) sorted by null
1
2
3
4
5
6
/external/clang/test/SemaCXX/
attr-format.cpp
20
struct A { void a(const char*,...)
__attribute
((format(printf,2,3))); };
warn-missing-noreturn.cpp
108
void wibble()
__attribute
((__noreturn__));
cxx0x-cursory-default-delete.cpp
74
S::S()
__attribute
((pure)) = default;
references.cpp
107
__attribute
((vector_size(16))) typedef int vec4;
/external/clang/test/CodeGen/
const-init.c
120
struct g22 {int x;}
__attribute
((packed));
137
typedef long long v1i64
__attribute
((vector_size(8)));
138
typedef short v12i16
__attribute
((vector_size(24)));
139
typedef long double v2f80
__attribute
((vector_size(24)));
x86_32-arguments-darwin.c
157
typedef int v39
__attribute
((vector_size(16)));
289
struct s59 { float x
__attribute
((aligned(8))); };
293
struct s60 { int x
__attribute
((aligned(8))); };
297
typedef int T61
__attribute
((vector_size(16)));
302
typedef int T62
__attribute
((vector_size(16)));
303
struct s62 { T62 x; int y; }
__attribute
((packed, aligned(8)));
310
typedef int T63
__attribute
((vector_size(16)));
compound-literal.c
6
typedef int v4i32
__attribute
((vector_size(16)));
packed-nest-unpacked.c
4
struct Y { char x[13]; struct X y; }
__attribute
((packed));
x86_64-arguments.c
264
typedef unsigned v2i32
__attribute
((__vector_size__(8)));
315
typedef int T44
__attribute
((vector_size(32)));
327
typedef long long3
__attribute
((ext_vector_type(3)));
345
typedef float v46
__attribute
((vector_size(8)));
/external/clang/test/Sema/
address_spaces.c
33
} s
__attribute
((address_space(1))) = {1, 1};
/external/clang/test/SemaObjC/
special-dep-unavail-warning.m
47
__attribute
((deprecated))
attr-deprecated.m
85
__attribute
((deprecated))
weak-attr-ivar.m
80
@property (assign) id prop
__attribute
((objc_gc(weak)));
/external/compiler-rt/SDKs/linux/usr/include/
stdlib.h
29
void *malloc(size_t) __attribute__((__nothrow__))
__attribute
((__malloc__))
/external/webkit/Source/JavaScriptCore/wtf/
AlwaysInline.h
61
#define NO_RETURN
__attribute
((__noreturn__))
/external/webkit/Tools/MiniBrowser/qt/
utils.h
38
#define NO_RETURN
__attribute
((__noreturn__))
/external/webkit/Tools/QtTestBrowser/
utils.h
37
#define NO_RETURN
__attribute
((__noreturn__))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h
84
__attribute
((nothrow));
86
__attribute
((nothrow));
88
__attribute
((nothrow));
/external/clang/test/Parser/
attributes.c
87
__attribute
((pure)) { // \
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_pppox.h
89
}
__attribute
((packed));
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppox.h
89
}
__attribute
((packed));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppox.h
89
}
__attribute
((packed));
/system/core/debuggerd/arm/
machine.c
109
void dump_memory_and_code(const ptrace_context_t* context
__attribute
((unused)),
145
void dump_registers(const ptrace_context_t* context
__attribute
((unused)),
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h
127
# define
__attribute
(arg) __attribute__ (arg)
macro
129
# define
__attribute
(arg)
macro
425
# define internal_function
__attribute
((regparm (3), stdcall))
443
internal_function
__attribute
((pure));
809
internal_function
__attribute
((pure))
822
internal_function
__attribute
((pure))
831
internal_function
__attribute
((pure))
/external/qemu/
osdep.h
77
#define REGPARM
__attribute
((regparm(3)))
Completed in 841 milliseconds
1
2
3
4
5
6