OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__attribute
(Results
101 - 125
of
222
) sorted by null
1
2
3
4
5
6
7
8
9
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
compatibility.h
49
__attribute
((dllimport)) void __attribute__((stdcall)) Sleep (unsigned long);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
compatibility.h
49
__attribute
((dllimport)) void __attribute__((stdcall)) Sleep (unsigned long);
/external/clang/test/Analysis/
MismatchedDeallocator-checker-test.mm
11
void
__attribute
((ownership_returns(malloc))) *my_malloc(size_t);
14
void
__attribute
((ownership_takes(malloc, 1))) my_free(void *);
/external/clang/www/analyzer/
alpha_checks.html
617
void
__attribute
((ownership_returns(malloc))) *my_malloc(size_t);
624
void
__attribute
((ownership_returns(malloc))) *my_malloc(size_t);
625
void
__attribute
((ownership_takes(malloc, 1))) my_free(void *);
634
void
__attribute
((ownership_returns(malloc))) *my_malloc(size_t);
635
void
__attribute
((ownership_holds(malloc, 1))) my_hold(void *);
644
void
__attribute
((ownership_takes(malloc, 1))) my_free(void *);
/external/clang/test/CodeGen/
bitfield-2.c
18
struct
__attribute
((packed)) s0 {
62
struct
__attribute
((packed)) s1 {
compound-literal.c
6
typedef int v4i32
__attribute
((vector_size(16)));
inline.c
76
__inline
__attribute
((__gnu_inline__)) void gnu_inline() {}
stdcall-fastcall.c
46
void
__attribute
((stdcall)) f7(foo) int foo; {}
/development/ndk/platforms/android-9/include/
stdlib.h
142
static __inline__ int grantpt(int __fd
__attribute
((unused)))
/development/ndk/platforms/android-L/include/
stdlib.h
132
static __inline__ int grantpt(int __fd
__attribute
((unused)))
/external/chromium_org/native_client_sdk/src/libraries/xray/
xray_priv.h
51
#define XRAY_ALIGN64
__attribute
((aligned(64)))
/external/chromium_org/third_party/WebKit/Source/wtf/
Compiler.h
184
#define NO_RETURN
__attribute
((__noreturn__))
/external/chromium_org/third_party/icu/source/common/
ucln_imp.h
107
/* GCC - use
__attribute
((destructor)) */
/external/clang/patches/
0003-Add-support-for-RenderScript-specific-options.patch
6
These include
__attribute
((kernel)), 64-bit longs, and RGBA vector syntax.
/external/clang/test/Sema/
scope-check.c
22
int a
__attribute
((cleanup(test3clean))); // expected-note {{jump bypasses initialization of variable with __attribute__((cleanup))}}
/external/clang/test/SemaCXX/
references.cpp
117
__attribute
((vector_size(16))) typedef int vec4;
/external/elfutils/0.153/libdw/
libdw_alloc.c
94
__attribute
((noreturn, visibility ("hidden")))
/external/icu/icu4c/source/common/
ucln_imp.h
164
/* GCC - use
__attribute
((destructor)) */
/frameworks/base/include/androidfw/
CursorWindow.h
79
}
__attribute
((packed));
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
stdlib.h
139
static __inline__ int grantpt(int __fd
__attribute
((unused)))
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
stdlib.h
139
static __inline__ int grantpt(int __fd
__attribute
((unused)))
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
stdlib.h
139
static __inline__ int grantpt(int __fd
__attribute
((unused)))
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
stdlib.h
139
static __inline__ int grantpt(int __fd
__attribute
((unused)))
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
stdlib.h
139
static __inline__ int grantpt(int __fd
__attribute
((unused)))
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
stdlib.h
139
static __inline__ int grantpt(int __fd
__attribute
((unused)))
Completed in 1321 milliseconds
1
2
3
4
5
6
7
8
9