/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
atomic_0.h | 98 void 106 void* _M_i; 114 atomic_address(void* __v) { _M_i = __v; } 120 void 121 store(void* __v, memory_order __m = memory_order_seq_cst) volatile 129 void* 137 void* 138 exchange(void* __v, memory_order __m = memory_order_seq_cst) volatile 142 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1 [all...] |
atomic_2.h | 66 void 84 void* _M_i; 92 atomic_address(void* __v) { _M_i = __v; } 98 void 99 store(void* __v, memory_order __m = memory_order_seq_cst) volatile 116 void* 123 void* __ret = _M_i; 128 void* 129 exchange(void* __v, memory_order __m = memory_order_seq_cst) volatile 136 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1 [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
atomic_0.h | 98 void 106 void* _M_i; 114 atomic_address(void* __v) { _M_i = __v; } 120 void 121 store(void* __v, memory_order __m = memory_order_seq_cst) volatile 129 void* 137 void* 138 exchange(void* __v, memory_order __m = memory_order_seq_cst) volatile 142 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1 [all...] |
atomic_2.h | 66 void 84 void* _M_i; 92 atomic_address(void* __v) { _M_i = __v; } 98 void 99 store(void* __v, memory_order __m = memory_order_seq_cst) volatile 116 void* 123 void* __ret = _M_i; 128 void* 129 exchange(void* __v, memory_order __m = memory_order_seq_cst) volatile 136 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1 [all...] |
/external/stlport/stlport/stl/ |
_ios_base.h | 125 void unsetf(fmtflags __mask) { _M_fmtflags &= ~__mask; } 148 void*& pword(int __index); 155 typedef void (*event_callback)(event, ios_base&, int __index); 156 void register_callback(event_callback __fn, int __index); 167 operator void*() const { return !fail() ? (void*) __CONST_CAST(ios_base*,this) : (void*) 0; } 183 void _M_copy_state(const ios_base& __x); 185 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; } 186 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 127 void unsetf(fmtflags __mask) { _M_fmtflags &= ~__mask; } 150 void*& pword(int __index); 157 typedef void (*event_callback)(event, ios_base&, int __index); 158 void register_callback(event_callback __fn, int __index); 169 operator void*() const { return !fail() ? (void*) __CONST_CAST(ios_base*,this) : (void*) 0; } 185 void _M_copy_state(const ios_base& __x); 187 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; } 188 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 125 void unsetf(fmtflags __mask) { _M_fmtflags &= ~__mask; } 148 void*& pword(int __index); 155 typedef void (*event_callback)(event, ios_base&, int __index); 156 void register_callback(event_callback __fn, int __index); 167 operator void*() const { return !fail() ? (void*) __CONST_CAST(ios_base*,this) : (void*) 0; } 183 void _M_copy_state(const ios_base& __x); 185 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; } 186 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 125 void unsetf(fmtflags __mask) { _M_fmtflags &= ~__mask; } 148 void*& pword(int __index); 155 typedef void (*event_callback)(event, ios_base&, int __index); 156 void register_callback(event_callback __fn, int __index); 167 operator void*() const { return !fail() ? (void*) __CONST_CAST(ios_base*,this) : (void*) 0; } 183 void _M_copy_state(const ios_base& __x); 185 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; } 186 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 125 void unsetf(fmtflags __mask) { _M_fmtflags &= ~__mask; } 148 void*& pword(int __index); 155 typedef void (*event_callback)(event, ios_base&, int __index); 156 void register_callback(event_callback __fn, int __index); 167 operator void*() const { return !fail() ? (void*) __CONST_CAST(ios_base*,this) : (void*) 0; } 183 void _M_copy_state(const ios_base& __x); 185 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; } 186 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 127 void unsetf(fmtflags __mask) { _M_fmtflags &= ~__mask; } 150 void*& pword(int __index); 157 typedef void (*event_callback)(event, ios_base&, int __index); 158 void register_callback(event_callback __fn, int __index); 169 operator void*() const { return !fail() ? (void*) __CONST_CAST(ios_base*,this) : (void*) 0; } 185 void _M_copy_state(const ios_base& __x); 187 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; } 188 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_ios_base.h | 127 void unsetf(fmtflags __mask) { _M_fmtflags &= ~__mask; } 150 void*& pword(int __index); 157 typedef void (*event_callback)(event, ios_base&, int __index); 158 void register_callback(event_callback __fn, int __index); 169 operator void*() const { return !fail() ? (void*) __CONST_CAST(ios_base*,this) : (void*) 0; } 185 void _M_copy_state(const ios_base& __x); 187 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; } 188 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; [all...] |
/external/clang/test/Preprocessor/ |
cxx_oper_keyword_ms_compat.cpp | 89 #define void macro 174 void
|
/external/clang/test/SemaCXX/ |
conversion-function.cpp | 27 void operator bool(int, ...) const; // expected-error{{conversion function cannot have a return type}} \ 55 operator const void() const; // expected-warning{{conversion function converting 'B' to 'const void' will never be used}} 77 void f(const C& c) { 92 void f(Yb& a) { 153 void f() { 216 void test_any() { 259 void *ptr; 261 operator void*() { return ptr; } 268 void fake_memcpy(const void *) [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
OldClassTest.java | 83 void setCount(int value); 104 public void setCount(int value) { 140 public void setCount(int value) { 196 void test(); 201 void test(); 210 void test2(int a, Object b); 219 public void test() { 226 public void test() { 231 public void test() { 233 public void test2(int a, Object b) [all...] |
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 1892 $void = $this->hashPart("", ':'); variable [all...] |