OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__attribute
(Results
76 - 100
of
150
) sorted by null
1
2
3
4
5
6
/hardware/qcom/msm8960/kernel-headers/linux/
msm_rmnet.h
47
#define QMI_QOS_HDR_S
__attribute
((__packed__)) qmi_qos_hdr_s
/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/CodeGen/
blocks.c
60
char buffer[32]
__attribute
((aligned));
builtin-memfns.c
80
__attribute
((aligned(16))) int x[4], y[4];
inline.c
66
__inline
__attribute
((__gnu_inline__)) void gnu_inline() {}
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)));
bitfield-2.c
18
struct
__attribute
((packed)) s0 {
62
struct
__attribute
((packed)) s1 {
compound-literal.c
6
typedef int v4i32
__attribute
((vector_size(16)));
stdcall-fastcall.c
46
void
__attribute
((stdcall)) f7(foo) int foo; {}
/external/clang/test/Parser/
attributes.c
87
__attribute
((pure)) { // \
/external/clang/test/Sema/
address_spaces.c
33
} s
__attribute
((address_space(1))) = {1, 1};
scope-check.c
22
int a
__attribute
((cleanup(test3clean))); // expected-note {{jump bypasses initialization of variable with __attribute__((cleanup))}}
/external/clang/test/SemaCXX/
cxx0x-cursory-default-delete.cpp
82
S::S()
__attribute
((pure)) = default;
references.cpp
107
__attribute
((vector_size(16))) typedef int vec4;
/external/clang/test/SemaObjC/
weak-attr-ivar.m
80
@property (assign) id prop
__attribute
((objc_gc(weak)));
/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
113
void dump_memory_and_code(const ptrace_context_t* context
__attribute
((unused)),
152
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)))
/system/core/debuggerd/mips/
machine.c
103
void dump_memory_and_code(const ptrace_context_t* context
__attribute
((unused)),
150
void dump_registers(const ptrace_context_t* context
__attribute
((unused)),
/dalvik/vm/alloc/TEST/HeapBitmapTest/
main.c
7
#define
__attribute
(x) /* disable inlining */
macro
9
#undef
__attribute
macro
/bionic/libc/include/
stdlib.h
136
static __inline__ int grantpt(int __fd
__attribute
((unused)))
/development/ndk/platforms/android-9/include/
stdlib.h
139
static __inline__ int grantpt(int __fd
__attribute
((unused)))
Completed in 575 milliseconds
1
2
3
4
5
6